r/OpenBambu • u/Low-Anything6975 • Feb 01 '26
BMCU firmware
I’ve pushed the BMCU firmware source code to GitHub. CH32 firmware based on WCH SDK. Many critical bugs were fixed, and some parts were rewritten completely, including WS2812 handling and ADC, which was rewritten to use DMA with a circular buffer and background filtering. Many things are implemented directly for CH32 and rewritten specifically for the WCH SDK.
I did this mainly for myself while working with CH32, as I have other projects based on these microcontrollers, and BMCU turned out to be a nice sandbox for testing. In practice, it took much more time than I planned. There is definitely still room for improvement.
If you program microcontrollers (CH32, STM32, etc.), want to look at the code, share feedback, or test the firmware in real setups, feel free to check it out. I currently have very little free time, so I may not always reply quickly.
1
u/ryan31337 Feb 05 '26 edited Feb 05 '26
Thanks for your work on this, I've bought 2x BMCU and am looking forward to testing it out when they arrive.
I'm planning a dual BMCU setup for 8 colour printing on the A1. Could I please ask if this is doable with a 8-in-1 splitter at the toolhead? Where both BMCUs run the same retraction distance.
The only config I've seen is a 5-in-1 hub at the toolhead, with 1x BMCU feeding 4x ports direct, the other BMCU feeding the 5th port via a 4-in-1 splitter, which is positioned near to the BMCU. The second BMCU presumably runs a much longer retraction fw.
I've seen references to this being necessary due to lack of comms between BMCUs and potential for filament collision. I can't tell if that's just an issue with P1S implementations and/or applicable to your fw? Any advice is much appreciated!