Quote:
Originally Posted by meelis11
I have made some custom mpguinos where buttons are in separate small board (and buttons-in-top version) so you can flush install mpguino and put buttons somewhere else.
I have also made custom code just like I like it
extra features:
* added metric version (must choose before code/firmware uploading, no change possible in settings)
* bargraphs (shows 2min average 5-9L/100km - dropped 0-5L to gain better resolution)
* battery voltage
* trip cost (in settins you enter fuel price)
* tank and current trip time in hours.minutes
* saving tank trip data to eeprom (dont forget it when disconnected)
* some values are shown in integers (speed, rpm)
* removed leading zeroes (instead "012.45" shows " 12.45")
* added dragrace screen (0-100km/h time, 400m time and trap speed, calculated horsepower)
* using Atmega chip sleep mode (consumes about 5milliAmps versus 20milliAmps when in sleep)
Meelis
|
Hi Meelis,
You have some nice features on your code. I've been looking for a voltage meter for my car for some time now. I would be very interested how have you changed the code to get the battery voltage for MPGuino.
Is there any change that you could publish some parts of the code (*.txt format)
I also have a atmel 328 on a arduino dualemiloluevemilouvumilou..thingy and I have done some small changes to the code for my own needs.
-Disabled some display screens I don't need, just to make it simpler and easier.
-Litres/hour, Litres consumed, Speed, rpm on one screen.
I used the code from mluckham as a base since it had the version for kilometers and it was very well commented.
http://ecomodder.com/forum/showthrea...tml#post202348