Compare commits
No commits in common. "1a4411940faab62d9f2d1f670bec30a0bf4d105a" and "ba6d31c798eeb66c51b5ecdb9de86076abe2e100" have entirely different histories.
1a4411940f
...
ba6d31c798
13
README.org
13
README.org
|
@ -7,20 +7,7 @@ Temperature, air humidity and soil humidity sensor that communicates via MQTT. T
|
||||||
- Battery shield
|
- Battery shield
|
||||||
- 3.7V 1000mAh Lithium battery
|
- 3.7V 1000mAh Lithium battery
|
||||||
|
|
||||||
The sensor captures the data every 15 minutes and sends it to a MQTT broker and then enters deep sleep, it is important to save power as the device runs off a battery.
|
|
||||||
|
|
||||||
#+ATTR_HTML: :width 50%
|
|
||||||
[[./result.png]]
|
|
||||||
|
|
||||||
** Pinout of the board
|
** Pinout of the board
|
||||||
|
|
||||||
#+ATTR_HTML: :width 50%
|
#+ATTR_HTML: :width 50%
|
||||||
[[./pinout.png]]
|
[[./pinout.png]]
|
||||||
** Dependencies
|
|
||||||
- [[https://github.com/adafruit/DHT-sensor-library][Adafruit DHT sensor library]]
|
|
||||||
- [[https://github.com/adafruit/Adafruit_Sensor][Adafruit Unified Sensor Driver]]
|
|
||||||
- [[https://github.com/knolleary/pubsubclient][PubSubClient]]
|
|
||||||
- [[https://github.com/bblanchon/ArduinoJson][ArduinoJSON]]
|
|
||||||
** Deployment
|
|
||||||
|
|
||||||
The software uses the Arduino framework and the development environment of [[https://platformio.org/][PlatformIO]], which offers better tools that the Arduino IDE
|
|
||||||
|
|
BIN
result.png
BIN
result.png
Binary file not shown.
Before Width: | Height: | Size: 4.4 MiB |
Loading…
Reference in New Issue