Good day,
I am starting a new project where I am using the ANNA-B112 BLE device from ublox in a custom design. The ANNA-B112 interfaces with a host MCU over UART.
I would like to be able to set up a mesh network with one client device and several servers.
The main function of the server host mcu is to gather data from various sensors, package it into a packet and then send then send the data over uart to the BLE chip, which in turn will forward the packet of (sensor) data over the mesh network to the client .
for this i will need to provision the client and server using the nRF mesh app, and not using the PyACI scripts.
I have looked at the serial and light switch examples but not very sure how to move forward from here.
Help in pointing me in the right direction and usage would be greatly appreciated .
Thank you