2.0 KiB
Motor Node
Designed by Nick McComb for OSURC Mars Rover.
Summary
Made for MR1718 as part of the OSU Robotics Club.
This board drives one of the Mars Rover’s wheels. It’s designed to be a breakout board for one of Pololu’s 21A motor driver boards, allowing it to be controlled over RS485 from the IRIS Node.
Note, if you’re using the design, the traces going to the motor driver are only rated for 10A continuous, so be careful with the actual amount of current that you run through the motors. If you need to, bodge a wire in parallel with the XT30 connector to add more current capability. This design limitation was forced because of the space constraint that this board was designed into.
This design is completely open-source, the design files can be found at CircuitMaker, see the link below.
Bill of Materials
Design files
MR1718 Motor Node on CircuitMaker
Downloads
Known Issues
Version 1
- Switching regulator that was purchased is not compatible with the design. A pin-compatible new one was specc'd and ordered, it is included in the BOM as "alternative" parts. Only U1, L1, C2, and R1 are changed. An 1N4148 diode also needs to be added per LT1933's datasheet. See below schematic:

- Missing 3v3 rail connection to VBAT on Teensy. Will program without it, but will not boot without it. Connect VBat (pin 21) to the 3v3 side of C12 (closest to the XTAL)
- MCU mistakenly connected to the 5v_SYS, needs to be connected to the 3v3 net (as there is no 5v net on this board)
- RGB led missing 3v3 anode connection. Currently connected to non-present 5V_SYS net.
