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 Valentin Tanasa

History

Version ready for use to exercise. default tip

2016-10-08, by tanasaro10 [Sat, 08 Oct 2016 10:30:15 +0000] rev 12

Version ready for use to exercise.


minor updates

2016-05-06, by tanasaro10 [Fri, 06 May 2016 18:14:18 +0000] rev 11

minor updates


small updates added; new functionalities for push button; some bug fixes;

2016-04-26, by tanasaro10 [Tue, 26 Apr 2016 20:15:41 +0000] rev 10

small updates added; new functionalities for push button; some bug fixes;


Major rework on the code and extended functionality added. Detailed explanations are given in read_me.md file.

2016-04-25, by tanasaro10 [Mon, 25 Apr 2016 19:34:39 +0000] rev 9

Major rework on the code and extended functionality added. Detailed explanations are given in read_me.md file.


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.

2016-04-11, by tanasaro10 [Mon, 11 Apr 2016 17:21:14 +0000] rev 8

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.


Some updates added to the initial version. It is adapted for the first Ble Nano (1) hardware.; Changes: ; -> setting TxPower; -> echo for messages received from RedBear App; ->19200 baudrate change; -> other small changes

2016-03-31, by tanasaro10 [Thu, 31 Mar 2016 16:36:01 +0000] rev 7

Some updates added to the initial version. It is adapted for the first Ble Nano (1) hardware.; Changes: ; -> setting TxPower; -> echo for messages received from RedBear App; ->19200 baudrate change; -> other small changes


Some new features included:; -> signals the sender and receiver messages; -> echo for message sent from RedBear App

2016-03-31, by tanasaro10 [Thu, 31 Mar 2016 16:29:40 +0000] rev 6

Some new features included:; -> signals the sender and receiver messages; -> echo for message sent from RedBear App


Small corrections

2016-03-31, by tanasaro10 [Thu, 31 Mar 2016 15:23:00 +0000] rev 5

Small corrections


Working version for Ble Nano (2015)

2016-03-31, by tanasaro10 [Thu, 31 Mar 2016 15:20:16 +0000] rev 4

Working version for Ble Nano (2015)


Update libraries.

2016-01-07, by RedBearLab [Thu, 07 Jan 2016 02:46:54 +0000] rev 3

Update libraries.