How do I reset the pico? #5215
Replies: 1 comment
-
Posted at 2015-04-17 by Pawl Also, the troubleshooting guide doesnt cover the Pico at all. Posted at 2015-04-17 by Pawl I worked it out, for reference: Plug the board in while holding the button so the two lights flash on and off, then use the web ide to reflash the device. Posted at 2015-04-20 by @gfwilliams Thanks - I'll update the troubleshooting to cover both.... It's basically the same, but instead of hitting the reset button you have to plug/unplug it. You can also reset without reflashing - you have to plug in and then press BTN1 almost immediately after it's plugged in - then you don't go into the bootloader, but your saved code isn't loaded either. Posted at 2015-04-20 by @allObjects Interesting... may be it is out there somewhere how what the boot sequence for standard and Pico are... but it looks like that something more like a Datasheet with the essentials has to be composed from what is already out there. It would then also include a section about what is different between the two boars. Before, it was a bit easier, it was the Espruino board and all others. Now it is the two Espruino standard and pico board and the others... I know it is work and even though I did some technical writing for some time, it is really not a enjoyable strength of mine. :( Posted at 2015-04-21 by user54491 Hi, I got the same problem than Pawl i think. Thanks, nicolas. Posted at 2015-04-22 by @gfwilliams Hi Nicolas, Do the two lights stay on? That happens when the board has entered bootloader mode but the PC hasn't managed to make a USB connection to it In the case I'd try restarting your computer (maybe somehow it got confused), and then check to see if under 'Device Manager' (if in windows) you have any errors. It may be it's complaining about the driver not being installed. If you're using a USB extension lead it may also be that the extension lead is a bit flaky. Posted at 2015-04-22 by user54491 Thanks Gordon, I'm on OS X Yosemite, but i just restart my system, update it and my pico was detected :D Posted at 2016-02-24 by bigplik Is any chance to reset it other way? Posted at 2016-02-24 by bigplik I've just unsolder the battery but still can't reset or flash Pico, no com port visible Posted at 2016-02-25 by @gfwilliams Have you turned on deep sleep? That can make it more difficult to get a connection - best bet is to make sure you have a There's the strip of pads on the back, by the Posted at 2016-02-25 by bigplik This is the code I use when Espruino stop working.
about reset Attachments: Posted at 2016-02-25 by @gfwilliams Yes, that's the reset pin...
I don't understand I'm afraid - can you post an example of what it prints? Posted at 2016-02-25 by bigplik it just prints 'screen' value in console, If (screen === 2) and I press BTN11 then my OLED is switched off by disconnecting the VCC line, when I press BTN11 again VCC line is again connected into display and OLED() function starts. The same time I have console.log with value of 'screen'. Posted at 2016-02-25 by @gfwilliams It's because you keep calling the function Each time you call Put If you have some problem like this in future, please can you start a new thread for it? This is really totally unrelated to the initial post, where Pawl was wondering how to recover after he'd saved some code that he didn't want. Posted at 2016-02-25 by bigplik thank you, now it works, no lags, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-04-17 by Pawl
As the subject says. I think I messed up a save.
Beta Was this translation helpful? Give feedback.
All reactions