Merge branch 'master' of github.com:collin80/GEVCU6, Essentially this disables the regen taper code for now
by Collin Kidder 8 years 1 month
a602cbdc
Fixes to make device initialization safer, addition of ability to automatically set up to 6 devices active when initializing for the first time
by Collin Kidder 8 years 1 month
b1bef983
Small fix to clean up extraneous info messages when throttle is weird
by Collin Kidder 8 years 1 month
b60dd617
Throttle fixes (allow negatives since this board can generate them), taper regen on DMOC as speed lowers, source code restructuring
by Collin Kidder 8 years 1 month
174dea6e
200 rpm torque command modification Commented out cancellation of regen for rpm < 200. This is actually quite dangerous. If brake input is used for regen, you get strong regenerative braking for a given pedal input. But as rpm decreases below 200, the regen is suddenly released and the car surges forward suddenly - just as you slow down to stop before a car in front of you at a stoplight.
by jrickard 8 years 1 month
7ee16822
Added extra debugging to DMOC code, caused DMOC to not regen unless there is some RPM
by Collin Kidder 8 years 1 month
755430f6
Mostly just cosmetic changes to code lines
by Collin Kidder 8 years 1 month
5cad82aa
Fixed speed mode on DMOC, sped up I2C comm quite a bit, testing for interrupts with BLE
by Collin Kidder 8 years 1 month
398e9eb9
Switch to using a polled state machine for analog setup (shrinks start up time). Also disabled more of fault handler also to save start up time.
by Collin Kidder 8 years 1 month
f8a65064
Switched from polled mode to callbacks for GATT characteristic changes
by Collin Kidder 8 years 1 month
e6d0d312
Report a bug