Using ESP32Cam
Posted: Sun Sep 27, 2020 8:00 am
I have produced a sketch which I hope may help/encourage people to get started programming the esp32cam modules as I personally found it difficult to get started myself, but they are really impressive devices especially for the price and well worth having a look.
It is for the Arduino IDE and does not require any additional libraries (apart from esp32 support)
It shows how to capture an image and save to sd card, live stream video, serve some web pages with control buttons and how to use 1bit mode for sd card access so that you can still make use of a couple of io pins and the flash LED.
It could make a good starting point for many project ideas.
https://github.com/alanesq/esp32cam-demo
I have tried to make the sketch as easy to follow as possible with lots of comments etc.
I post it here in the hope it will help others and also in the hope that people can suggest improvements etc. and I can learn more myself.
It is for the Arduino IDE and does not require any additional libraries (apart from esp32 support)
It shows how to capture an image and save to sd card, live stream video, serve some web pages with control buttons and how to use 1bit mode for sd card access so that you can still make use of a couple of io pins and the flash LED.
It could make a good starting point for many project ideas.
https://github.com/alanesq/esp32cam-demo
I have tried to make the sketch as easy to follow as possible with lots of comments etc.
I post it here in the hope it will help others and also in the hope that people can suggest improvements etc. and I can learn more myself.