tlaukkan / zigbee4java

Zigbee API for Java provides simple Java interface to ZigBee network.
Apache License 2.0
144 stars 68 forks source link

CC2531 Dongle becomes unresponsive if restart occurs right after SYS_RESET #79

Closed tlaukkan closed 8 years ago

tlaukkan commented 8 years ago

CC2531 Dongle becomes unresponsive if restart occurs right after SYS_RESET. In other words if application is restarted during the initial startup phase of zigbee4java.

This behavior seems to be systematic. Whether this is a problem in the dongle side or if we should execute some other maneuver after trying SYS_RESET and magic byte to bring the dongle back to communicative state.

Currently only working procedure to fix the dongle is to plug it out physically.