Pico 1.3 + ESP8266 ESP01 0.25.0.0 problem #4482
Replies: 1 comment
-
Posted at 2017-06-27 by @gfwilliams That's really strange - are you using an up to date firmware on the Pico? And you're 100% sure that's the code you used? I just tried your exact code on a Pico with 0.25 here, And I get this line:
Note the edit: I had to add a space in the Posted at 2017-06-27 by @gfwilliams Actually sorry, the forum that was changing the text in your post. That's not it then :) But 0.25 does work for me here. I wonder if it's some issue with the communication with your router. Could be just be that the router got confused by the firmware update on the ESP8266? If the firmware update changed the MAC address, it might have refused to give it an IP. Maybe you could just try restarting the router? :s |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-06-27 by Drugge
I have trouble getting wifi to work when I flash the 0.25.0.0 firmware to the ESP8266. I am using the test code:
I get the following output:
As you can see I get a strange DNS Fail message. After that I manually typed in wifi.getIP(...) and it seems like I never get a dynamic IP from the router.
However, if I flash the old 0018000902-AI03 firmware, everything works fine. Also wifi.getIP(...) shows the IP assigned from the router.
I am using the Shim Version 1 soldered to the Pico board.
Beta Was this translation helpful? Give feedback.
All reactions