Bluetooth Mesh gateway implementation

Hi,

I am working on a Bluetooth Mesh project for lighting control using nRF5340. I am currently stuck on how to implement a Bluetooth Mesh gateway for my mesh network.

Here's what I need the gateway to do:

  • Issue commands to nodes: The gateway needs to be able to send control messages to specific nodes within the mesh network.
  • Receive data from nodes: The gateway should collect data sent by the nodes and forward it to a web server for further processing.

Could you please provide me with some guidance on how to achieve this? Besides, can you suggest Bluetooth mesh gateway models that work with the nRF5340 chip?

Related