Just received my Bangle.js and it looks great, thanks for your amazing effort in getting these devices out at such a difficult time.
I've updated it to the latest firmware, and tried to upload an app but each time it gets 99% of the way there then displays an error message in an orange bar at the bottom: "Upload failed, Unexpected response" - but nowhere does it say why it failed or what the unexpected response was.
Can anybody advise how I can find what's going on? Maybe some logs written somewhere?
Hit F12 (or the key that brings up browser dev tools in your browser. Most commonly F12), find the "Console" tab, and look for clues there.
Can you connect to it with the Web Ide? Just as a sanity check: try executing something simple like executing 1+2. Does that work?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Just received my Bangle.js and it looks great, thanks for your amazing effort in getting these devices out at such a difficult time.
I've updated it to the latest firmware, and tried to upload an app but each time it gets 99% of the way there then displays an error message in an orange bar at the bottom: "Upload failed, Unexpected response" - but nowhere does it say why it failed or what the unexpected response was.
Can anybody advise how I can find what's going on? Maybe some logs written somewhere?