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: 1 day ago
JSON representation

IoT crop monitoring device. Ai thinker board with dht and soil sensor. Connected to thingsboard.

Lists

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