rbaron / b-parasite

🌱💧 An open source DIY soil moisture sensor
1.93k stars 149 forks source link

Update Zigbee example to work with SDK 2.2.0 #101

Closed MJDSys closed 1 year ago

MJDSys commented 1 year ago

The new SDK requires 802.15.4 to be enabled in the board DTS file.

Also disable IPv6 explicitly to avoid compile errors related to its network stack, since it is not used currently.

Closes #94

rbaron commented 1 year ago

Awesome. Thanks for looking into it and sharing the fix.

Apparently the 2.1 sdk is not happy about it, so we could bump the GitHub actions version to 2.2 too (also the devcontainer.json and wiki docs). I think it should be enough to update the Docker image tag in these 3 places.

MJDSys commented 1 year ago

I've updated the PR with the changes, but I don't believe I can modify the wiki myself.

Also I've been playing around with the zigbee software and would like to help improve it. Would you prefer for me to create an issue to discuss?

And thanks for providing this awesome project!

rbaron commented 1 year ago

Perfect, thanks! Please feel totally free to create an issue or PR with your ideas for improvement.

MJDSys commented 1 year ago

Hey @rbaron, just wanted to mention I hadn't filed an issue as I was getting my debugger setup to make sure my ideas made sense. I thought there might have been a power issue but now I'm suspicious about the batteries. I'm digging some more on my side and I'll create issues/prs as appropriate based on my findings, but I didn't want you to think I forgot.

Thanks again for this project!