Implemented BTLE and normal nRF24 message with temperature and LCD display.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 17 Oct 2015 20:30:39 +0000 (21:30 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 17 Oct 2015 20:30:39 +0000 (21:30 +0100)
commite3c89a1a22cf8b01891bb962a5c774f544cf8b50
tree7d33eae0e85e99b97f86b3190523d6bc715cd0c8
parentc6e6d9a062dc2605ea7e3535175a82f060c5b0f8
Implemented BTLE and normal nRF24 message with temperature and LCD display.

While waiting for the next DS18B20 conversion we transmit the last temp
reading over channel 85 to the IoT hub.
The LCD display shows temperature and humidity and the Bluetooth beacon
transmits the temperature.
Included the Atmel Studio project file (used with Visual Micro Arduino
support plugin).
.gitignore [new file with mode: 0644]
BLE24.cpp [new file with mode: 0644]
BLE24.h [new file with mode: 0644]
nRF24_BLE_Temperature.cppproj [new file with mode: 0644]
nRF24_BLE_Temperature.ino