Hello,
We want to build a large field monitoring system with different sensors. Each sensor node sends its values to a gateway (sink). The nodes shall send small sensor values periodically (every hour or so) to the gateway. There shall be at least 250 nodes per gateway. So we chose to build a mesh network because of easy configuration and high possible distances.
We have 4 TRxEb Boards with a CC1120 transceiver and a MSP430F5438. Currently we are trying Contiki and Thingsquare (IPv6 and RPL routing). Especially the network simulator Cooja of Contiki is very helpful.
The problem we're facing is that there are many collisions, even when the nodes are using random send intervals. So not each sent packet does reach the sink. Does anyone know how to set up such a wireless sensor mesh network? Is RPL the right protocol for such an application? Does Contiki offer any mechanisms to avoid the packet loss? Do we have the right hardware?
Thank you,
Thomas