I am building a very time sensitive wireless application. I am basing it around the XBee as my wireless device and having a field wide accurate sync pulse would be very helpful. I was originally designing around point to point 802.15.4 and using point to point and doing piecemeal PINGs in order to get my timing. However, after talking to a digi engineer I found that if I moved to digimesh they have a very low level RF ping they do site wide that takes into account time delays as it moves around the mesh already built in.
I also found out that when this tightly controlled sync signal goes around it ‘blips’ pin13 (ON/ SLEEP output) and I could do my microcontroller sync based on that. However, this blip of that line is completely undocumented. This info came straight from one of the engineers who actually designed the digimesh protocol.
Do you guys know when this blip happens and what it looks like (edge conditions, HIGH/ LOW time, anything like that?) He wasn’t super specific, but he said I could scope it and find out. I’ll work on it this weekend but thought maybe one of you guys already knew the answer.