This is an old revision of the document!
Author: Georgescu Ioana Project archive: cameraside.zip
The objective of this project is to create a system of cameras and sensors for monitoring various locations and an Android app for observing all the data collected. The current iteration of the project consists of one camera and one DHT22 sensor.
The system offers:
Item | Buy |
---|---|
ESP32-CAM module | https://ardushop.ro/en/home/1446-esp32-cam.html?search_query=esp32+cam&results=63 |
FTDI FT232RL programmer | https://ardushop.ro/en/home/86-usb-20-to-ttl-uart-on-stc-cp2120-arduino-pro-mini-programmer.html |
DHT22 temperature and humidity sensor | https://ardushop.ro/en/electronics/230-temperature-and-humidity-sensor-dht22.html?search_query=DHT22&results=1 |
The DHT22 is connected to the ESP32-CAM module.
The camera side of the project was implemented using the Arduino IDE.