-
• #2
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:
["AT+CIPSTART=0,\"TCP\",\"w ww.pur3.co.uk\",80\r\n"
Note the
"w ww.pur3.co.uk"
and not"http://www.purĀ3.co.uk"
- so I'm not sure why yours would be different?edit: I had to add a space in the
www
so the forum didn't change it :) -
• #3
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
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.