Sitebase / campervan

Code and documentation for my complete campervan build
1 stars 0 forks source link

Campervan Head Unit (WIP)

Code and documentation for my complete campervan central computer that uses OpenAuto Pro.

Note that this repo is work in progress

External screen

Hold button GPIO 17 while booting to use HDMI display as main screen.

Requirements

Hardware

Buttons

Case

I've made a basic structure for holding the screen and making a test setup for this head unit. I use the screen mirror mounting point with a custom printed adapter to attach the head unit to the window.

How you attach the unit to your window will depend on what's available in your car.

In the case folder you can take a look at the step files for the current case.

Service

Handling of GPIOs (button click detection) is done using a python script which is run as a service on the system.

Monitor logs of the service

tail -f /var/log/syslog

Installation

Power consumption

If this will be the brain of the van it's a good idea to do some power monitoring of it to get an idea of what it's consuming.

Tips