https://github.com/flipperdevices/flipperone-mcu-firmware
https://github.com/flipperdevices/flipperone-mcu-firmware
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flipperdevices/flipperone-mcu-firmware
- Owner: flipperdevices
- Created: 2025-07-23T21:21:50.000Z (11 months ago)
- Default Branch: dev
- Last Pushed: 2026-04-04T07:37:24.000Z (2 months ago)
- Last Synced: 2026-04-04T09:34:07.576Z (2 months ago)
- Language: C
- Size: 30.2 MB
- Stars: 129
- Watchers: 5
- Forks: 22
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flipper One MCU Firmware
This repository is part of [Flipper One MCU Firmware](https://github.com/orgs/flipperdevices/projects/8) sub-project and contains issue tracking and firmware sources for the Flipper One MCU — the low-power co-processor that controls the LCD, buttons, and battery.

### Flipper One uses a dual-processor architecture:
* **Low-Power MCU** (Raspberry Pi RP2350)
Buttons, LCD display, touchpad, and LEDs are physically connected to the MCU. It also manages battery and power control.
To render graphics on the LCD from Linux, the main CPU transfers display data to the MCU over SPI.
When the device is powered off, the MCU controls power-bank mode and system power states.
The MCU also participates in booting the main CPU.
* **High-Performance Linux CPU** (Rockchip RK3576)
This processor runs Linux, and all high-level peripherals are connected to it: USB, HDMI, M.2, Wi-Fi, Ethernet, and audio.
The MCU and CPU are interconnected via several interfaces: SPI, I²C, and UART. Additional GPIO lines are used for BOOT_0, BOOT_1, and IRQ signals.
## Join development
* Check the public task tracker: [MCU Firmware Project](https://github.com/orgs/flipperdevices/projects/8)
* Read the documentation: [docs.flipper.net/one/tech-specs](https://docs.flipper.net/one/tech-specs)
⚠️ *Co-processor architecture documentation is coming soon (TODO).*