Rust firmware for the FOSSASIA Badge Magic LED name tag (11x44 LED matrix, CH582 microcontroller).
- MCU: WCH CH582 (RISC-V with BLE)
- Display: 11x44 LED matrix
Official C firmware: fossasia/badgemagic-firmware
Requires nightly Rust and the RISC-V target:
rustup target add riscv32imac-unknown-none-elfBuild and flash with wchisp:
cargo run --release