Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

585 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Pedrobot


Join the Pedro Community on Discord

🚀 Pedro Project Repositories:

Each Pedro repository serves a specific role in the ecosystem:

  • 📂 Pedro: 3D printing resources — STL files and assembly instructions for building the Pedro robot chassis.
  • 📂 Pedro Board: Hardware design — Gerber files, schematics, and PCB layouts for the Pedro controller board.
  • 📂 Pedro Robot: Firmware — Arduino source code and library to program and control the Pedro robot.
  • 📂 Pedro STEM: Education — STEM lessons, activities, and teaching material using the Pedro robot for schools.

📂 Pedro Robot


4. Contributing

We welcome contributions from the community! Here's how you can help:

  1. Fork the Repository: Click the "Fork" button at the top right of this page.
  2. Clone Your Fork:
    git clone https://github.com/almtzr/Pedro.git
    
  3. Create a Branch:
    git checkout -b feature/your-feature-name
    
  4. Make Your Changes: Add new features, fix bugs, or improve documentation.
  5. Commit and Push:
    git commit -m "Add your message here"
    git push origin feature/your-feature-name
    
  6. Submit a Pull Request: Navigate to the original repository and submit a pull request.

Releases

Packages

Contributors