Hello! Log in or Register   |  Help  |  Donate  |  Buy Shirts See all banner ads | Advertise on TheSamba.com  
TheSamba.com
 
Arduino programmer: InfoGauge Vanagon project
Page: 1, 2, 3, 4  Next
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 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
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
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
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
boroko
Samba Member


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

PostPosted: Fri Jan 05, 2018 3:41 pm    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

Sodo,
The things I'm learning on other projects might allow me to add datalogging.
The current project is specifically a datalogger to an SD card with a radio for downloading the info. Very specific function for race cars.
So far, I just need to get the InfoGauge out there. We can add enhancements as we go. Also, remember that each one of these changes adds an surprising amount of work.
Anyway, its not forgotten.

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
Sodo
Samba Member


Joined: July 06, 2007
Posts: 10639
Location: Western WA
Sodo is offline 

PostPosted: Wed Jan 03, 2018 1:07 pm    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

Bo this would rule. I hope yuou can find the time (and support) to get this together. Also would like a datalogger capability to timestamp some "temperature events".
_________________


'90 Westy EJ25, NEW oil rings (!) 2Peloquins, 3knobs, SyncroShop pressure-oiled pinion-bearing & GT mainshaft, filtered, cooled gearbox.
'87 Tintop w 47k 53k, '12 SmallCar EJ25, cooled filtered original gearbox
....KTMs, GasGas, SPOT mtb
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: Wed Jan 03, 2018 12:41 pm    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

Quote:
...and wish I knew how to program these things.

Me too..
Yes, they are dimmable. If you look on the second page you'll see the screen that has the control. It is also setup to detect the headlight switch on and have a "daytime" and "night time" brightness.

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
flomulgator
Samba Member


Joined: March 07, 2013
Posts: 951
Location: Leavenworth, WA
flomulgator is offline 

PostPosted: Wed Jan 03, 2018 11:18 am    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

Are these displays dimmable? I've found that to be a big hurdle when trying to use non-automotive display systems for use while driving.

I love the idea though, and wish I knew how to program these things.
_________________
She's built like a steakhouse, but she handles like a bistro!
Back to top
View user's profile Send private message Gallery Classifieds Feedback
Sodo
Samba Member


Joined: July 06, 2007
Posts: 10639
Location: Western WA
Sodo is offline 

PostPosted: Wed Jan 03, 2018 9:35 am    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

Me too.

and, as said earlier:

\
Sodo wrote:
Would be kinda nice if the Arduino could mount under the back seat, and output Bluetooth to a smartphone or iPad. Could use an old smartphone for a remote display. Could sit on the ashtray, but you could move it back into the living area. Watch inside, outside temps, battery levels, geek out to the max!


Also be able to see all the gauges while standing behind the van ( at the gaping engine compartment) or even sitting at the campfire. Watch battery voltage, solar input amperage, fridge temp etc.
_________________


'90 Westy EJ25, NEW oil rings (!) 2Peloquins, 3knobs, SyncroShop pressure-oiled pinion-bearing & GT mainshaft, filtered, cooled gearbox.
'87 Tintop w 47k 53k, '12 SmallCar EJ25, cooled filtered original gearbox
....KTMs, GasGas, SPOT mtb
Back to top
View user's profile Send private message Gallery Classifieds Feedback
gchristensen
Samba Member


Joined: October 09, 2012
Posts: 84
Location: Sacramento Ca.
gchristensen is offline 

PostPosted: Tue Jan 02, 2018 10:10 pm    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

would love to see this come to light. I have a diesel I would love to attach something like this to.
_________________
Joining now is our new 1982 diesel. This is an ongoing project under construction.
Back to top
View user's profile Send private message Send e-mail Gallery Classifieds Feedback
Paulbeard
Samba Member


Joined: July 10, 2015
Posts: 2611
Location: Seattle
Paulbeard is offline 

PostPosted: Mon Jan 01, 2018 10:54 am    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

I agree, a $40 dollar gadget is not that big a deal but I wonder how much of the functionality of that could be replicated in an Arduino or Raspberry Pi. From probing the one I have, it seems to have a small linux-like kernel (it does IPv4, has an http listener and sql database) as well the hardware/telecom functions (GPS, cell service). But it's closed.

This open source tracking system looks like it does much the same as the one that comes with these little boxes (the TK 10x). I'm going to see what else it does, once I get my device added to it.
_________________
Currently -> Frida: 87 Tizian Red (mostly) Vanagon GL Westfalia w/ 2.0L ABA conversion
Formerly -> Steward of a 73 Super Beetle (Beater) and 67 Beetle 1300 (Little Max) both names by POs

Quote:
Git 'r DONE!
— dhaavers
Back to top
View user's profile Send private message Visit poster's website Instagram Gallery Classifieds Feedback
boroko
Samba Member


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

PostPosted: Mon Jan 01, 2018 5:55 am    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

Hi PaulBeard,
I haven't seen that before. It looks interesting, but I doubt it will run on
Arduino. You would have to add another system, and at that point, a $40 dedicated system looks nice and easy.
Maybe I'm missing something here. Could you expound on what you've found that makes it appealing? I'd like to know more.
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
Paulbeard
Samba Member


Joined: July 10, 2015
Posts: 2611
Location: Seattle
Paulbeard is offline 

PostPosted: Sun Dec 31, 2017 10:58 pm    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

boroko wrote:
As I said earlier, I have a scan gauge and it's useful for what it is. My beef is that there a lot of things people want to watch that aren't part of OBD. Especially on our Vans, and even more so on a camper. To that end, I wasn't happy with gauge pods everywhere in a vehicle I'm in to relax. Want to be able to know what's going on when I care, and ignore it when I don't, and let it alarm when something out of the ordinary happens. Fairly unobtrusive but informative.
By making the code available, people can use it as a template of sorts and do what they want to with it. If there is interest, you could just get code from someone else that has customized something that suits you and with a small bit of familiarization, upload it to your hardware. Maybe a dream, but within reach.

bo


Wondering if you have looked at http://opengts.sourceforge.net/ ? Once you get a whiff of GPS tracking, lot of new ideas come to mind.
_________________
Currently -> Frida: 87 Tizian Red (mostly) Vanagon GL Westfalia w/ 2.0L ABA conversion
Formerly -> Steward of a 73 Super Beetle (Beater) and 67 Beetle 1300 (Little Max) both names by POs

Quote:
Git 'r DONE!
— dhaavers
Back to top
View user's profile Send private message Visit poster's website Instagram Gallery Classifieds Feedback
boroko
Samba Member


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

PostPosted: Sun Dec 31, 2017 10:51 pm    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

Very nice!
_________________
'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
drj434343
Samba Member


Joined: January 31, 2016
Posts: 453
Location: Portland, OR
drj434343 is offline 

PostPosted: Sun Dec 31, 2017 9:30 pm    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

Not intending to hijack, but instead to augment, here's my camping oriented Arduino based screen system.

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


Intended for camping related info instead of driving, it runs from the house battery and is in the rear cabin next to the counter.[/img]
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 Dec 31, 2017 12:24 pm    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

As I said earlier, I have a scan gauge and it's useful for what it is. My beef is that there a lot of things people want to watch that aren't part of OBD. Especially on our Vans, and even more so on a camper. To that end, I wasn't happy with gauge pods everywhere in a vehicle I'm in to relax. Want to be able to know what's going on when I care, and ignore it when I don't, and let it alarm when something out of the ordinary happens. Fairly unobtrusive but informative.
By making the code available, people can use it as a template of sorts and do what they want to with it. If there is interest, you could just get code from someone else that has customized something that suits you and with a small bit of familiarization, upload it to your hardware. Maybe a dream, but within reach.

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
Zeitgeist 13
Samba Member


Joined: March 05, 2009
Posts: 12168
Location: Port Manteau
Zeitgeist 13 is offline 

PostPosted: Sun Dec 31, 2017 9:48 am    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

Thanks for the updates. I'm just interested to see how folks are integrating Arduino/Raspberry Pi projects into vehicles. I'm particularly focused on building an Arduino interface that allows me to use a Mk4 cluster in my van, even though I have no ECU from which to gather the inputs. I'd be interested in your InfoGauge for my EV as an option to buying a Scangauge.
_________________
Casey--

'89 Bluestar ALH w/12mm Waldo pump, PP764 and GT2052
'01 Weekender --> full camper
y u rune klassik?
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 Dec 31, 2017 8:09 am    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

Rereading the entire thread, I realized it wasn't fair to say there was no interest. There was in fact, quite a bit. What I should have said is that no one took the ball and ran with it and developed a super slick software package.

I have learned a few things since I took this on, and they will help me develop and produce it further. Alas, it is down on the list for the time being. I will resurrect it as time allows, and other projects near completion.

Like I have said in the past, its out there, and the hardware only matters on the final implementation, so it shouldn't stop anyone from polishing up the interface in the mean time.

Thanks to all who have shown interest, and I'm sorry I may have slighted those that did.

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
boroko
Samba Member


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

PostPosted: Sun Dec 31, 2017 7:39 am    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

Hi Zeitgeist,
The project is still on the bench, mostly working. I have instead been building a pole barn and equipping it to rebuild my '87. Along the way, I got busy designing another board that will interest a number of people. You'll likely hear about those from a trusted source very soon. There are a number already quietly installed and we have just been refining the options and testing before releasing it publicly.

The InfoGauge isn't dead, I just needed a running van to install it in and further develop it. Along those lines, I will be picking up an '85 Westy in the coming days and that will become the test bed while I rebuild the Smokey, the SyncroWesty. I was going to leave today to go get it, but it was -7 here last night, and I'm driving like 7 hours to get it. Knowing the possibility of breakdowns, and the general misery of working in sub-zero temps, the owner and I decided to put it off a few days.

Thanks for bringing it back up. I hadn't seen a lot of interest and it became a personal project, but who knows, I may dust it off and put it out there after I have some time with it in a running van.

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
Zeitgeist 13
Samba Member


Joined: March 05, 2009
Posts: 12168
Location: Port Manteau
Zeitgeist 13 is offline 

PostPosted: Fri Dec 29, 2017 10:20 pm    Post subject: Re: Arduino programmer: InfoGauge Vanagon project Reply with quote

Are there any updates to this project?
_________________
Casey--

'89 Bluestar ALH w/12mm Waldo pump, PP764 and GT2052
'01 Weekender --> full camper
y u rune klassik?
Back to top
View user's profile Send private message Gallery Classifieds Feedback
Display posts from previous:   
Reply to topic    Forum Index -> Vanagon All times are Mountain Standard Time/Pacific Daylight Savings Time
Page: 1, 2, 3, 4  Next
Page 1 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.