Hello,
I am ble to connect with nRF 52840 using pygatt bluetooth command.
sudo gatttool -b E5:3B:A6:E1:58:86 -I.
[LE]:connect
[LE]:Connection Successful.
Even I am able to read some parameters using
[LE]: Primary
[LE]: Characteristics
[LE]: char-read-hnd <handle>
[LE]: char-write-req <handle> <data>
But, I want to control nRF 52840 led from the same [LE] terminal.
Can anyone suggest which nRF program or commands can be used for this.
Nitish Bhawarkar