mv-bms/CHANGELOG.txt

61 lines
2.2 KiB
Plaintext
Raw Normal View History

2024-07-05 06:49:06 +02:00
V1.0
- merged mvbms-test to main
- made the changes needed for the project to compile
V1.1
- changed PWM settings in mxcube for ESC_L/R_PWM
- add pwm_calibrate_powerground
- precharge and discharge are now timer dependent instead of voltage dependent
2024-07-05 11:46:52 +02:00
- remove the transitions (precharge -> discharge) to stop weird interactions
V1.2
- change auxvoltages and cellvoltages to float to achieve higher precision
- added void sm_calibrate_powerground(); void sm_precharge_discharge_manager();
- fixed the clock in mxcube
- cleaned up PWM_powerground_control()
2024-07-06 12:23:12 +02:00
- cleaned up the state machine
V1.3
- added eeprom.h and eeprom.c, is still WIP
- void sm_check_charging(); was removed, you need to call 0xF1XX to enter charging mode, precharge is then 3 seconds then the relay closes. call 0x0000 to exit charging
2024-07-07 17:52:57 +02:00
- removed some variables and some functions
V1.4
- replaced ADBMS code with the newest version from the Slaves
- added the Author to things i made
2024-07-07 20:16:36 +02:00
- error_source is now set in the state_machine.c
V1.5
- int16_t auxVoltages[MAXIMUM_AUX_VOLTAGES] to float
- errors out when no messages are recieved for CAN_TIMEOUT messages
- void set_error_source(int source); -> void set_error_source(SlaveErrorKind source);
2024-07-08 13:44:01 +02:00
V1.6
- set temperature limit to 59
- precharge and discharge durations are now 5 seconds
- RELAY_BAT/ESC_SIDE and CURRENT_MEASUREMENT to int32_t
- CAN messages are now correctly formated
- minimum cell voltage is now set to 3200 mV
- powerground calibration is now done in STATE_PRECHARGE (well yes but actually no)
2024-07-08 17:52:09 +02:00
V1.7
- added eeprom functions
- fixed(tm) voltage and CURRENT_MEASUREMENT
- changed the CAN message a bit
- added soc_estimation.c soc_estimation.h
- added MIN/MAX_CELL_VOLTAGE for AMS_HighLevel
2024-07-08 22:43:41 +02:00
- cleaned up state_machine code
2024-07-10 00:39:38 +02:00
- changed the format of the CAN message.
V1.8
- removed macros from can.h
- added documentation to PWM_control.h
- the MVBMS only reacts to messages if they are different from the previous message
- powerground calibration now starts at STATE_PRECHARGE
- moved header files from state_machine.c to h
2024-07-10 08:37:43 +02:00
- added status_LED.c, changed the ioc file accordingly
V1.9
- switched ~CSB and ~WC to high speed GPIO
- cleaned up the includes in most files
- wrote some code for the eeprom