Comments on: Telegram: ESP32-CAM Take and Send Photo (Arduino IDE) https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 17 Jun 2025 09:06:13 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/#comment-1058401 Tue, 17 Jun 2025 09:06:13 +0000 https://randomnerdtutorials.com/?p=98951#comment-1058401 In reply to Thalis Mazzarino.

Hi.
That never happened to us.
Maybe you accidentally sent too many messages??
You may want to try to contact them to try to understand what happened.

Regards,
Sara

]]>
By: Thalis Mazzarino https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/#comment-1058315 Tue, 17 Jun 2025 01:45:20 +0000 https://randomnerdtutorials.com/?p=98951#comment-1058315 Hi, it worked for a while… But now I get this message: You have created a malicious bot that was banned on Telegram. Please note that creating abusive bots (for example, bots for spamming and interfering with communication in groups) may lead to your account being terminated.

You have been banned from creating new bots for a month.

And here’s an offer you can’t refuse: Once the month is over, you can either play nice and build useful bots (or no bots at all) — or be blocked on Telegram forever.

]]>
By: Sergey https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/#comment-992252 Tue, 17 Dec 2024 11:59:41 +0000 https://randomnerdtutorials.com/?p=98951#comment-992252 if you want anyone user to use this, you can comment this section
if (chat_id != CHAT_ID){
// bot.sendMessage(chat_id, “Unauthorized user”, “”);
// continue;
}
make “chat_id” a global variable and replace CHAT_ID with it.

Also if you leave CHAT_ID in String head, you will receive all replies of bot to your friends

]]>
By: Sara Santos https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/#comment-970183 Thu, 10 Oct 2024 13:50:10 +0000 https://randomnerdtutorials.com/?p=98951#comment-970183 In reply to vlvrkv.

Maybe if you create groups it will work.
Take a look here: https://randomnerdtutorials.com/telegram-group-esp32-esp8266/
Regards,
Sara

]]>
By: vlvrkv https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/#comment-970124 Thu, 10 Oct 2024 10:40:06 +0000 https://randomnerdtutorials.com/?p=98951#comment-970124 Is it possible to give rights to request a photo for a second account in Telegram?

]]>
By: Sebastian https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/#comment-924785 Wed, 12 Jun 2024 19:02:14 +0000 https://randomnerdtutorials.com/?p=98951#comment-924785 I just copy pasted the code but always got error messages:

Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND) (probably the connection of the cam module. After a lot of times reconnecting the cam the error was gone)
and Camera init failed with error 0xffffffff

luckily I found a guy on youtube.
Change the esp32 board version to an older than 3.0. (for me the 2.0.10 works fine) and
go to Tools>PSRAM and enable.

Saves a lot of time!

Switching off the flash after taking a picture would be nice, but I couln’t figure out how to get a working logic.

Cheers!

]]>
By: Paulo André https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/#comment-879524 Sun, 24 Dec 2023 00:40:05 +0000 https://randomnerdtutorials.com/?p=98951#comment-879524 This code freeze after about 2 days working, its needed reset to return to work ….

]]>
By: Jim https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/#comment-874754 Tue, 28 Nov 2023 18:39:03 +0000 https://randomnerdtutorials.com/?p=98951#comment-874754 Its a good tutorial and I got it to work, and now I can modify it.
However I strugged a bit with finding the chat ID.
I added a println to the esp32 code to print out the chat ID as I couldnt work out how to find it within telegram.

]]>
By: Thalis Mazzarino https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/#comment-869245 Tue, 31 Oct 2023 20:59:03 +0000 https://randomnerdtutorials.com/?p=98951#comment-869245 Hello, Sara and Ruy.
I set up the espcam telegram project, it worked perfectly… I used the old Arduino platform. But due to the network prob it stopped working, today I’m trying to reprogram but I’m not getting the error code below. Now I have the Arduino IDE 2.2.1
C:\Users\Thalis Mazzarino\Documents\Arduino\esp32-cam-shield-telegram\esp32-cam-shield-telegram.ino:16:
c:\users\thalis mazzarino\appdata\local\arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0\xtensa-esp32-elf\include\c++\8.4. 0\system_error:39:10: fatal error: bits/error_constants.h: No such file or directory
#include <bits/error_constants.h>
compilation terminated.
exit status 1
Compilation error: exit status 1

]]>
By: Sara Santos https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/#comment-864760 Mon, 09 Oct 2023 08:13:38 +0000 https://randomnerdtutorials.com/?p=98951#comment-864760 In reply to John.

Hi.
You can take a look at this tutorial and check the section that detects motion and sends a message:
https://randomnerdtutorials.com/esp32-cam-shield-pcb-telegram/
Regards,
Sara

]]>