Files

Last update 1 year 7 months by Matthew McCauley
Files
ArduinoCode
ESF Plots
Embedded Software
Schematics
Telemetry
Testing
.DS_Store
.gitignore
README.md
README.md

View this project on CADLAB.io.

NER

This is the GitHub repo for all code and schematics created for Northeastern's Electric Racing club.

  • Embedded Software: Contains all new embedded code for the Teensy microcontrollers
    • Use Platformio (VS Code plugin) for building and uploading software
      • To install, follow the directions on <![CDATA[]]>this page<![CDATA[]]>
      • This involves installing VS Code and setting up the Platformio extension
    • CAN libraries (must install in Platformio for each project):
  • ArduinoCode: Old Arduino code for electrical subsystems, NOT UPDATED
    • Required CAN library: <![CDATA[]]>Seeed Studio CAN BUS Shield<![CDATA[]]>
    • To install:
      1. Open the arduino IDE
      2. Go to Tools -> Manage Libraries...
      3. Search "CAN-BUS Shield" and install the associated library
  • Schematics: Electrical schematics, created in KiCad, viewable online in CADlab.io or in the desktop client
  • Project Manangement: This area has migrated to the <![CDATA[]]>NER-PM-Dashboard repo<![CDATA[]]>
Report a bug