Well, luckily - if you're using the 'Bangle.js Gadgetbridge' you can go to 'Debug -> Get Device Logs' and then post those up. They should show all the communications between the Bangle and Gadgetbridge, which is probably better :)
I also tried this in GadgetBridge via Android Studio using LogCat
Brilliant - thanks! The issue could be other data that gets sent around that time, or it is possible that in Gadgetbridge it's to do with the way I use LocalBroadcast to send the UART data. I think somehow sometimes the packets can get mixed up/duplicated/lost on their way to the app loader.
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.
Well, luckily - if you're using the 'Bangle.js Gadgetbridge' you can go to 'Debug -> Get Device Logs' and then post those up. They should show all the communications between the Bangle and Gadgetbridge, which is probably better :)
Brilliant - thanks! The issue could be other data that gets sent around that time, or it is possible that in Gadgetbridge it's to do with the way I use LocalBroadcast to send the UART data. I think somehow sometimes the packets can get mixed up/duplicated/lost on their way to the app loader.