Hi,
I am a very beginner in Python and BLE. I would like to use a nRF52840 Dongle to connect to a Bluetooth Device, send 6-Bytes data in the 1401 section and also perform DFU. I tried to use nRF Connect Desktop and they are workable as below. Now, I need to use pc-ble-driver-py to perform the same actions.
I have referred to the example from Heart Rate Collector and I am able to connect to my Device successfully.
To be done:
1. Send 6 Bytes data in 1401 section.
2. Perform DFU to program product firmware.
Below are some references.
Adding custom service UUID in pc_ble_driver_py
Adding custom service UUID in pc_ble_driver_py problems
