MarsRoverFirmware
MarsRoverFirmware copied to clipboard
Firmware for the University of Waterloo Rover Team URC Mars Rover
Problem can be seen (with some partially related discussion) in the thread linked below: https://uwrobotics2020.slack.com/archives/CKDNYMG48/p1600215488017200
this script should move the appropriate binary to the appropriate folder. script takes 2 args an app and a target. must have error checking for everything that could go wrong:...
We should enable minimal-printf to reduce printf overhead (RAM usage and Flash usage): https://os.mbed.com/docs/mbed-os/v6.8/apis/printf-and-reducing-memory.html We should also investigate why `/r` is needed for newlines on windows. MBED should be automatically...
Investigate using a units library like this https://github.com/nholthaus/units it would simplify function names like readAngleDegPerSec() and constants like maxRPM, and will generally be safer @wmmc88 @cindyli-13 thoughts? this could be...
- We should have a general SD card driver (do we need FS)
readme should have instuctions for getting setup. the other sections should be in wikis. also training should be in wikis
Need to create the app for the Rev 2 PDB (power distribution board). This board monitors the power rails, controls the LED matrix, and interfaces with the ultrasonic sensors.