How to determine whether the core board cc2530 is working properly? #522
lijiazhiren
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I recently got some cc2530+cc2592 core boards and flashed the [[CC2530_CC2592_DEFAULT_20211115.zip]] firmware, but I plugged the core board into the haos host using usbtottl and couldn't start zigbee2mqtt
[2024-09-18 01:39:58] info: z2m: Logging to console, file (filename: log.log) [2024-09-18 01:39:58] info: z2m: Starting Zigbee2MQTT version 1.40.1 (commit #unknown) [2024-09-18 01:39:58] info: z2m: Starting zigbee-herdsman (0.57.3) [2024-09-18 01:39:59] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/ttyUSB0","baudRate":115200,"rtscts":false,"autoOpen":false} [2024-09-18 01:39:59] info: zh:zstack:znp: Serialport opened [2024-09-18 01:39:59] info: zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload [2024-09-18 01:40:00] info: zh:zstack:znp: Skip bootloader for CC2652/CC1352 [2024-09-18 01:40:19] error: z2m: Error while starting zigbee-herdsman [2024-09-18 01:40:19] error: z2m: Failed to start zigbee [2024-09-18 01:40:19] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions [2024-09-18 01:40:19] error: z2m: Exiting... [2024-09-18 01:40:19] error: z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms) at ZStackAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:123:27) at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:138:29) at Zigbee.start (/app/lib/zigbee.ts:64:27) at Controller.start (/app/lib/controller.ts:140:27) at start (/app/index.js:154:5)
So I'm troubleshooting the problem. First I need to check if the core board is working properly. Does anyone have any good tips?
Beta Was this translation helpful? Give feedback.
All reactions