ESP NodeMcu in bootloop
-
Ive tested my ESP and it works fine with sample sketches, but with the ESP gateway it keeps booting:
?�F�x��D�H!�ȩLR�@H��0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta) 0;255;3;0;9;Radio init successful. scandone state: 0 -> 2 (b0) state: 2 -> 3 (0) state: 3 -> 5 (10) add 0 aid 5 cnt connected with Nieuwenhuis, channel 1 dhcp client start... .ip:192.168.1.41,mask:255.255.255.0,gw:192.168.1.1 .IP: 192.168.1.41 ���� �@��0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta) 0;255;3;0;9;Radio init successful. scandone state: 0 -> 2 (b0) state: 2 -> 3 (0) state: 3 -> 5 (10) add 0 aid 5 cnt connected with Nieuwenhuis, channel 1 dhcp client start... .ip:192.168.1.41,mask:255.255.255.0,gw:192.168.1.1 .IP: 192.168.1.41 H!�ȩL��@H��0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta) 0;255;3;0;9;Radio init successful. scandone state: 0 -> 2 (b0) state: 2 -> 3 (0) state: 3 -> 5 (10) add 0 aid 5 cnt connected with Nieuwenhuis, channel 1 dhcp client start... .ip:192.168.1.41,mask:255.255.255.0,gw:192.168.1.1 .IP: 192.168.1.41
-
There is a problem with this configuration and ESP8266/Arduino 2.1 library.
See http://forum.mysensors.org/topic/3524/solved-wifi-gateway-problem-esp8266/2 for more details.Have you tried the esp8266 as a sensor node or just with some of the esp8266 examples? Just trying to see what we can eliminate from the search for a solution.
-
@gerritv I tested with some esp examples, like the http server. They work fine.
Edit: yes 2.0 is working, thanks
-
Hi,
See the above mentioned topic, there is a solution to using esp8266/Arduino 2.1 library.