web-device-cli
web-device-cli copied to clipboard
A Web Command Line Interface via NUS (Nordic UART Service) using Web Bluetooth
well, the backspace / delete did not work for me. The ascii character for backspace converted to string before the call the terminal print is empty. so I found these...
By default, hterm sends the ASCII Delete character (\x7f) when hitting the backspace key. This is incompatible with the behavior of the nrf_cli library which only reacts on the backspace...
Hello @caizelin - thanks for a great code! I was wondering whether its okay to have Google Analytics code in the index.html in the open public repo? I believe, that...
Hi! I've tried to connect nRF52 DK using [web-device-cli demo](https://wiki.makerdiary.com/web-device-cli/). After selecting the device upon clicking the Connect button I got the following error message: `NotSupportedError: GATT Error Unknown.` If...
Typing and executing commands on your web-cli hosted page is very slow. Is this normal behavior or am I doing something wrong ? Is it possible to run web-cli server...
I have a windows 7 machine running chrome, with the bluetooth api flag enabled, and a bluegiga 112 dongle installed. It shows up as a port (COM20) instead of in...