This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can I write a driver to control nrf52840(SDK: BLE Meshv5.0)

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

  • Hi,

    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?

  • Hi Mttrinh,

    My project consists of two parts. The one is the MCU part, it is based on msp430fr5994. Another part is the peripheral part, it is based on the nrf52840(BLE Mesh). What I want to do is that the MCU can control the communication procedures on nrf52840 chips. 

    Maybe, you want to ask me why need the MCU, all things can do on the nrf52840. Yes, because my requirement is special I need FRAM memories, so I have to divide two parts in my project.

    Best,

    Gaosheng

  • Hi,

    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.

Related