Hi,
what is suitable sample code (ideally C or golang), running on linux, to connect to a nRF52 peripheral running ble_uart?
Regards,
Andrea
Hi,
what is suitable sample code (ideally C or golang), running on linux, to connect to a nRF52 peripheral running ble_uart?
Regards,
Andrea
Easiest way is probably to use an nRF dongle - which appears as a /dev/tty... virtual serial port
If your (specified|) platform has BLE, and you want to use that, then you'll have to look to the platform support; eg, BlueZ, gattool, etc ...
Or see the pc-ble-driver