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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:7bc77f621994 | 2020-11-20 | MACRUM | Update library |
8:a212185be55a | 2019-02-27 | MACRUM | Fix return code |
7:750c84e404ab | 2019-02-27 | MACRUM | Update library |
6:b38a0cbc1b3f | 2019-02-27 | MACRUM | Add BH1749NUC color sensor |
5:f0dac0711070 | 2019-02-27 | MACRUM | Code clean-up |
4:e1f9ba2da8af | 2019-02-22 | Ren Boting | remain enable definition only for Heart rate sensor at main.cpp. |
3:d119901a65bd | 2019-02-21 | Ren Boting | add enable definition for each sensor at main.cpp. |
2:d022d883a31f | 2019-02-19 | Ren Boting | reform and shorten main.cpp. |
1:13c7257c0cd5 | 2019-02-18 | Ren Boting | update 2 libraries. |
0:a9aeed8cd62e | 2019-02-18 | Ren Boting | initial commit for Rohm SensorShield-EVK-001 example. |