Hi,
If I want to write a driver to control the communication process on nrf52840, the SDK is based on BLE mesh5.0.
How can I do it? do you have any examples?
Best,
Gaosheng
write a driver to control the communication process on nrf52840
It is not clear what you are trying to do, can you give more details about this? Can you provide more details about your use-case?
We do have a serial example that you can use with nRF52840, you can find the example here and serial API here.
As for a driver/firmware for your MCU, we don't have an example unfortunately. You have to implement this part yourself.