You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • @valap95 I can't be much help without knowing what the code or error was - maybe you could post up in a new Thread?

    However have you considered just connecting from your phone to Bangle.js using the standard Nordic UART service that's implemented in the Bangle? (eg https://www.espruino.com/Interfacing#blu­etooth-le)

    You can then just send JS commands to control the app. While the code in the BangleRun app is all minified, you could add code like Global.myFn = function...., then you can call this code just by sending the text "myFn('some data')\n" down the UART connection

About

Avatar for Gordon @Gordon started