Throttle fixes (allow negatives since this board c...
by Collin Kidder 8 years 10 months
Throttle fixes (allow negatives since this board can generate them), taper regen on DMOC as speed lowers, source code restructuring
174dea6e
200 rpm torque command modification
by jrickard 8 years 10 months
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.
7ee16822
Added extra debugging to DMOC code, caused DMOC to...
by Collin Kidder 8 years 10 months
Added extra debugging to DMOC code, caused DMOC to not regen unless there is some RPM
755430f6
Mostly just cosmetic changes to code lines
by Collin Kidder 8 years 10 months
5cad82aa
Fixed speed mode on DMOC, sped up I2C comm quite a...
by Collin Kidder 8 years 11 months
Fixed speed mode on DMOC, sped up I2C comm quite a bit, testing for interrupts with BLE
398e9eb9
Switch to using a polled state machine for analog ...
by Collin Kidder 8 years 11 months
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.
f8a65064
Switched from polled mode to callbacks for GATT ch...
by Collin Kidder 8 years 11 months
Switched from polled mode to callbacks for GATT characteristic changes
e6d0d312
Many changes to BLE code to make it work more reli...
by Collin Kidder 8 years 11 months
Many changes to BLE code to make it work more reliably and to allow GATT characteristic writes from a connected device to work.
7b4a85c3
Code change to hopefully alleviate device table re...
by Collin Kidder 8 years 11 months
Code change to hopefully alleviate device table resets, zero out parameters over BLE that don't get used.
2984241d
Updated version number, fixed Vehicle Specific so ...
by Collin Kidder 8 years 11 months
Updated version number, fixed Vehicle Specific so it can be turned on/off now, added missing feedback messages in serial console
40a87c03
Report a bug