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
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