Commit graph

6 commits

Author SHA1 Message Date
Michael Balzer f45ee40ae2 Version 1.4.4:
- Solved issue #1 (charger compatibility)
- Closer reproduction of init phase frames
- Detection of wakeup & shutdown by CAN activity
2018-01-30 17:07:02 +01:00
Michael Balzer b8bf0da8ba Version 1.3.0:
- Added support to generate extended info frame 0x700
- New API calls: setInfoBmsType(), setInfoState1(), setInfoState2(), setInfoError(), setInfoBalancing()
- Added support for module temperature #8 and cell voltages #15/#16
2017-09-02 09:26:10 +02:00
Michael Balzer ce7c6e8311 - New API calls stateName(), stateName(state)
- No out of bounds error messages in TWIZY_DEBUG_LEVEL 0
- Donors update
2017-08-17 22:59:15 +02:00
Michael Balzer 84c84590ab Version: 1.1.0
- Added support for Timer2 & Timer3 (see config header)
- Added `setCurrentQA()` API call (native=fast 1/4 A resolution)
2017-06-28 00:31:39 +02:00
Michael Balzer 1dcd46b3ab Twizy Virtual BMS V1.0.0 (2017-06-17)
- Added charger configuration info
- Protocol documentation update on error codes
- Added `Error` state for emergency shutdowns
- Ticker callback also called in state `Off`
- Added donation info & donors file
- Added parts images
- Added inState() test functions
- Added Arduino components to parts list
- Added overview text for Blazejs prototype
2017-06-17 14:58:21 +02:00
Michael Balzer d73c5df078 Twizy Virtual BMS V1.0 RC2 (2017-06-10)
- Conversion to Arduino library
- Added CAN RX callback bmsProcessCanMsg()
- Added twizySetError() and error codes
- Using ROM strings to save RAM
- Configurable debug output level
- Added example Template
- Added example SimpleBMS
- Added setCanFilter()
- Added API documentation
- Added hardware documentation
- Added SEVCON configuration info

Version: 0.2 (2017-06-06)
- 3MW pulse cycle
- Separate states for trickle charging
- CAN TX retries
- Added bmsTicker() callback

Version: 0.1 (2017-06-04)
- Initial release
2017-06-10 22:43:16 +02:00