Low power mesh dissertation project.

I am a electrical engineering student in my final year of study and am developing a product for my final year dissertation. 

The project idea is to help identify sickness in heard animals, each animal will have a small lightweight device attached to it in a collar, the device will log footsteps and transmit this data to the owner, the owner will then be able to see outliers that may not be moving as much and assess the situation. This product is intended as a tool to aid live stock owners in the health of their stock. 

The product will operate as follows. Lots of devices individually collecting data, each device is looking for a central hub device but if it cannot be found it will forward its data to the next nearest device. Once a device has located the central hub it will tell all other devices nearby it has been found, and then forward that message on to all other devices, then providing a rout for every device in the network to the central hub. Essentially creating a tree of links back to the hub.

I’m using some Arduino nano 33 IoTs, and I would like to use Bluetooth for the sake of energy consumption. However, 'Thread' looks like an apt solution to this, can you advice me on how this might be done and what equipment and software I might need to do this. 

Thank you.

 

Related