Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is my CC2652RB fried? #25

Open
DrTron opened this issue Dec 29, 2023 · 1 comment
Open

Is my CC2652RB fried? #25

DrTron opened this issue Dec 29, 2023 · 1 comment

Comments

@DrTron
Copy link

DrTron commented Dec 29, 2023

All,

Just overnight my zigbee2mqtt crashed. Trying to restart it results in the CC2652RB stick not being accessible.
I can flash it with firmware (currently CC2652RB_coordinator_20230507.hex) and it shows up correctly under "/dev". No errors in dmesg either.

However, the coordinator-test crashes, too, and only shows this:

Opening port /dev/ttyUSB0, baud 115200

*** sending synch sequence
---> 00: 00 (0)
---> 01: 00 (0)
---> 02: 00 (0)
---> 03: cc (204)
Got 0 additional bytes before ACK/NACK
*** GetChipId command (0x28)
---> 00: 00 (0)
---> 01: 00 (0)
---> 02: 00 (0)
---> 03: cc (204)
Got 0 additional bytes before ACK/NACK
*** received 6 bytes
---> 00: 06 (6)
---> 01: 23 (35)
###
---> 00: 31 (49)
---> 01: 02 (2)
---> 02: f0 (240)
---> 03: 00 (0)
*** GetStatus command (0x23)
---> 00: 00 (0)
---> 01: 00 (0)
---> 02: 00 (0)
---> 03: cc (204)
Got 0 additional bytes before ACK/NACK
*** received 3 bytes
---> 00: 03 (3)
---> 01: 40 (64)
###
---> 00: 40 (64)
Command Successful
    Version 0x3102F000
--> Bootloader is working!
*** received 0
The Array is:  bytearray(b'')
*** received 0
*** received 0
*** received 0
*** ReadFwVersion cmd
*** received 0
*** received 0
*** received 0
The Array is:  bytearray(b'')
*** received 0
*** received 0
*** received 0
*** ReadFwVersion cmd
*** received 0
*** received 0
Traceback (most recent call last):
  File "/install/CC2652RB/cc2652-stick/coordinator-test/./test.py", line 540, in <module>
    cmd.cmdReadFwVersion()
  File "/install/CC2652RB/cc2652-stick/coordinator-test/./test.py", line 350, in cmdReadFwVersion
    raise CmdException("to small")
CmdException: to small

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/install/CC2652RB/cc2652-stick/coordinator-test/./test.py", line 542, in <module>
    cmd.cmdReadFwVersion()
  File "/install/CC2652RB/cc2652-stick/coordinator-test/./test.py", line 350, in cmdReadFwVersion
    raise CmdException("to small")
CmdException: to small
ERROR: to small

Any ideas short of buying another stick?
Thanks!

@DrTron
Copy link
Author

DrTron commented Jan 3, 2024

In case anyone ever reads this because of the same problem: yes, it looks like the coordinator died. Ordered a new one, flashed it and it's working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant