I've studied the nRF OpenMesh for a couple of days, and could run the BLE_Gateway example among serval nRF51DK boards. But now, I still don't have any feeling/concept about the radio tx/rx switching behaviour. The following is my questions listed about the OpenMesh v.0.8.5,
- Is there a simple sync mechanism existed among OpenMesh nodes?
- Does radio or cpu ever go to sleep when running OpenMesh?
- For radio tx, the adverting interval (mesh_interval) can be set, but how about radio rx? Is there a scan window setting, or rx alway keeps stand by for receiving data?
- For one certain data handler, how to know the previous version data has been sent and prepare the next one immediately to get higher throughput?
Anyone can help me if you have an answer.
Thanks, Stephen