I just learn nrf52840-Dk
I can download hex and build for example light_switch mesh to nrf52840.
But light_switch project have too many C files.
Which one C file or folder can start?
Why? Can you explain to me?
Thank you.
I just learn nrf52840-Dk
I can download hex and build for example light_switch mesh to nrf52840.
But light_switch project have too many C files.
Which one C file or folder can start?
Why? Can you explain to me?
Thank you.
I just learn nrf52840-Dk
please give some more background:
do you have experience programming any other microcontroller(s)?
do you have experience with programming in general ?
do you have experience with comms in general ?
light_switch project have too many C files.
Why? Can you explain to me
BLE is not simple, and mesh adds a whole layer of complexity on top of that. The number of files is not unusual for this type of project.
I just learn nrf52840-Dk
please give some more background:
do you have experience programming any other microcontroller(s)?
do you have experience with programming in general ?
do you have experience with comms in general ?
light_switch project have too many C files.
Why? Can you explain to me
BLE is not simple, and mesh adds a whole layer of complexity on top of that. The number of files is not unusual for this type of project.
I wrote three app with android in play store.
I can write bluetooth ble app with ESP32.
I can control light , car, robot and sensor.
Hi.
Like awneil said, BLE and BLE Mesh projects can be quite complex, depending on how familiar you are with the technology and the SDK in general.
I'm afraid there is no single C file that can provide you with a functioning Mesh project. The Mesh examples in our SDK should work out of the box, and if your goal is to develop a mobile app, you can use those examples as a starting point.
We also have the nRF Mesh source code available on github:
https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library
https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library
Br,
Joakim