Main Content

Imagine if you have a robot that has camera on board and can be controlled through the Internet.
It would open a lot of opportunities of using it. For example, you could send the robot to the kitchen to check if you accidentally left the kettle on the stove!
I have been experimenting using ESP32-CAM development boards and found that with ESP32-CAM it can be done easily.
The ESP32-CAM is a very small camera module with the ESP32-S chip that costs approximately $10-$15.
The ESP32-CAM module can be programmed with Arduino IDE. The ESP32-CAM module also has several GPIO pins to connect to external hardware.
So, let’s get started!”

Link to article