Pre-built MeshCore LoRa mesh firmware for M5Stack Unit C6L.
Status: Experimental
| Variant | Description |
|---|---|
| Companion Radio BLE | Connect via phone app, shows PIN on display |
| Repeater | Relay packets for mesh network |
| Room Server | Host a chat room |
- Open M5Burner → USER CUSTOM → Share Burn
- Enter share code:
- Companion Radio BLE:
SvjQlGLCLPfriiW0 - Repeater:
iMi5hp81g3827qf3 - Room Server:
PfQqd4Sm3sA1XrV2
- Companion Radio BLE:
- Flash
Download the merged binary and flash at address 0x0:
esptool --chip esp32c6 write_flash 0x0 m5stack_unit_c6l_companion_radio_ble.binCopy the merged .bin file to your SD card and install via M5Launcher.
git clone https://github.com/TheRealHaoLiu/MeshCore
cd MeshCore
git checkout m5-unit-c6l
pio run -e m5stack_unit_c6l_companion_radio_ble -t upload- ESP32-C6 + SX1262 LoRa
- 64x48 SSD1306 OLED display
- NeoPixel LED
- Buzzer
- Region: US/Canada only (910.525 MHz preset)
- SF: 7, BW: 62.5 kHz, CR: 5
- Default admin password:
password - Default room password:
hello
MIT