Skip to content

advilm/micromouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micromouse

Competitiong to see which robot solves a 16x16 maze the fastest. Uses infrared lights to "see" walls of the maze.

I will attempt programming it in both Arduino and Rust to learn the pros and cons of each.

Building with Rust

Relies on teensy4-rs which has dependencies which need to be installed first.

Setup

rustup target add thumbv7em-none-eabihf
cargo install cargo-binutils
rustup component add llvm-tools-preview

teensy_loader_cli is needed to download programs to the Teensy.

Compiling

cargo objcopy --release -- -O ihex program.hex

Running

You will need a build of teensy_loader_cli to download programs to a Teensy 4.

Building with Arduino

Setup

Compiling and running

Simply use the buttons.

Schematic

Schematic

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published