App for BLE Nano to monitor the power consumption for a specific location, by intercepting the led flashes of a standard power meter. It counts and log the flashes for each second. It works with RedBear App for smart phone (Simple Chat App).

Dependencies:   BLE_API lib_mma8451q mbed nRF51822

Fork of nRF51822_DataLogger_with_Chat by Valentin Tanasa

Changes

RevisionDateWhoCommit message
12:27e9c3db28b9 2016-08-14 tanasaro10 First release for counting and logging power impulses of a power meter. Useful to track the power consumption for a specific location. default tip
11:baafa4f7a15e 2016-05-06 tanasaro10 minor updates
10:c7d53e4e0602 2016-04-26 tanasaro10 small updates added; new functionalities for push button; some bug fixes;
9:303d3628986a 2016-04-25 tanasaro10 Major rework on the code and extended functionality added. Detailed explanations are given in read_me.md file.
8:f28ad4600b0f 2016-04-11 tanasaro10 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.
7:609dff35b660 2016-03-31 tanasaro10 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
6:a574229993b8 2016-03-31 tanasaro10 Some new features included:; -> signals the sender and receiver messages; -> echo for message sent from RedBear App
5:ee7e1a9e1985 2016-03-31 tanasaro10 Small corrections
4:d7872f84c03c 2016-03-31 tanasaro10 Working version for Ble Nano (2015)
3:b3f6c612b603 2016-01-07 RedBearLab Update libraries.
2:4b66b69c7ecb 2015-07-27 RedBearLab Update libraries
1:1c058e553423 2014-10-31 RedBearLab Add lisence and brief descriptions
0:cffe8ac1bdf0 2014-10-31 RedBearLab First commit