Hi forum!
I am looking for a star network solution using the CC1310/CC1312.
I read the TI's implementation of 802.15.4
It utilizes CSMA/CA for data exchange once the network is establshed.
I really liked the network association/dissociaton and etc for establishing and mantaining the network using beacon and non beacon modes.
I believe my application is even simpler:
1.I have a co-ordinator device setup very similar to the one setup in the coordinator example.
2.End devices broadcast their data to all the nodes in the network once every second at their designated/programmed slot,there is no unicasting or private data exchange between any 02 nodes.every node always shares its data to all the peers hence making the CSMA/CA useless in my case.
3.The broadcast decision to be made by every end node may be based on either CSMA/CA,LBT or TDMA.
However,
1. CSMA/CA creates hidden node problem so I am trying to avoid it.
2. LBT also does not solve my problem.
3. Retries add overhead and contention into the system.
4.TDMA solves my problem but i want to implement the network management using the out of the box 802.15.4 to save time and effort while TI 802.15.4 doesnt have TDMA implemented.
Please suggest if I can use the already implemented TI's 802.15.4 and modify it as per my application or any other design philosophy that might solve my problem.
Best Regards
Ali Awan