# brainblood **Repository Path**: script2000/brainblood ## Basic Information - **Project Name**: brainblood - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-05 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Hardware - **MCU:** STM32F103C8T6 (Blue Pill) - **Serial:** USART1 on PA9 (TX) / PA10 (RX) ## Build & Flash ```bash # Prerequisites rustup target add thumbv7m-none-eabi # Build cargo build # Flash (via probe-rs) cargo run ``` ## Read Serial Output ```bash cd serial_port uv sync # install pyserial uv run main.py # auto-detect port uv run main.py COM3 # specify port manually ```