Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titov-vv/iot-soilmoisturesensor
AWS IoT capacitive soil moisture sensor based on ESP32 development board (with DHT11)
https://github.com/titov-vv/iot-soilmoisturesensor
aws esp32 iot
Last synced: about 2 months ago
JSON representation
AWS IoT capacitive soil moisture sensor based on ESP32 development board (with DHT11)
- Host: GitHub
- URL: https://github.com/titov-vv/iot-soilmoisturesensor
- Owner: titov-vv
- Created: 2020-10-04T15:59:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T12:19:26.000Z (over 4 years ago)
- Last Synced: 2024-11-10T09:43:22.677Z (3 months ago)
- Topics: aws, esp32, iot
- Language: C
- Homepage:
- Size: 186 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS IoT sensor
ESP32 draft project to report data from soil moisture sensor to AWS IoT cloud topic
(Initial design for Aliexpress ESP32 moisture sensor boards with DHT11 - similar to Wemos Higrow - see picture below)1. Connects to WiFi network, synchronizes time from NTP.
2. Reads analog data from Moisture sensor on PIN 32
3. Reads temperature/humidity data from DHT11 sensor on PIN 22 (soldered on board)
4. Connects to AWS and gets shadow to receive update inverval
5. Publishes sensor raw data to MQTT topic in JSON format and then goes to deep sleep for inverval configured in shadow.Example of module that is used for this project:
![Module](https://github.com/titov-vv/IoT-SoilMoistureSensor/blob/master/sensor_img.jpg?raw=true)