Hi,
I need to take about 1ksps in my Zigbee cc1352p1 nodes. I am using Zigbee in to synch. my nodes (about 20 node in maximum distance of 40 m) taking those 1k samples as synchronous as possible. I need zero data transmission, i.e. all samples data can be store in the nodes. My goal is to achieve <100 micro seconds sampling timing error in my nodes, and I have no power limit. I prefer not to write a new MAC protocol of course! so I am starting with setting inactive period and beacon order to zero (no sleep for the coordinator and having frequent beacons).
My question is,
1-How can I use remaining of active period, namely CAP and CFP, to improve synchronization in the end nodes?
2-In a star topology, can I have something closer to "beacon-only transmission", i.e. no CAP and CFP, to synchronize my nodes even more frequently?
Please share anything that you think might help.