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

Mesh SDK with flash storage

I have a few nRF52840 DK to evaluate a Bluetooth mesh application. The light switch example is ideal for our initial tests. The only thing I would like to do is to write some of the log to the flash storage on the board and read the file later via USB MSC. I don't always have access to the boards. I managed to modify the client example to switch the lights automatically and would now like to store the log to monitor if the messages arrived on the server. 

I found the usbd_msc example in the main SDK which I could use as a guide. How do I integrate the examples from the main SDK into the mesh SDK? Could someone please provide me with detailed instructions? I'm using CMake on Linux.

Thanks!

Related