duronflo / MEMO

Multivan Energy Monitor (MEMO) is an easy energy monitor which easily displays the energy information of batteries integrated in a car, campervan or RV.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multivan Energy Monitor (MEMO)

Multivan Energy Monitor (MEMO) is an easy energy monitor which easily displays the energy information of batteries integrated in a car, campervan or RV. In this project a display including its control buttion have been integrated in a climatic control unit from a Volkswagen T4 Multivan at the rear seats. The energy information of the battery itself are read via LIN bus from a so called Integrated-Battery-Sensor (IBS). The IBS technology is currently used in almost every car and it is directly connected on battery minus pole. It has a current, voltage and temperature sensing unit and sends these information - including some other useful eg. State of charge, state of health - in cyclic way to the energy management unit in the car. For a camper/RV it is common to use to two different batteries, one for starting the engine und the other one for supplying the camping stuff (lights, fridge, charger,...). Attached you can see some pictures of the project.

alt text

Hella IBS Sensor IBS 200X - (Sensor2 type):

Arduino 2560 including Macchine M2 Interface board integrated in a box:

Display integration inside a VW T4 Multivan2 (model year 2000):

In this project a Arduino MEGA 2560 has been used. Furthermore a Macchina M2 car interface board was used in order to have a proper connection to car bord net (12V power supply circuit, 2x 12V LIN channel). The Arduino itslelf was connected to a small 1.8" tft display. The buttons of the former climatic module were also cabled to the arduino.

Attached you can see a rough system architecture drawing:

This project uses inspiration and code snipets from follwing projecs:

About

Multivan Energy Monitor (MEMO) is an easy energy monitor which easily displays the energy information of batteries integrated in a car, campervan or RV.

License:Apache License 2.0


Languages

Language:C++ 99.5%Language:C 0.5%