RoBorregos / robocup-soccer-open-2024

RoboCup Soccer Open
2 stars 0 forks source link

Pixy upgrade from DualMCU Microcontroller #72

Closed JocelynVelarde closed 3 months ago

JocelynVelarde commented 3 months ago

Changes made

The repository went trough significant changes. It divides itself with the following directories:

New scripts added into teensy/

  1. motor_test.ino simple script to manually test motors
  2. pixy_openmv.ino sends data from openmv via UART and from Pixy using SPI with SS, all data is printed (development on this section will be expected on following PRs)
  3. pixy_main.ino merged main codes from ESP32 and Pico into one file to run in Pixy, but the same logic was kept as the one used on the TMR
  4. simple_pid.ino script to tune and test pid
  5. kicker_dribbler.ino sample base script to test both mechanisms

Important changes

Issue ticket number and link