Moved Pump power fuse to branching point
by gardnerdy 4 years 8 months
Moved Pump power fuse to branching point

moved to GLVMS
cd782a7b
Reversed Polarity of Shutdown latch
by gardnerdy 4 years 8 months
Reversed Polarity of Shutdown latch

The BMS MP_en which drives the shutdown latch is active low (ON) when there are NO faults present. When a critical DTC is present, or when a certain CANBUS message is recieved from the pedal box, the output will turn OFF (floats high), latching the relay open. If the output returns to normal (ON, active low), the relay will energize and close the shutdown loop
08235c27
Removed MC on/off backups
by gardnerdy 4 years 8 months
Removed MC on/off backups

Realized that the discharge_en and charge_en pins are not strictly necessary, and implementation is not as straightforward as originally thought. All current limiting will be done via can, and we have the MP_en as a backup for critical current faults, as well as programming the ECU to turn off the inverter when no current data is received from the BMS over CAN
42114dd5
Merge pull request #87 from Northeastern-Electric-...
by James Chang-Davidson 4 years 8 months
Merge pull request #87 from Northeastern-Electric-Racing/Dylan-tiny-fix

Dylan tiny fix
3612584d
Merge pull request #86 from Northeastern-Electric-...
by Matthew McCauley 4 years 8 months
Merge pull request #86 from Northeastern-Electric-Racing/Peter_Code_Updates

Peter Code Updates
b8c8403a
updated revision and title of bms container
by gardnerdy 4 years 8 months
8dd500d6
Little tiny bitty fix
by gardnerdy 4 years 8 months
Little tiny bitty fix

Removed Discharge limit connection
Moved motor a wee
585ef4b7
Merge pull request #85 from Northeastern-Electric-...
by Zack Perry 4 years 8 months
Merge pull request #85 from Northeastern-Electric-Racing/Matt-quick-fix

Matt quick fix
c65d2b13
Added messages to trigger shutdown via CAN
by rydzynskip 4 years 8 months
Added messages to trigger shutdown via CAN

Added CAN messages to utilize the BMS feature of triggering the shutdown circuit when it receives a certain message.
b80f26c5
Added delay for CAN messages
by rydzynskip 4 years 8 months
Added delay for CAN messages

Added a delay when sending the brake and pedal command messages to avoid overloading the CAN network. Delay is currently 50 ms.
5991abb4
Report a bug