I'm working on a sketch to manage the pump of my swimingpool ... here is not the problem ...
In this sketch, I use many tools adapted from those links :
-
EasyIoT-Cloud
=> works fine ...
-
WundergroundClient
=> works fine ...
- NTPClient ... => works fine ...
Last week, I wanted to add the ability to be informed by Telegram : I tried a small sketch from
here
: , and it work fine ... only alone !
I tried to mix all parts of code, but my ESP crash !!!
After a few (but long time ...) investigation, I discoverd that the error disapear when I disable the MQTT parts, especially by disabling this line in my sketch (line 81 in the attachment code.txt
I'm working on a sketch to manage the pump of my swimingpool ... here is not the problem ...
In this sketch, I use many tools adapted from those links :
-
EasyIoT-Cloud
=> works fine ...
-
WundergroundClient
=> works fine ...
- NTPClient ... => works fine ...
Last week, I wanted to add the ability to be informed by Telegram : I tried a small sketch from
here
: , and it work fine ... only alone !
I tried to mix all parts of code, but my ESP crash !!!
After a few (but long time ...) investigation, I discoverd that the error disapear when I disable the MQTT parts, especially by disabling this line in my sketch (line 81 in the attachment code.txt
PS : maybe my english is not perfect ... sorry, I try !!!!
If I remember correctly I have the same problem when I try to use MQTT client and NTP client. It seems those libraries can not work the same time on ESP8266.