casainho said:
Yes, I would like to have estimation of range in kms based on previous last interval time, that could be configured like last 5, 10 or 15 minutes. Maybe someone will do it.
I don't know if there are many users like you, maybe someone will make a difference implementation including deep testing as a bad implementation can damage permanently the display.
it doesn't have to be that complex, just a simple watts used/trip distance would be great to gauge your consumption trip to trip.
I realize too many writes to the eeprom can shorten the life span of the display so here's a very safe way to do it:
"is the bike stopped, yes --> is the saved odo different from the actual odo (difference by 0.1 mile or more), yes --> save values"
you can put more safety checks, like is the bike stopped and has it been over a min since last save? so it doesnt write in stop and go traffic or red lights.
2 similar issues about this including my own (actually 3 but one duplicate):
https://github.com/OpenSource-EBike-firmware/Color_LCD/issues/66
https://github.com/OpenSource-EBike-firmware/Color_LCD/issues/61
also there are issues on github reporting about unintended acceleration, i see 3 similar issues (including my own). there has to be some sort of error when exiting the menu because that's when i encounter my issue:
https://github.com/OpenSource-EBike-firmware/Color_LCD/issues/81
https://github.com/OpenSource-EBike-firmware/Color_LCD/issues/82
https://github.com/OpenSource-EBike-firmware/Color_LCD/issues/76
relying on my bike and your firmware for daily use i feel these changes are relatively small compared to the work you've put in just in the past several months. however they would greatly improve this already good firmware. just like making the buttons more responsive, it was a small but huge change and because of it i feel i dont need the throttle anymore, i can adjust the assist level much quicker. anyways thanks for all - just wanted to get my thoughts out.