Hi!
At the moment I successfully compile and run on some CC2530 boards two firmwaries:
1. AccessPoint, that communicate with PC over UART (based on AP_Async_Listen_autoack and UART_bridge examples)
2. EndDevice (based on manyEDs_autoack example)
Everything works fine until one of the devices does not restart.
How to automatically repair the link?
And second question is how to associate remote device node and local port on AccessPoint. I need static addressing on the network. I can authenticate device when connected to AP, but may be a simpler native solution?
Thank you!