2015-10-13 10:21:21 +00:00
|
|
|
Sensor Demo
|
2015-07-24 14:30:10 +00:00
|
|
|
============
|
|
|
|
|
2015-10-13 10:21:21 +00:00
|
|
|
The sensor demo can be used to read the values of all sensors and print them every 5 seconds on the terminal.
|
2015-07-24 14:30:10 +00:00
|
|
|
|
2015-10-13 10:21:21 +00:00
|
|
|
In order to use this example the X-NUCLEO-IKS01A1 expansion board featuring ST environmental and motion MEMS sensors
|
|
|
|
must be used. It needs to be connected on top of the NUCLEO-L152RE (MCU) and the X-NUCLEO-IDS01Ax
|
|
|
|
(sub-1GHz RF communication) boards.
|
2015-07-24 14:30:10 +00:00
|
|
|
|
|
|
|
To build the example type:
|
|
|
|
|
2015-10-27 11:12:59 +00:00
|
|
|
make TARGET=stm32nucleo-spirit1 BOARD=ids01a4 SENSORBOARD=iks01a1
|
2015-10-13 10:21:21 +00:00
|
|
|
or
|
2015-07-24 14:30:10 +00:00
|
|
|
|
2015-10-27 11:12:59 +00:00
|
|
|
make TARGET=stm32nucleo-spirit1 BOARD=ids01a5 SENSORBOARD=iks01a1
|
2015-07-24 14:30:10 +00:00
|
|
|
|
2015-10-27 11:12:59 +00:00
|
|
|
depending on the X-NUCLEO-IDS01Ax expansion board for sub GHz radio connectivity you have.
|