-
• #2
What OS do you have? There is https://github.com/espruino/BangleApps/blob/master/bin/apploader.js but this uses Node.js's 'noble' module for BLE, which isn't great on Windows.
-
• #3
Thanks Gordon, that helps a lot. I use Linux and MacOS interchangeably and was able to get it to work on Linux...
Perhaps this is covered somewhere already (I briefly searched the forum, but did not find anything):
Is there a way to upload files to Bangle's storage via the command line? I am not entirely sure how the bluetooth connection would be handled in such a case...