Skip to content

xqft/zumito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and flash

install Rust (via rustup) and the esp-rs toolchain (via espup).

connect your board, build and flash with:

cargo run --release

TO-DO

  • support motors using ESP32 MCPWM ✅
    • support dual motors ✅
    • support changing direction ✅
  • add ultrasonic sensor support ✅
    • add dual sensor support ✅
  • add manual control over wifi
    • connect to wifi ✅
    • define simple protocol via UDP for controlling motors
    • create client that will send UDP datagrams to device
  • simplify codebase, remove bullshit
    • simplify motor module ✅
    • simplify ultrasonic module ✅
    • simplify net module

Project Overview

todo!();

Resources

About

ESP32 & Rust based 3D printed bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages