Hello developers.
I successfully ran the Mesh project with Light Switch example on nRF52840 devices. And I have 2 questions about this.
Question 1: How can I access from different phones the same device? At which layer (or part of the code) should I look? Or, is it even possible?
I read and experienced that in a BLE connection, only one device (phone) can connect to a board. But Mesh is built on a different communication stack, therfore I am wondering if this is possible.
Question 2: Is the nRF52840 with whom I interact with the phone called "proxy node"? If yes, then every node from the Mesh can be at some point a proxy node, correct?
Thank you in advance!