This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Seeking guidance on how to construct a Bluetooth Mesh Application - starting points

I would like some guidance on how to start a project using the nRf52840 - i.e., what sample programs would I start with?
The project is a remote control lighting application where a smart phone using the off-the-shelf "Blueterm" android app will send serial ASCII commands through a Bluetooth mesh network comprised of several nRF52840 dev boards - where each board is controlling one light fixture - receiving the serial commands and writing them on the nrf52840 UART pins.

Parents Reply
  • Hi,

    Sorry I forgot to mention that there are no UART Coexist example for the nRF52840 at the moment, only nRF52832. You would need to implement uart into mesh examples yourself, have a look at this documentation on how you can integrate nRF5 functionalities into a mesh example. Use the UART Coexistence example as a reference.

Children
No Data