View Single Post
Old 03-07-2022, 11:33 AM   #75
Volt_Ampere
Gone Wild
Yamaha
 
Join Date: May 2012
Location: Rio Verde, Az
Posts: 7,119
Default Re: Project Precedent

Quote:
Originally Posted by UncleJerm76 View Post
I’ve built lots of PCs & dabbled in code writing, I am looking into Arduino now, thank you for the suggestion. Do you have any more information on your Arduino project?


Sent from my iPhone using Tapatalk
My Arduino project includes a complete BMS as well as the display with Speedometer/Odometer. It would be hard to separate them. If you get into Arduino and want to build a speedometer/odometer, I can help you with some tips. Counting the speed sensor pulses is done in an interrupt routine that does nothing but count the pulses. Odometer data is stored in Flash memory - this is by far the hardest part of the project since it has to preserve everything over a power cycle.
Volt_Ampere is offline   Reply With Quote