The aim is to create a cheap wireless temperature/humidity sensors that can send sensor readings to a cloud through a gateway connected to a home router.
Side view | Front view | Orthographic projection |
---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
- Arduino Nano v3 @5V (MCU with USB-mini connector)
- ENC28J60 (ethernet module, not the same as original Arduino ethernet shield W5100)
- NRF24L01 + PA + LNA (rf module with built-in antenna)
- 3.3uF to 10uF capacitor (see also NRF24L01-Howto)
Side view | Front view | Orthographic projection |
---|---|---|
![]() |
![]() |
![]() |
- Arduino Pro Mini @3.3V (MCU with low power consumption)
- DHT22 Temperature/Humidity sensor (cheap and accurate)
- 10K resistor
- 100nF capacitor
- NRF24L01 + PA + LNA (RF module with built-in antenna)
- 3.3uF-10uF capacitor (see also NRF24L01-Howto)
- 10K resistor
- 100nF capacitor for DHT22
- fork, clone, edit, commit, push, create pull request
- Use Arduino IDE or something similar