Comments on: ESP32-CAM with Telegram: Take Photos, Control Outputs, Request Sensor Readings and Motion Notifications https://randomnerdtutorials.com/esp32-cam-shield-pcb-telegram/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 17 Jul 2025 21:06:49 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/esp32-cam-shield-pcb-telegram/#comment-1070403 Thu, 17 Jul 2025 21:06:49 +0000 https://randomnerdtutorials.com/?p=98426#comment-1070403 In reply to Dusan.

We have this guide about the BME680 that might help: https://randomnerdtutorials.com/esp32-bme680-sensor-arduino/

Regards,
Sara

]]>
By: Dusan https://randomnerdtutorials.com/esp32-cam-shield-pcb-telegram/#comment-1070323 Thu, 17 Jul 2025 15:44:43 +0000 https://randomnerdtutorials.com/?p=98426#comment-1070323 Hello. Has anyone replaced the BME280 sensor with the BME680 sensor? Please let me know.

]]>
By: Massimo https://randomnerdtutorials.com/esp32-cam-shield-pcb-telegram/#comment-1051778 Wed, 28 May 2025 16:44:55 +0000 https://randomnerdtutorials.com/?p=98426#comment-1051778 Hello, I purchased an ESP32CAM Ai Thinker board from DIYmore with a micro USB interface that also serves as a power supply. Everything works correctly. When I power the board with an external source, the board no longer turns on. I contacted DIYmore, and they told me that the ESP32CAM only works with micro USB. Is that true?
Thank you for your attention. Best regards.

]]>
By: Uwe https://randomnerdtutorials.com/esp32-cam-shield-pcb-telegram/#comment-1006614 Sun, 09 Feb 2025 15:55:34 +0000 https://randomnerdtutorials.com/?p=98426#comment-1006614 Hallo ihr Beiden,
bin nach ein paar Jahren zurück.
Problem beim Hochladen (zb. test LED)

Der Sketch verwendet 308216 Bytes (9%) des Programmspeicherplatzes. Das Maximum sind 3145728 Bytes.
Globale Variablen verwenden 20148 Bytes (6%) des dynamischen Speichers, 307532 Bytes für lokale Variablen verbleiben. Das Maximum sind 327680 Bytes.
esptool.py v4.8.1
Serial port COM5
Connecting………………………………..

A fatal error occurred: Failed to connect to ESP32: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
Fehlgeschlagenes Hochladen: Hochladefehler: exit status 2

Habe alles gelesen ,bekomme aber nichts hochgeladen. Hatte einmal funktioniert,am nächsten Tag nicht mehr ?
Benutze den micro programmierer, windows 11

zusatzfrage, wie gestaltet sich die Stromzufuhr zum cam shield pcb ?
Gruss Uwe

]]>
By: Dusan https://randomnerdtutorials.com/esp32-cam-shield-pcb-telegram/#comment-969692 Wed, 09 Oct 2024 14:12:52 +0000 https://randomnerdtutorials.com/?p=98426#comment-969692 Hello.
I’m sorry, but the main part of the text fell out. So a correction.
In the sketch section
camera_config_t config;
it is stated
config.pin_sscb_sda = SIOD_GPIO_NUM;
config.pin_sscb_scl = SIOC_GPIO_NUM;
In VS Code, PlatformIO lists the error as obsolete (deprecated) . Offers repair
config.pin_sccb_sda = SIOD_GPIO_NUM;
config.pin_sccb_scl = SIOC_GPIO_NUM;
Thanks,
Dusan.

]]>
By: Dusan https://randomnerdtutorials.com/esp32-cam-shield-pcb-telegram/#comment-969680 Wed, 09 Oct 2024 13:57:54 +0000 https://randomnerdtutorials.com/?p=98426#comment-969680 VS Code PlatformIO

]]>
By: Dusan https://randomnerdtutorials.com/esp32-cam-shield-pcb-telegram/#comment-969673 Wed, 09 Oct 2024 13:51:25 +0000 https://randomnerdtutorials.com/?p=98426#comment-969673 Hello.
In the sketch section
camera_config_t config;
it is stated
config.pin_sscb_sda = SIOD_GPIO_NUM;
config.pin_sscb_scl = SIOC_GPIO_NUM;
V VS Code points out that this is outdated (deprecated) and needs to be changed to
config.pin_sccb_sda = SIOD_GPIO_NUM;
config.pin_sccb_scl = SIOC_GPIO_NUM;

]]>
By: tim erskine https://randomnerdtutorials.com/esp32-cam-shield-pcb-telegram/#comment-954211 Thu, 05 Sep 2024 22:09:34 +0000 https://randomnerdtutorials.com/?p=98426#comment-954211 Great project,

I didn’t see this in the comments, but anyway to code camera to rotate from portrait to landscape, 90 degree shift?

Thanks,

Tim

]]>
By: Silvio https://randomnerdtutorials.com/esp32-cam-shield-pcb-telegram/#comment-936760 Fri, 12 Jul 2024 21:36:04 +0000 https://randomnerdtutorials.com/?p=98426#comment-936760 Hello,
I have to raise the flag and just can’t get any further.
I have invested a lot of time in getting the program to run with a Wrover board, but I keep getting the same error.

The following situation:
I upload the sketch to a Wrover board. Adjusted with the correct camera setting for the Wrover board. Adjusted with my wifi and telegram settings. So far so good.

However, when uploading and starting the board, a picture is automatically sent to Telegram every minute or so, even though there has been no movement.

I have uploaded a simple motion sketch and tested whether the motion detector is defective. but it is not. it works perfectly with the simple sketch.
I uploaded a simple sketch to upload photos to Telegram via /photo. it works perfectly.

However, when I use this sketch above images are sent to Telegram continuously, regardless of whether there is movement or not.
Does anyone have the same problem and possibly a solution?

I have used several boards and PIR sensors. I keep getting the error. I suspect that the camera setting influences the PIR or vice versa.
I have another board with AI-Thinker where the sketch works perfectly. However, I would like to use the Wrover board.

thanks in advance !!
BR
Silvio

]]>
By: RNT friends https://randomnerdtutorials.com/esp32-cam-shield-pcb-telegram/#comment-917030 Tue, 21 May 2024 15:09:13 +0000 https://randomnerdtutorials.com/?p=98426#comment-917030 Greetings Sarah and Rui.
A project that I had been putting off for a long time and was now struggling a little. Well it works perfectly, great tutorial.
I don’t know if this will be advertising, but I bought a programmer from the Czech “laskakit.cz”, programming is simplified, everything is included in the board.
Thank you and I wish you a lot of strength in your work and a nice summer.

]]>