CTBot
CTBot copied to clipboard
A simple (and easy to use) Arduino Telegram BOT Library for ESP8266/ESP32
Hello Guys I want to recive messages from CTBot and use the input to control my water boiler. I use a ESP8266 The program runs as expected, but unfrequently the...
Hi all, I am trying to develop a chatbot for plant monitoring, but it get messages only if the text string start with 't' May you kindly help me to...
Hello I have tried to implement a reset to an ESP01S via a telegram text message. The function is: ` > if (msg.text.indexOf(F("RESET_ESP")) != -1){ > myBot.sendMessage(msg.sender.id,"RESET of the ESP...
CTBot v. 2.1.13 esp8266 v.2.7.4 myBot.wifiConnect(ssid, pass) need ~ 20 sec to connect. Wi-Fi connection time is ~ 5 seconds, but NTP receiving time takes ~ 15 seconds.
Changes: - upgraded for support Arduino JSON v7.* - updated CTBot examples - remove CTBot library wi-fi manager - remove CTBot onboard led library - optimization code, alignment structures -...