Pretty straight forward. Simply added Haptic Feedback from float package which is a widely requested feature.
Future development will be supporting the new 6.05 foc play tone feature:
//e.g.
//if ((d->fw_version_major + d->fw_version_minor * 0.01) >= 6.05)
//VESC_IF->foc_play_tone(int channel, float freq, float voltage);
//VESC_IF->foc_play_tone(0, 740.0, 3.0);
//VESC_IF->foc_stop_audio(bool reset);
//VESC_IF->foc_stop_audio(true);
I also plan on submitting a PR for adding bms tiltback/haptic feedback along with a new command for the BMS to call refloat package and update information about the BMS state. BMS state and faults will be calculated in lisp to pull temp/cell data.
Pretty straight forward. Simply added Haptic Feedback from float package which is a widely requested feature.
Future development will be supporting the new 6.05 foc play tone feature: //e.g. //if ((d->fw_version_major + d->fw_version_minor * 0.01) >= 6.05) //VESC_IF->foc_play_tone(int channel, float freq, float voltage); //VESC_IF->foc_play_tone(0, 740.0, 3.0); //VESC_IF->foc_stop_audio(bool reset); //VESC_IF->foc_stop_audio(true);
I also plan on submitting a PR for adding bms tiltback/haptic feedback along with a new command for the BMS to call refloat package and update information about the BMS state. BMS state and faults will be calculated in lisp to pull temp/cell data.