| Author |
Message |
mrfusn Samba Member
Joined: May 08, 2017 Posts: 76 Location: Portland, Oregon
|
Posted: Sun Mar 04, 2018 2:47 pm Post subject: Re: Arduino programmer: InfoGauge Vanagon project |
|
|
Just finding this post. In between the time that I made this post and now, I’ve been getting pretty heavily into Arduino, as well as replaced my instrument cluster blue foil with the GW kit and been intrigued. I have been considering building up some software gauges.
As stated in the link, I’ve got 20 years of software engineering experience, the last seven of that in maps/GIS, specific to mobile applications. Mostly I did backend networking, performance, and heavy-duty graphics stuff, but I can do frontend work as well.
I’ve got some time to work on things right now, too.
If the OP or anyone else is interested in syncing up and collaborating, let me know?
I’m pretty new to Arduino and “physical computing” but have been messing around this week with a fresh water level sensor:
_________________ ‘86 GL 2-knob Syncro Weekender w/ Subaru EJ25
'85 GL sunroof turned pop top w/ WB 2.1 |
|
| Back to top |
|
 |
mainstreetexile Samba Member

Joined: July 29, 2015 Posts: 20 Location: PA
|
Posted: Sun Nov 11, 2018 11:22 am Post subject: Re: Arduino programmer: InfoGauge Vanagon project |
|
|
| boroko wrote: |
I have hard programmed to read and graph:
Oil pressure,
Oil Temperature,
Coolant Temperature,
Trans Temperature,
and EGT.
It also diaplays (but not graphs):
Fuel pressure,
Coolant Pressure (to monitor system integrity),
In and Out Temperature,
Fridge Temperature,
Air Tank Pressure, and
Battery 1 and 2 voltages.
If someone gets ambitious, these, and others could all be selectable choices.
Current work is on getting settable alarms on all of the readings.
The temperature sensing is based on solid state sensors (-67°F to +257°F) and should be accurate to less than a degree. (0.5C). http://www.ebay.com/itm/121458027297?_trksid=p2060353.m1438.l2649&ssPageName=STRK%3AMEBIDX%3AIT
It consists of a ~3"x2"x1.5" head unit (in the picture) and a remote connected with a RJ45 cable. Pressures are measured with these http://stores.ebay.com/Industrial-stuffs/Pressure-Transducer-/_i.html?_fsub=2911276017.
Currently I have 8 analog and 12 digital i/o unused, so there are plenty of opportunities to control things (like a trans pump, Sodo). The temperature sensors are on a 1Wire bus, so they are practically unlimited (>20).
|
I recently picked up a batch of those ds18b20 temp sensors (metal encased / waterproof with lead wire versions) for use in home automation / esp8266 projects, and it's rekindled my interest in this sort of project. Excited to see the progress some of you have made.
Any chance you could give some more info on how and where you've physically mounted your various temperature (and pressure sensors) in your van? |
|
| Back to top |
|
 |
boroko Samba Member

Joined: September 11, 2012 Posts: 326 Location: S.W. Michigan
|
Posted: Sun Nov 11, 2018 1:14 pm Post subject: Re: Arduino programmer: InfoGauge Vanagon project |
|
|
Sorry guys, the project got put on the back burner for a while. I have been thinking about reviving it again.
The sensors: I found some compression fittings for tubing that fit the DS18b20's. If memory serves, they were metric and I got them off Ebay. They have a stop ridge in the bottom of the connector that is meant for the tubing to bottom out in when used conventionally. I drilled them out so that the sensor would slide all the way through.
I have been driving the van all summer and haven't taken the time to install it, so positioning is still up for discussion.
As I resurrect this project, I will post it here.
One of the things I was busy on was a paying Arduino project all summer, and I have learned a bit more than I knew when I started this. Hopefully, that will help make it better. Also, I'm considering making the remote radio linked instead of with a CAT5 wire to make installation easier. It will also allow more remotes with less trouble. We'll see how that goes.
bo _________________ '87 SyncroWesty: Smokey the Turtle, '85 SubiWesty: Chappie, '84 GTI, '86 GTI in full Rally trim,
previous: 2 Syncro tin tops, 2 Vanagons, 3 busses, 3 Ghias, 2 Jettas, a 411, a gas and a diesel Bunny and about 25 Beetles, one that only drove left. |
|
| Back to top |
|
 |
mrfusn Samba Member
Joined: May 08, 2017 Posts: 76 Location: Portland, Oregon
|
Posted: Sun Nov 11, 2018 5:49 pm Post subject: Re: Arduino programmer: InfoGauge Vanagon project |
|
|
I haven’t posted in a while, and it’s not directly related to the recent reply, but I thought I’d give an update on my fresh water / aux voltage project. It’s by no means complete, stable, durable, or beautiful, but I’ve been learning a bunch of skills along the way to make it better.
I borrowed time on a Glowforge laser cutter to make a faceplate out of acrylic.
I popped in some LEDs and switches.
In my water tank, I have a piece of PEX tubing with lead wires down it that hooks into my circuitry.
I wired and finished it up, but based on the fact that I’m expecting to make a nicer panel at some point, I just put it on an enclosure that’s hidden from view inside near where I fill my water tank.
And then it’s all set. It powers on or off, and the right switch changes between showing either fresh water level or relative voltage of the aux battery (taking into account that “empty” is at about 50% since it’s a lead acid).
I also have a small buzzer on here and a program which can do things like blink various lights and make sounds for full or empty conditions such as filling or near running out.
It’s been fun and I hope to keep making it nicer! More as I get there... _________________ ‘86 GL 2-knob Syncro Weekender w/ Subaru EJ25
'85 GL sunroof turned pop top w/ WB 2.1 |
|
| Back to top |
|
 |
|