|
|
|
|
|
by kgs42
3858 days ago
|
|
Hi, maybe not entirely relevant for this topic - but maybe you guys have any idea how to build and cheap system which will gather temperature wireleslly to one place. Ideally I'd like to have 2 sensors (one inside and other outside, with own batteries) which will send data to some central device. I have home server on MacMini - so WiFi could be option. Any ideas? I've always wanted to build something like this which - but always ended calculations that are rather expensive and devices are relatively big. |
|
I've actually created such a setup, I have 3 battery powered temperature sensors built on Arduino Pro Minis, they all communicate with a central RPi node via NRF24L01 transceivers, and the node then sends the different temperatures to a server via GSM. The sensors are pretty cheap to make, and if you put them in a sealed box they last for months without recharging the batteries (Currently 7 month battery life on 4 x AA batteries)
Here is some of the sensor code: https://github.com/cuonic/Arduino-NRF24L01-Thermometer