Files
-
Schematics / Master System Schematic / _autosave-Accumulator_Container.sch
-
Schematics / Master System Schematic / _autosave-Master System Schematic.sch
-
Schematics / Master System Schematic / _autosave-Segment_Layer.sch
-
Schematics / Master System Schematic / Accumulator_Container.kicad_sch
-
Schematics / Master System Schematic / BattBoxPCB.kicad_sch
-
Schematics / Master System Schematic / BatterySegment.kicad_sch
-
Schematics / Master System Schematic / Charger.kicad_sch
-
Schematics / Master System Schematic / Dashboard.kicad_sch
-
Schematics / Master System Schematic / DCDC.kicad_sch
-
Schematics / Master System Schematic / GLV_Batt_Board.kicad_sch
-
Schematics / Master System Schematic / HV_Plate.kicad_sch
-
Schematics / Master System Schematic / LV_Plate.kicad_sch
-
Schematics / Master System Schematic / Master System Schematic.kicad_sch
-
Schematics / Master System Schematic / PDU.kicad_sch
-
Schematics / Master System Schematic / Segment_Layer.kicad_sch
-
Schematics / Master System Schematic / Shutdown_LatchingCircuits.kicad_sch
-
Schematics / Master System Schematic / TSAL.kicad_sch
-
Schematics / Master System Schematic / Wheel.kicad_sch
-
Schematics / Shutdown Summary / Shutdown_Summary.kicad_sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / SegmentPCB.sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / Battery Managment / Therm_PCB / Therms.PcbDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Battery Managment / Therm_PCB / Therms.SchDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Battery Managment / VoltTap_PCB / VoltTap.PcbDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Battery Managment / VoltTap_PCB / VoltTap.SchDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Charger / Charger.sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / Full System / Full Battery System.sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / LV_Electronics / CANShield / CANShield.PcbDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / LV_Electronics / CANShield / CANShield.SchDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Shutdown / Shutdown.sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / Shutdown / Shutdown_System.sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / Shutdown / LatchingFaultBoard / LatchingFaultBoard / LatchingFaultActiveHigh.PcbDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Shutdown / LatchingFaultBoard / LatchingFaultBoard / LatchingFaultActiveHigh.SchDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / Tractive System / TSV.sch
-
Schematics / Shutdown Summary / OLD (Deprecated) / TSAL / Tsalledboard / tsalledboard.PcbDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / TSAL / Tsalledboard / tsalledboard.SchDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / TSAL / TSALpowerboard / TSAL.PcbDoc
-
Schematics / Shutdown Summary / OLD (Deprecated) / TSAL / TSALpowerboard / TSAL.SchDoc
Last update 1 year 7 months
by
Matthew McCauley
Files | |
---|---|
ArduinoCode | |
ESF Plots | |
Embedded Software | |
Schematics | |
Telemetry | |
Testing | |
.DS_Store | |
.gitignore | |
README.md |
README.mdView 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):
- Teensy: FlexCAN_T4
- Arduino: Seeed Studio CAN BUS Shield
- Use Platformio (VS Code plugin) for building and uploading software
- ArduinoCode: Old Arduino code for electrical subsystems, NOT UPDATED
- Required CAN library: Seeed Studio CAN BUS Shield
- To install:
- Open the arduino IDE
- Go to Tools -> Manage Libraries...
- 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