https://github.com/aashviktyagi/zippermau5
マイクロマウス
https://github.com/aashviktyagi/zippermau5
cpp fast maze maze-algorithms maze-solver micromouse n20 platformio robot robotics teensy teensy41
Last synced: 3 months ago
JSON representation
マイクロマウス
- Host: GitHub
- URL: https://github.com/aashviktyagi/zippermau5
- Owner: AashvikTyagi
- Created: 2024-05-21T07:10:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T13:43:40.000Z (6 months ago)
- Last Synced: 2024-10-29T20:05:56.760Z (6 months ago)
- Topics: cpp, fast, maze, maze-algorithms, maze-solver, micromouse, n20, platformio, robot, robotics, teensy, teensy41
- Language: C++
- Homepage:
- Size: 64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README



_ZIPPERMAU5_ is my WIP micromouse robot!
## [Check out the website!](https://aashvik.com/zippermau5)
This repository contains zippermau5's platformio project files and the zippermau5 website's source.
The current status of the project is that some basic mazesolving is working, the pcb is here and assembled, and I'm going to be working on getting the mouse to run!
Here's a small list of this micromouse's features:
- a floodfill mazesolving algorithm, inspired by peter harrison's open/closed maze tactic
- vl53 tOf sensors for maze sensing, with an mpu6050 imu for dead-reckoning
- teensy 4.1, programmed in cpp using the platformio framework
- a custom pcb, designed in easyeda, and manufactured by jlcpcb, with assembly for small smd parts from lcsc electionics
- dual 1200rpm "n20" motors w/magnetic hall encoders
- drv8833 motor driver ic, but I FORGOT TO BREAK OUT THE MOTOR PINS AAAAAGH
- a buzzer, 3 pushbuttons and 3 rgb leds for debugging/interaction
- a 25c 3.7v 850mAh lipo
Oh, and if anyone wants them, some bits of old and unused code can be found here: https://github.com/AashvikTyagi/slowmau5