Connecting Pico to the internet without Web IDE #4406
Unanswered
espruino-discuss
asked this question in
Pico / Wifi / Original Espruino
Replies: 1 comment
-
Posted at 2017-03-24 by countxerox OK, found an answer in this post The Web IBE reverts to Serial1 when USB is not connected, that must have been conflicting with the ESP8266 (which was also trying to use Serial1) adding USB.setConsole(1) forces the console to stay on USB. Posted at 2017-03-27 by @gfwilliams Yes, that's the one! It's unfortunate when you hit it, but can be a useful feature. For the shims I try and use the 2nd UART that doesn't have the problem, but it can be a pain to solder to manually. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-03-24 by countxerox
Hi,
I want to connect my Pico to the internet with an ESP8266-12f.
When I send and save() the code using the Web IDE it's fine but then if I disconnect it and power it up with a usb power supply, it doesn't work.
The Pico's green light should switch on if the http response is OK.
I tried this way aswell but still no joy.
Beta Was this translation helpful? Give feedback.
All reactions