Hi,
we have a custom board developed based on thing91 which has nrf52840 and nrf9160.
we are planning to use nrf52840 as zigbee cordinator and connected nrf9160 over uart will be used for sending and receiving data from aws server and all of the end devices will be connected with nrf52840 in zigbee mesh network. end devices can be of different/same types and they will have different data.
what we are planning is to receive/send data to end devices and process them on nrf52840 and feed the data to our own custom uart driver for nrf52 and nrf91 communication as we need to have separate topic structure for each device type/device id. all of the end device will consist of some sensor connected with nrf52840.
1. Can you suggest if we can achieve that with zigbee MESH ?
2. is there any range constraint for zigbee mesh?
3. any particular suggestion about UART driver? how can we maintain data integrity ?we are following the uart example. what modification we would need as well in that?
4. in later stages we want to perform ota through nrf9160 -> nrf52840 (over uart) and then firmware file to particular end_device to upgrade(over zigbee).can you suggest some good solutions?
Any help is much appreciated.
Thanks