Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Dewald928/Farm_IoT_ESP32Cam
IoT crop monitoring device. Ai thinker board with dht and soil sensor. Connected to thingsboard.
https://github.com/Dewald928/Farm_IoT_ESP32Cam
Last synced: about 2 months ago
JSON representation
IoT crop monitoring device. Ai thinker board with dht and soil sensor. Connected to thingsboard.
- Host: GitHub
- URL: https://github.com/Dewald928/Farm_IoT_ESP32Cam
- Owner: Dewald928
- Created: 2021-02-02T11:10:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T09:38:53.000Z (over 3 years ago)
- Last Synced: 2024-08-05T14:15:27.557Z (5 months ago)
- Language: C++
- Size: 130 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-thingsboard - Farm_IoT_ESP32Cam - IoT crop monitoring device (Integrations / Hardware)
README
# ESP32cam IoT plant monitoring system
## Setup
### Requirements
* VS code + platformio## Usage
### Permission error
sudo su
//type your password
cd /
cd dev
chown username ttyUSB0
## Todo
### Software todo
* [x] Read temp and hum
* [x] Read soil
* [x] Read battery voltage
* [x] Use light sleep
* [x] OTA updates
* [x] Log to tensorboard
* [x] Device attributes log to tb
* [ ] Get tunnel number from thingsboard
* [ ] More device attributes?
* [ ] Take picture
* [ ] Log picture to a server
* [ ] More code cleanup### Hardware todo
* [ ] Design container
* [ ] Prototype container
* [ ] Improve container
## Important Notes
### Hardware notes
* After uploading new software, unpower the device completely, making sure that the voltage regulator discharges. Or else the ADCs wont read correctly.
### Software notes
* Use espressif version 3.0.0. Newer versions will break things