An example program for Rohm SensorShield-EVK-001 running with Mbed OS 5.
Dependencies: BM1422AGMV rohm-rpr0521 rohm-sensor-hal rohm-bh1790glc-driver BH1749NUC KX224-1053 BM1383AGLV RegisterWriter
Getting Started with Rohm SensorShield-EVK-001
This example demonstrates how to use the SensorShield-EVK-001 component with multiple sensors. those measured values, which received through a serial connection from a mbed board, are printed out in a terminal software window.
Setup

The SensorShield-EVK-001 is plugged on top of a mbed board and a serial connection should be set up between the mbed board and PC with the following parameters:
- baud rate: 115200
- data: 8 bit
- parity: none
- stop: 1bit
- flow control: none
Terminal parameters

Measured Data Output

Diff: mbed_app.json
- Revision:
- 0:a9aeed8cd62e
- Child:
- 5:f0dac0711070
diff -r 000000000000 -r a9aeed8cd62e mbed_app.json
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json Mon Feb 18 15:08:30 2019 +0900
@@ -0,0 +1,9 @@
+{
+ "config": {
+ },
+ "target_overrides": {
+ "*": {
+ "platform.default-serial-baud-rate": 115200
+ }
+ }
+}
\ No newline at end of file
Rohm SensorShield series| Arduino-Compatible Multi Sensor Evaluation Kit