Since the advertisement was broken, I went ahead and patched navigator.requestDevice so I could still connect to the device over BLE-UART using the Espruino Web IDE:
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.
Since the advertisement was broken, I went ahead and patched
navigator.requestDevice
so I could still connect to the device over BLE-UART using the Espruino Web IDE:However, once connected, the device sends a single line endlessly, and does not seem to respond to any input:
Any ideas what this might be?