This program is given as a sample exercise. It has all the functionality to be used on a BLE Nano device and to connect to SimpleChat application for Android/ iOS from RebBearLab. The aim of the exercise is to read a voltage and then to convert as good as possible the appropriate temperature in Celsius degrees. AI5 pin is considered for reading the voltage for the termistor. The ADC of AI5 is called every second. The function to be updated : update_measurements() from main.cpp file.
Dependencies: BLE_API mbed nRF51822
Fork of nRF51822_DataLogger_with_Chat by
Revisions of mbed.bld
Revision | Date | Message | Actions |
---|---|---|---|
8:f28ad4600b0f | 2016-04-11 | This build add some features:; -> for any message that starts with 'x' it is treated as command:; xtg: return time: HH:MM:SS; xdg: get date: 20XX:MM:DD; xtiHHMMSS : set the time; xdiYYMMDD: set date; etc. | File Diff Annotate |
3:b3f6c612b603 | 2016-01-07 | Update libraries. | File Diff Annotate |
2:4b66b69c7ecb | 2015-07-27 | Update libraries | File Diff Annotate |
0:cffe8ac1bdf0 | 2014-10-31 | First commit | File Diff Annotate |