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

NCP requires unsupported version of EZSP #143

Open
Mallik-Tarigopula opened this issue Feb 21, 2021 · 1 comment
Open

NCP requires unsupported version of EZSP #143

Mallik-Tarigopula opened this issue Feb 21, 2021 · 1 comment

Comments

@Mallik-Tarigopula
Copy link

I am running NCP on MGM210PA32 Module from Silabs. I have connected NCP to my PC over UART. Below is the log when I run my .Net application. I got an error "NCP requires unsupported version of EZSP". I did not find any option in simplicity studio to change the version of NCP. Can you please guide me how to resolve this issue. Any changes on .Net code will resolve this issue?

Enter COM Port: COM9
[08:05:31 DBG] Network state is updated to INITIALISING
[08:05:31 DBG] EZSP Dongle: Initialize with protocol ASH2.
[08:05:31 DBG] Opening port COM9 at 57600 baud with FLOWCONTROL_OUT_XONOFF
[08:05:31 DBG] ASH: Connect
[08:05:31 DBG] AshFrameHandler parser task started
[08:05:31 DBG] ASH: Reconnect
[08:05:31 DBG] --> TX ASH frame: AshFrameRst []
[08:05:31 DBG] TX EZSP: EzspVersionRequest [desiredProtocolVersion=4]
[08:05:31 DBG] ASH: TX EZSP queue size: 1
[08:05:33 DBG] <-- RX ASH frame: AshFrameRstAck [version=2, resetCode=11, Reset: Software]
[08:05:34 DBG] ASH: Connected
[08:05:34 DBG] Ember: Link State change to True, initialised=False, networkStateUp=False
[08:05:34 DBG] Ember: Link State change to True ignored.
[08:05:34 DBG] --> TX ASH frame: AshFrameData [frmNum=0, ackNum=0, reTx=False, data=01 00 00 04]
[08:05:34 DBG] <-- RX ASH frame: AshFrameData [frmNum=0, ackNum=1, reTx=False, data=01 80 00 08 02 80 67]
[08:05:34 DBG] ASH: Frame acked and removed AshFrameData [frmNum=0, ackNum=0, reTx=False, data=01 00 00 04]
[08:05:34 DBG] EzspVersionResponse [protocolVersion=8, stackType=2, stackVersion=0x6780]
[08:05:34 DBG] RX EZSP: EzspVersionResponse [protocolVersion=8, stackType=2, stackVersion=0x6780]
[08:05:34 ERR] EZSP Dongle: NCP requires unsupported version of EZSP (required = V8, supported = V4)
[08:05:34 DBG] --> TX ASH frame: AshFrameAck [ackNum=1, notRdy=False]
[08:05:34 DBG] Network state is updated to OFFLINE
[08:05:34 ERR] Cannot add supported client cluster 6 when network state is OFFLINE
[08:05:34 ERR] Cannot add supported client cluster 768 when network state is OFFLINE
[08:05:34 ERR] Cannot add supported client cluster 1280 when network state is OFFLINE
PAN ID = 0
Extended PAN ID =
Channel = CHANNEL_00
[08:05:34 DBG] TX EZSP: EzspGetKeyRequest [keyType=EMBER_CURRENT_NETWORK_KEY]
[08:05:34 DBG] ASH: TX EZSP queue size: 1
[08:05:34 DBG] --> TX ASH frame: AshFrameData [frmNum=1, ackNum=1, reTx=False, data=02 00 6A 03]
[08:05:34 DBG] <-- RX ASH frame: AshFrameData [frmNum=1, ackNum=2, reTx=False, data=02 80 01 58]
[08:05:34 DBG] ASH: Frame acked and removed AshFrameData [frmNum=1, ackNum=1, reTx=False, data=02 00 6A 03]
[08:05:34 DBG] RX EZSP: EzspGetLibraryStatusResponse [status=UNKNOWN]
[08:05:34 DBG] --> TX ASH frame: AshFrameAck [ackNum=2, notRdy=False]

@quensen
Copy link

quensen commented Feb 8, 2024

Hi @Mallik-Tarigopula,
did you solve this? Got the same issue with a Sonoff Zigbee 3.0 USB Dongle Plus v2.
Regards,
Stefan

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

2 participants