No description
Find a file
2025-01-12 22:20:43 -08:00
.cargo init 2025-01-12 14:00:00 -08:00
src fractional seconds 2025-01-12 22:19:36 -08:00
.gitignore init 2025-01-12 14:00:00 -08:00
build.rs init 2025-01-12 14:00:00 -08:00
Cargo.lock init 2025-01-12 14:00:00 -08:00
Cargo.toml ultrasonic impl 2025-01-12 16:47:45 -08:00
memory.x init 2025-01-12 14:00:00 -08:00
readme.md read me 2025-01-12 22:20:43 -08:00
rust-toolchain.toml init 2025-01-12 14:00:00 -08:00

Embassy PiCar

Based on the Sun Founder Pico-4wd Car Kit.

Got one of these from work for a challenge. Although I'm a few months late to the challenge, I thought I'd try a jab at writing some Rust code for it.

Currently it runs on embassy-rs. I have written a simple clone of the Python library that sunfounded included.

The goal is to have the car autonomously navigate a set course with no human input in as little time as possible. However, there will be no lines or guides for the car to follow.

Progress

  • Flash & Debug easily

  • Write a proof of concept to verify understanding

  • Motor Driver

    • Has a slight bug, but I'm working on it!
  • RGB Driver

  • Sonar Driver

  • Grayscale Driver

  • Speed Module

  • Servo