Watch
0
0
Fork
You've already forked esp32-c_its-companion
0
  • Rust 99.1%
  • Shell 0.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-25 14:59:29 +02:00
Readme.md setup project 2026-04-25 14:59:29 +02:00

ESP32-C5 C-ITS Visualizer

Displays different C-ITS receive-only use cases for cheap.

Usage

Toolchain Installation

Install the toolchain, targe and tools like this:

rustup toolchain install nightly --component rust-src
rustup target add riscv32imac-unknown-none-elf

# cargo install esp-generate --locked
cargo install espflash --locked