Added more advanced CAN handler from ArduinoDue / Private branch. Now can do CANOpen as well. Added PowerKeyPro device driver.
by Collin Kidder 8 years 5 months
50ebecb7
Switch system I/O functionality to a class instead of bare C++ functions. Add ability to register CAN connected I/O into the system.
by Collin Kidder 8 years 5 months
263df726
Added ability to retrieve changed BLE characteristics and use them to update the system
by Collin Kidder 8 years 5 months
01bb2d01
Fixed timeRunning, sped up and reorganized characteristic updates
by Collin Kidder 8 years 6 months
9a5e162a
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.
by Collin Kidder 8 years 6 months
6f0b32eb
Added a few more data items to BLE data comm. Added state of charge to BatteryManager - no idea why it wasn't already there.
by Collin Kidder 8 years 6 months
b8d8c9eb
Merge branch 'master' of github.com:collin80/GEVCU
by Collin Kidder 8 years 6 months
252d436d
Fixes for data alignment problems.
by Collin Kidder 8 years 6 months
62431b6c
Added detailed specification for 40 pin main connector from main CPU board to power board in the DMOC645.
by Collin Kidder 8 years 6 months
244db97c
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!
by Collin Kidder 8 years 7 months
1d452dd3
Report a bug