I am trying to integrate cli over Nordic UART Service. i want nus control over command line interface such as PuTTY or Termite.
How to solve this and what files should be used to achieve this requirement.???
I am trying to integrate cli over Nordic UART Service. i want nus control over command line interface such as PuTTY or Termite.
How to solve this and what files should be used to achieve this requirement.???
Just wanted to let you know I was trying to get the poorly documented BLE CLI to work and they appear to not be well maintained. I found an excellent solution to do CLI with minimal setup using WebBluetooth. https://github.com/makerdiary/web-device-cli
This was significantly less painful than dealing with the python / putty solution proposed in the official solution.
Just wanted to let you know I was trying to get the poorly documented BLE CLI to work and they appear to not be well maintained. I found an excellent solution to do CLI with minimal setup using WebBluetooth. https://github.com/makerdiary/web-device-cli
This was significantly less painful than dealing with the python / putty solution proposed in the official solution.
Hey Craig Listor, were you able to implement this successfully? I want to use BLE CLI for logging without a USB serial connection, and I was wondering whether the WebBluetooth solution you linked might be useful for me.
Thanks!