Simple test application for the STMicrolectronics' X-NUCLEO-6180XA1 Proximity and ambient light sensor expansion board.
Dependencies: X_NUCLEO_6180XA1 mbed
Fork of HelloWorld_6180XA1 by
X-Nucleo-6180XA1 Hello World Application
This application provides a simple example of usage of X_NUCLEO_6180XA1 library. It provides a measurement of:
- Ambient Light (Lux),
- Distance (millimeters) of an object in front of the on-board sensor.
The values are displayed on the Hyperterminal connected through COM port over USB.
History
Update libs.
2017-08-21, by nikapov [Mon, 21 Aug 2017 15:45:25 +0000] rev 48
Update libs.
Aligned to ARM mbed coding style.
2017-03-13, by Davidroid [Mon, 13 Mar 2017 19:21:16 +0000] rev 47
Aligned to ARM mbed coding style.
Updated libs
2016-11-30, by mapellil [Wed, 30 Nov 2016 08:26:55 +0000] rev 46
Updated libs
Updated 6180 library
2016-09-27, by mapellil [Tue, 27 Sep 2016 15:22:33 +0000] rev 45
Updated 6180 library
Extremely simplified the HelloWorld app now consisting in only GetLux and GetDistance synchronous functions calling. Removed the local 4 digit display and the red and the blue button management. The measure results are printed on serial over USB.
2016-09-12, by mapellil [Mon, 12 Sep 2016 09:52:06 +0000] rev 44
Extremely simplified the HelloWorld app now consisting in only GetLux and GetDistance synchronous functions calling. Removed the local 4 digit display and the red and the blue button management. The measure results are printed on serial over USB.
Moved to als/range single shot polling mode measure and updated the 6180 lib.
2016-09-12, by mapellil [Mon, 12 Sep 2016 09:19:46 +0000] rev 43
Moved to als/range single shot polling mode measure and updated the 6180 lib.
Removed board deletion (singleton object has no destructor) and linked latest 6180 lib
2016-06-15, by mapellil [Wed, 15 Jun 2016 11:57:24 +0000] rev 42
Removed board deletion (singleton object has no destructor) and linked latest 6180 lib
Updated mbed lib and 6180 lib
2016-03-21, by mapellil [Mon, 21 Mar 2016 16:20:08 +0000] rev 41
Updated mbed lib and 6180 lib
FIxed Blue Button management
2016-03-15, by mapellil [Tue, 15 Mar 2016 12:54:53 +0000] rev 40
FIxed Blue Button management
I2c is now passed by address to IntContinousALSorRangeMeasure
2016-02-23, by mapellil [Tue, 23 Feb 2016 09:29:18 +0000] rev 39
I2c is now passed by address to IntContinousALSorRangeMeasure