Add MuziWorks Base Duo board support (nRF52840 + LR1121) 🤖🤖#2198
Add MuziWorks Base Duo board support (nRF52840 + LR1121) 🤖🤖#2198zaycev wants to merge 1 commit intomeshcore-dev:mainfrom
Conversation
34fdd94 to
409a749
Compare
|
I've already implemented this. #2054 Are there any major differences between my earlier PR and this one? |
Hi @lbibass, I actually tried your PR first, but couldn't get it work. I believe there are a few hardware mapping differences preventing it from working. My implementation just borrows the values from the MT firmware variant for the Duo board:
I really don't care which PR gets merged as long as we get working support for the board :) Happy to close mine if these hardware mappings get pulled into yours, or vice versa. |
Oh yikes. Yeah, I did miss a few of those things. But the flash chip is actually a 16 MB chip. I know the spec sheet says 8, but my actual board has a 16MB chip. In my testing, I didn't see any errors with the radiolib hardware check. But I can add those files. I'll also be getting in a SuperIO board so I can at least try adding support for the display sometime this week / weekend. |
Summary
CustomLR1121/CustomLR1121Wrapperradio helpers (RadioLib's LR1121 class extends LR1120, not LR1110 — reusing CustomLR1110 fails at chip identification)Hardware tested
Note
This PR was drafted by Claude Code, then manually reviewed, fixed, and tested on physical hardware.
Test plan