Possible to reset Puck? - Help ! #2229
Unanswered
espruino-discuss
asked this question in
Puck.js, Pixl.js, Jolt.js and MDBT42
Replies: 2 comments
-
Posted at 2017-06-12 by user78002 I've worked it out, I'll post the method below in case anyone needs this in the future...
:-) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2017-06-12 by @gfwilliams Great - glad you got it sorted in the end! If you're interested, there's a bit more info/background on this here: http://www.espruino.com/Puck.js#i-saved-some-code-and-my-puck-js-no-longer-works |
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-06-12 by user78002
Hi all,
Newbie to this forum but I'm a software developer who has been working with a Puck.JS for the past couple of months.
I was just toying around with the idea of of trying to conserve battery life by calling NRF.sleep() & NRF.wake() at set intervals.
I've made a real newbie mistake... I made a program that calls NRF.sleep() as soon as the Puck boots, and never calls NRF.wake()... I now can't connect to the Puck with Espruino IDE to re-program it !!
I've tried putting the Puck into DFU mode and re-flashing the firmware (thinking it would wipe the program too) but it hasn't worked, it still boots into the original program and immediately disables Bluetooth! :-(
Is there any way to reset a Puck.JS into it's initial 'factory state' or to wipe it clean & start again?!
Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions