Added more advanced CAN handler from ArduinoDue / ...
by Collin Kidder 8 years 10 months
Added more advanced CAN handler from ArduinoDue / Private branch. Now can do CANOpen as well. Added PowerKeyPro device driver.
50ebecb7
Switch system I/O functionality to a class instead...
by Collin Kidder 8 years 10 months
Switch system I/O functionality to a class instead of bare C++ functions. Add ability to register
CAN connected I/O into the system.
263df726
Added ability to retrieve changed BLE characterist...
by Collin Kidder 8 years 10 months
Added ability to retrieve changed BLE characteristics and use them to update the system
01bb2d01
Fixed timeRunning, sped up and reorganized charact...
by Collin Kidder 8 years 11 months
Fixed timeRunning, sped up and reorganized characteristic updates
9a5e162a
Added a test throttle and test inverter that can b...
by Collin Kidder 8 years 11 months
Added a test throttle and test inverter that can be used to test the new BLE system without actual hardware or can be used for testing. Fixed up some BLE bugs.
6f0b32eb
Added a few more data items to BLE data comm. Adde...
by Collin Kidder 8 years 11 months
Added a few more data items to BLE data comm. Added state of charge
to BatteryManager - no idea why it wasn't already there.
b8d8c9eb
Merge branch 'master' of github.com:collin80/GEVCU
by Collin Kidder 8 years 11 months
252d436d
Fixes for data alignment problems.
by Collin Kidder 8 years 11 months
62431b6c
Added detailed specification for 40 pin main conne...
by Collin Kidder 8 years 11 months
Added detailed specification for 40 pin main connector from main CPU board to power board in the DMOC645.
244db97c
Switched to sending structs instead of individual ...
by Collin Kidder 8 years 11 months
Switched to sending structs instead of individual values since BLE module
can only handle 30 characteristics. Got things working for sending
out parameters but often the updating command fails. Don't touch that dial! We'll be back with more!
1d452dd3
Report a bug