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 this page
      • 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: Seeed Studio CAN BUS Shield
    • 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 NER-PM-Dashboard repo