Skip to content

mrnossiom/embedded-car

Repository files navigation

Embedded Car (WIP)

Installation

  • cargo install probe-rs, installs probe-rs to flash the firmware to the microcontroller.
  • rustup target add thumbv7m-none-eabi, adds the target to the rust toolchain if you don't have it already. (Although the rust-toolchain.toml should do it already)

There is a probe-rs extension for VS Code

Circuit (Fritzing)

The circuit design is made with the open source application Fritzing and stored in the file CircuitDesign.fzz. You can download a packed executable on the website by donating $8 or build it from source with the installation instructions on the repository.

Material

Many of the documents linked here are available in the hardware-specs folder of this repository.

Ressources

Building a mental scheme

Structure

Project contains multiples crates to control or program behaviour.

  • car-core: contains microcontroller logic
  • car-controller: provides a CLI and a user interface to interact via Bluetooth with the car
  • car-transport: contains message logic between the car and the controller

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published