summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Pat Thoyts [Wed, 21 Oct 2015 11:32:43 +0000 (12:32 +0100)]
Quick makefile for flashing on Linux using the Atmel ICE programmer.
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.
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).
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.