Cheap Wi-Fi IP Surveillance Camera (Very little DIY needed)

This camera uses ESP32 camera module, it can be programmed via Arduino IDE just like Arduino. You can even connect other devices to it, like sensors, displays, relays and much more (you’ll need some Arduino coding skills for that). Although it can work without any programming, I recommend to flash it with my modified code (or use code from Arduino IDE examples). To flash it you’ll need a USB to UART converter, for example, this one: ESP32 Camera module you can get here: 5V LED Modules here: My modified code that supports LED control here: Arduino IDE by default doesn’t have ESP32 camera, so you’ll need to go File/ Preferences and add in Additional Board Manager URLs this: Then go to Tools/board/Boards manager/ and se
Back to Top