arduino/nRF24_BLE_Temperature.git
9 years agoAdded support for EEPROM stored configuration values.
Pat Thoyts [Wed, 21 Oct 2015 11:32:15 +0000 (12:32 +0100)]
Added support for EEPROM stored configuration values.

The radio addresses and channel can be placed in EEPROM now.

9 years agoImplemented BTLE and normal nRF24 message with temperature and LCD display.
Pat Thoyts [Sat, 17 Oct 2015 20:30:39 +0000 (21:30 +0100)]
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).

9 years agoBTLE Beacon with 1-wire and I2C humidity sensors and LCD display.
Pat Thoyts [Fri, 16 Oct 2015 22:08:01 +0000 (23:08 +0100)]
BTLE Beacon with 1-wire and I2C humidity sensors and LCD display.