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

Feedback on EmberZNet 8.0.0 #13

Open
Nerivec opened this issue Jul 7, 2024 · 3 comments
Open

Feedback on EmberZNet 8.0.0 #13

Nerivec opened this issue Jul 7, 2024 · 3 comments

Comments

@Nerivec
Copy link

Nerivec commented Jul 7, 2024

Resolved
  • [Fixed in 8.0.2] The new "rx packet info" struct used in handlers in place of LQI, RSSI, etc params appears to return improper values for the last 3 variables.
    • Last hop LQI is seen as a zero value after reset that increases with every command sent to the device, so clearly, it's a value somewhere, just not the right one (though sometimes it's just 255).
    • Last hop RSSI is seen as random values (positive, negative, zero).
    • Last hop timestamp is new, so, not sure if it's correct (seems a bit strange though).
    • Excerpts from two INCOMING_MESSAGE_HANDLER received in succession:
      • dec90000000000000000ff08060000000000
      • dec90000000000000000ff08070000000000
    • The values appear to be correct in a (very) few random ZDO responses.
  • [Appears fixed in 8.0.1] The NCP appears to be a lot better at handling stress with 7.4.x than 8.0.0. (same hardware, same host app, only firmware version changed)
    • I'm seeing ERROR_EXCEEDED_MAXIMUM_ACK_TIMEOUT_COUNT 100% of the time after multiple SEND_UNICAST in rapid succession. It handles the first several without problem, but eventually it seems to miss/drop a reply to SEND_UNICAST (never seen in the host app) despite apparently registering it as sent (since it times out).
    • I can increase the amount of unicasts ten fold and still not see this issue with 7.4.x.

Note: Will keep this updated if new issues are discovered or more information can be provided.

@Hedda
Copy link

Hedda commented Jul 23, 2024

Also see related #11

@nkljajic
Copy link

nkljajic commented Aug 2, 2024

@Hedda
Copy link

Hedda commented Aug 20, 2024

FYI, latest Silabs official documentation seems to now have been updated to reflect changes in EZSPv14 (and EmberZNet 8.0.x.x):

https://docs.silabs.com/zigbee/8.0.1/zigbee-stack-api/ember

https://docs.silabs.com/zigbee/latest/zigbee-stack-api/ember

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

3 participants