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

Ember: Support for EmberZNet v8.0.0 #1094

Merged
merged 17 commits into from
Jul 1, 2024
Merged

Conversation

Nerivec
Copy link
Collaborator

@Nerivec Nerivec commented Jun 21, 2024

Here are some firmware: https://github.com/Nerivec/silabs-firmware-builder/releases/tag/v8.0.0-pre

@puddly also built some for SkyConnect/Yellow https://github.com/NabuCasa/silabs-firmware-builder/actions/runs/9614847084

ember-zli flasher is compatible: https://github.com/Nerivec/ember-zli/

Other Notes:

  • Emit ZDO network address to Controller
  • Refactor ZDO code to use ZDO spec (removes lots of code duplication, cleaner adapter code)
  • Add scanChannels ZDO adapter function (need to see about implementing upstream support)
  • Remove messageContents from message sent callback (less data transferred)
  • Cleanup startup sequence, and other various cleanups
  • Improve request queue behavior (with 100% coverage tests)
  • Separate buffers for callbacks and responses to allow faster parsing (with tests)
  • Cleanup logging of sensitive information.

TODO:

  • v8 new "RX packet info" format for last hop LQI/RSSI appears to return broken values?
  • Test on various adapters
  • Test on v7 adapters
  • Update docs

@Nerivec Nerivec marked this pull request as ready for review July 1, 2024 18:42
@Koenkk Koenkk merged commit c87ccd4 into Koenkk:master Jul 1, 2024
1 check passed
@Nerivec Nerivec deleted the ember-8.0.0 branch July 1, 2024 22:36
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

Successfully merging this pull request may close these issues.

None yet

2 participants