Tolentino Cotesta

Results 9 comments of Tolentino Cotesta

@woodlist you could use the "core included" library [HTTPUpdate](https://github.com/espressif/arduino-esp32/tree/master/libraries/HTTPUpdate) which need to instantiated by passing the reference to the used client.

I'm using TimerFreeTone. The disadvantage of this library is the usage of delayMicroseconds() in the iplementation, but with this "slow" type application is not a big issues for me. https://bitbucket.org/teckel12/arduino-timer-free-tone/downloads/

Hi @tiffass As you can read in [this FAQ](https://core.telegram.org/bots/faq#what-messages-will-my-bot-get), you can read a message from a channel, but you need to add the bot to the channel.

OK I understand your problem. The fact is that the messages received from the channels are slightly different from others. However it is not too complex to add handling of...

Hi @tiffass I've just uploaded a revisited and working example for ESP32-CAM

Which version of [ESP32 Arduino core](https://github.com/espressif/arduino-esp32) are you using?

You will find the firmware here: https://github.com/cotestatnt/scratch-gui/tree/develop/arduino/Scratch3Firmware_led In order to work properly you should follow instructions provided here https://github.com/cotestatnt/scratch-gui

Maybe you are missing some needed library.

Hi @tiffass This is the same issue as https://github.com/cotestatnt/AsyncTelegram2/issues/81 You need to call getNewMessage() periodically or at least shortly before sending a new message to synchronize the bot with the...