Page 1 of 1

ESP32 code and the ESP32 Cam board

Posted: Mon Jun 17, 2019 11:01 pm
by Daveyman123
Hi,
I am relatively new to Arduino. Can someone tell me if it is possible to run ESP32 code on an ESP32 Cam board?

Thus far I am having sporadic responses and gibberish serial output (for the most part) when running a bluetooth proximity sketch that was designed for the ESP32 on my ESP32 Cam.

Re: ESP32 code and the ESP32 Cam board

Posted: Tue Jun 18, 2019 6:47 pm
by Daveyman123
i hope this isnt against forum policy but.. bump

Re: ESP32 code and the ESP32 Cam board

Posted: Wed Jun 19, 2019 2:11 am
by ESP_Sprite
As far as I can see, the ESP Cam board just has a standard ESP32-Wrover/Wroom module on it; you should be run anything on there that runs on a non-Cam board as well.

Re: ESP32 code and the ESP32 Cam board

Posted: Fri Jun 21, 2019 7:22 pm
by Daveyman123
Thank you ESP-Sprite

I have difficulty understanding some things about the esp32-cam. Namely what board I am supposed to select when configuring.

There are three I have had work:
dev-board
wroover
AI-thinker

Thanks again,
Daveyman