Hello! Log in or Register   |  Help  |  Donate  |  Premium Membership  |  Buy Shirts See all banner ads | Advertise on TheSamba.com  
TheSamba.com
 
Arduino programmer: InfoGauge Vanagon project
Page: Previous  1, 2, 3, 4
Forum Index -> Vanagon Share: Facebook Twitter
Reply to topic
Print View
Quick sort: Show newest posts on top | Show oldest posts on top View previous topic :: View next topic  
This page may contain links to eBay where the site receives compensation.
Author Message
mrfusn
Samba Member


Joined: May 08, 2017
Posts: 76
Location: Portland, Oregon
mrfusn is offline 

PostPosted: Sun Mar 04, 2018 2:47 pm    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

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:

Image may have been reduced in size. Click image to view fullscreen.

Image may have been reduced in size. Click image to view fullscreen.

_________________
‘86 GL 2-knob Syncro Weekender w/ Subaru EJ25
'85 GL sunroof turned pop top w/ WB 2.1
Back to top
View user's profile Send private message Visit poster's website Gallery Classifieds Feedback
mainstreetexile
Samba Member


Joined: July 29, 2015
Posts: 20
Location: PA
mainstreetexile is offline 

PostPosted: Sun Nov 11, 2018 11:22 am    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

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
View user's profile Send private message Gallery Classifieds Feedback
boroko
Samba Member


Joined: September 11, 2012
Posts: 326
Location: S.W. Michigan
boroko is offline 

PostPosted: Sun Nov 11, 2018 1:14 pm    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

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
View user's profile Send private message Gallery Classifieds Feedback
mrfusn
Samba Member


Joined: May 08, 2017
Posts: 76
Location: Portland, Oregon
mrfusn is offline 

PostPosted: Sun Nov 11, 2018 5:49 pm    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

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.

Image may have been reduced in size. Click image to view fullscreen.


I popped in some LEDs and switches.

Image may have been reduced in size. Click image to view fullscreen.


In my water tank, I have a piece of PEX tubing with lead wires down it that hooks into my circuitry.

Image may have been reduced in size. Click image to view fullscreen.


Image may have been reduced in size. Click image to view fullscreen.


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.

Image may have been reduced in size. Click image to view fullscreen.


Image may have been reduced in size. Click image to view fullscreen.


Image may have been reduced in size. Click image to view fullscreen.


Image may have been reduced in size. Click image to view fullscreen.


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).

Image may have been reduced in size. Click image to view fullscreen.


Image may have been reduced in size. Click image to view fullscreen.


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
View user's profile Send private message Visit poster's website Gallery Classifieds Feedback
Display posts from previous:   
Reply to topic    Forum Index -> Vanagon All times are Mountain Standard Time/Pacific Daylight Savings Time
Page: Previous  1, 2, 3, 4
Page 4 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

About | Help! | Advertise | Donate | Premium Membership | Privacy/Terms of Use | Contact Us | Site Map
Copyright © 1996-2025, Everett Barnes. All Rights Reserved.
Not affiliated with or sponsored by Volkswagen of America | Forum powered by phpBB
Links to eBay or other vendor sites may be affiliate links where the site receives compensation.