Quick project overview:
Mesh network using nRF52840.
Nodes need to be able to be controlled individually (setting GPIOs) and also report back data (ADC, GPIO state) to a mobile device. The mobile device should show a list of all the nodes in the network and be able to send and receive data to/from them.
I am confused on what roles each node needs to play. And how does the mobile device access the mesh network. Is it through one device that is running coexistence? That means the mobile device will need to be in range of this coexistence node and can't just be located anywhere in the mesh, right?
I also want to be able to DFU individually, (not mesh DFU).
Sounds like I need each node to be running coexistence? Is that correct?
I used a nRF51832 a few years ago, but this meshing is a whole different beast it seems.
I'd appreciate some starting pointers. There don't seem to be many examples. I loaded the light switch example, but that is nowhere close to the application I need.
Thanks.