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

Getting Started with nRF52832 for Bluetooth Mesh Apllication

Hi!

I'm New to BLE Mesh and i would like to implement Text Data Transfer and receive to multiple BLE's using Bluetooth Mesh on nRF52832, Can anyone suggest me how to get started for this application. If there is any similar application sample code that would helpful to me. 

Regards,

Vijay Rakesh.

Parents Reply Children
  • Thanks for the reply, I seen the thread and before going into simple message i would like see the light switch example. I'm running the code and i can't find the log in uart terminal. where could get Log information in Segger? and My phone is supports 4.1 BLE when i try to scan from my Bluetooth using nRF connect i'm not able to see any device but when i installed nRF connect on my windows OS im able to see the device via COM port as shown in below image. Does my mobile need to support Bluetooth 5?

  • Take a look at this devzone case. I normally set NRF_LOG_BACKEND_SERIAL_USES_RTT 1 & use an rtt viewer terminal to read the logging information, but you can instead set NRF_LOG_BACKEND_SERIAL_USES_UART 1 & NRF_LOG_BACKEND_SERIAL_USES_RTT  0 & take a look at this case for using uart logging.

    If you are trying to connect your smartphone to your device while running the mesh light switch example, I am pretty sure this will not work. Also, Bluetooth Mesh is not based on bluetooth 5. You can take a look at this link for getting started with the light switch example.

Related