Hey ,
Is there a way to connect and send commands directly using the dongle to the NRF52832?
If so , where can I find a protocol for the communication ?
Hey ,
Is there a way to connect and send commands directly using the dongle to the NRF52832?
If so , where can I find a protocol for the communication ?
Hi
Can you explain how exactly you want the two devices to communicate? Wireless over BLE, or having a wired connection with SPI, UART, or I2C? Since you're mentioning Python I guess you're planning on the Dongle communicating directly to a computer? For that I'd recommend checking out the pc ble driver that provides libraries for BLE serialization.
Best regards,
Simon
I want to control the dongle to send commands via python that will process BLE commands for testing purposes..
like reading services , writing data etc
Hi
Okay, in that case what we have is the pc-ble-driver-py serialization library that provides Python bindings for the nRF5 BLE GAP/GATT driver(s). There are already multiple DevZone tickets on how to set it up, so I would suggest searching the DevZone if you have any issues with setup and testing.
Best regards,
Simon