BangleJS 1, cannot install default apps after firmware update. #5148
Replies: 1 comment
-
Posted at 2022-08-17 by @gfwilliams What happens if you go to the IDE at https://www.espruino.com/ide/# and connect (top left) Then on the left-hand side, paste in:
The Was the Bangle working when you put it away? For this kind of thing to happen I'd assume there could be some kind of damage to the internals (like water damage?) You could always try totally flattening the battery (to reset everything) then charging it up fully, turning it on and trying again Posted at 2022-08-18 by user148332 I tried the IDE commands...
It was working when it when away, I'll try totally flattening the battery. Thanks for the help. Posted at 2022-08-18 by @fanoush Could it be that you once flashed firmware for other board like PUCKJS or MDBT42Q and then reflashed it with BANGLEJS again? pin 21 which is normally a reset pin is used as flash CS pin https://github.com/espruino/Espruino/blob/master/boards/BANGLEJS.py#L142 and most other builds would reconfigure it back as reset pin which would make flash CS pin not working. You can verify by running Posted at 2022-08-18 by @gfwilliams Thanks @fanoush! That's well worth testing @user148332 Posted at 2022-08-26 by user148332 @fanoush, the peek did print 21 however flashing it with PUCKJS or MDBET42Q didn't help. Posted at 2022-08-26 by @fanoush
No, of course not, flashing with PUCKJS or MDBT42Q can only break it. But it is good the hardware is probably OK if you see 21.
then wait few seconds, reconnect and try the Posted at 2022-08-27 by user148332 That worked, thanks for the help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2022-08-16 by user148332
I have an old BangleJS 1 that I am trying to use again. I installed the latest firmware 2v15 and tried to installed the default apps.
It is happy having the time set, refreshing the installed app list (none) but it seem to be timing out installing the first default app (bootloader).
From the browser console...
... for a while then ...
I have also tried ti with 2v10 and 2v14 (same problem installing the apps).
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions