Right now, if it's not a hardware failure (which seems amazingly unlikely)
I honestly also don't think that it's a hardware failure - BLE i part of nRF52840 right? So probably the whole Bangle won't work right?
It depends how willing to get deep into this you are, but you could wire up an SWD connection
Sure I'm definitely interested to get deeper into this :D Unfortunately, I don't have an nRF52DK in my equipment - but a Raspberry Pi :) So I will try to connect the RPI to my BangleJS and read all of flash memory. I don't have too much experience with this - but I used AVR ISP for a while and I would guess the procedure is the same right?
I connect my RaspberryPI with Gnd, SWDCLK and SWDIO and then use OpenOCD to read the flash or write a totally clean image on the nRF52DK right?
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.
Hi @Gordon,
I honestly also don't think that it's a hardware failure - BLE i part of nRF52840 right? So probably the whole Bangle won't work right?
Sure I'm definitely interested to get deeper into this :D Unfortunately, I don't have an nRF52DK in my equipment - but a Raspberry Pi :) So I will try to connect the RPI to my BangleJS and read all of flash memory. I don't have too much experience with this - but I used AVR ISP for a while and I would guess the procedure is the same right?
I connect my RaspberryPI with Gnd, SWDCLK and SWDIO and then use OpenOCD to read the flash or write a totally clean image on the nRF52DK right?
-> I hopefully have time this WE to do this...
Best,
David