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.???
Hello,
To better understand the CLI library, please refer to the CLI library documentation found here.
I am trying to integrate cli over Nordic UART Service. i want nus control over command line interface such as PuTTY or Termite.
SDK v15.2.0 includes an experimental example with the following description:
The Command Line Interface over BLE (CLI BLE) Application is an example that showcases how BLE NUS can be used as a transport for a console.
You may find its documentation here, while the example itself is available in the examples folder of the SDK.
Hope this helps!
Best regards,
Oeyvind
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!