Skip to content

Arduino code for robotic maze traversal done with University of Pennsylvania's lab in 2023.

License

Notifications You must be signed in to change notification settings

jeffelin/Maze_Robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze_Robot

This project contains Arduino code for a robot designed to navigate a maze. Developed as part of a project at UPenn in 2023, it includes multiple example codes and experiments for robotics and sensor integration.

Maze Robot

Project Structure

  • src/ARDUINO.ino: Main Arduino sketch for the maze robot.
  • src/firstarduinocodes/: Early experiments and motor control code.
  • src/redbotcode/: Code for RedBot robot platform, including line following and obstacle avoidance.
  • src/simonsays.ard/: Simon Says game code (SparkFun Inventor’s Kit example).
  • src/arduinocodes.zip: Archive of additional/legacy Arduino codes (not needed for most users).

Getting Started

  1. Open the desired .ino file in the Arduino IDE.
  2. Connect your Arduino-compatible robot hardware.
  3. Upload the code to your board.
  4. Follow the comments in each file for wiring and usage instructions.

Requirements

Notes

  • The arduinocodes.zip file is for archival purposes and is not required for normal use.
  • Each subfolder contains code for different experiments or robot platforms.
  • See comments at the top of each .ino file for wiring and usage details.

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Arduino code for robotic maze traversal done with University of Pennsylvania's lab in 2023.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages