mirror of
https://github.com/PotentiaRobotics/engine-software.git
synced 2025-04-08 06:10:21 -04:00
.. | ||
bouncer | ||
MasterCode | ||
SlaveCode | ||
SlaveFakeCode | ||
README.md | ||
toA.py |
Comms Rewrite
Rewritten comms code, since the old one had 95% one way integrity and about 20% two way integrity (not good)
3 step comms (Slave arduino, Master arduino, Pi)
MasterCode/
= code for Master ArduinoSlaveCode/
= code for Slave Arduino generating IMU data (90% complete)SlaveFakeCode/
= code for SlavetoA.py
= code for RPi
2 step comms (Arduino (echos data). Pi)
bouncer/
= code for Arduino to "bounce"/echo back whatever it got sent by pitoA.py
= code for RPi