-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NodeMCU v3 Reset #33
Comments
I am getting the same on a normal NodeMCU ESP-12E... |
internet is good because we can share problems and SOMETIME solve it. |
The reset is generated from the getUpdates() function. |
probably, if i dont use it (only blinking) it never crashes. are they other TelegramBot library that could i use? please if you find solutions write here, i ll do the same. |
Accepted suggestion! :-) |
..this is not fair.... look on google. |
i'm trying to use Gianbacchio's library, looks more professional, but i have another issue: it doesnt connect to my wifi, even if i set up with my SSID and WPA key (i tried to change to WPA2 or WEP). |
HEY I SOLVED!!!!
if you installed 2) ESP8266 newer version, you have to
Now i m running this code and it works (no reset)
that is EXAMPLE: EchoBot-ESP8266.ino into CasaJasmina Telegrambot v1.2.5 Library. Of course i had to put my data (SSID, WPA, token). |
With those library and settings that i ve written to you, you can program this: |
I am using another library, with no need to downgrade board manager! 2.3.0 is a very old core for esp8266 |
Ok, can you please tell me what's your library name? i d apprieciate. |
We cannot use this support thread as a chat. I told you, it's not fair. This is a support ticket for this Library. |
certo, come no. |
accept this method in your code
|
'class WiFiClientSecure' has no member named 'setInsecure' |
what error displays? |
Exactly this one: |
I use: send all your code |
Hi,
i receive this error (and reset) on serial when i run the following code:
I would like to turn off and on a led with telegram bot, so this is the code (it's not complete but it crashes so i cannot continue coding):
i m using nodeMCU v3, with ESP8266MOD chip on it, i tried with 8v input and 2200uF big capacitor, it crashes. i tried blinking sketch with serial.println inside, it doesnt crashes. seems to crash only when using message m = bot.getUpdates(); or other using BOT library. i also tried to upgrade firmware but i don't know if i chose the last or correct one. i have another NodeMCU v3 board, i tried (without upgrading firmware) and it still crashes. i don t know what else to try to do.
it connects to wifi at
WiFi connected
172.31.189.167
it's correct ip of my net. i also tried to change network, it still crashes: it's not a wifi problem but (i think) a bot telegram library problem.
Can someone please help me?
Thanks a lot!
The text was updated successfully, but these errors were encountered: