Replies: 1 comment 8 replies
-
Hi - thanks for trying all of that. The fact that it's showing the I'd be pretty sure that's a hardware issue I'm afraid. It's rare this happens, but usually when it does it's a sign that the inside of the Bangle has got wet somehow and the connections have started to corrode. Could it have got submerged it water recently? If so it'd be well worth leaving it somewhere warm and dry for a week, and see if that improves matters at all. It might actually be enough to bring it back to life. Otherwise it might be that there's corrosion on the connector between the touchscreen and the PCB and just re-seating that connector would fix it, however removing the screen is quite a difficult process. |
Beta Was this translation helpful? Give feedback.
-
Yesterday suddenly my watch stopped responding to touch screen. It would seem it senses "something" and "sometimes". I have managed to reset to the recovery screen only to get this error:
Uncaught Error: I2C Error: Arbitration (start)
I have found and read these threads:
https://github.com/orgs/espruino/discussions/3375
https://github.com/orgs/espruino/discussions/7294
https://github.com/orgs/espruino/discussions/4293
https://github.com/orgs/espruino/discussions/7700
So I have tried:
Bangle.on('drag',print);
Bangle.setLCDTimeout(0);Bangle.setLCDPower(1);Bangle.setGPSPower(1);Bangle.setHRMPower(1);Bangle.setCompassPower(1);Bangle.setBarometerPower(1);
Bangle.setLocked(0);
Bangle.setLocked(1);Bangle.setLocked(0);
Bangle.setLocked(1);
Bangle.on('swipe', print);
Bangle.on('tap', print);
D36.read(); <------- always returns true
E.getBattery();
setInterval(function() { print("Battery: ",E.getBattery()); }, 5000);
Bangle.setLocked(0);
Bangle.touchRd(0xa7); <------- always returns 255
So I managed to drain watch completely (would not turn on) and charge back to 100%. As well as factory reset and recover. And I also downgraded to v24 from v25 firmware. No changes - touch screen does not work.
I have recorded several videos to see whats happening: https://drive.google.com/drive/folders/1ZCy_dhXOc5cKt7jnxOAAJTgCGKyYVC97?usp=drive_link
Anything else I could try.. or is it a hardware issue and the touch is cooked?
Beta Was this translation helpful? Give feedback.
All reactions