1 2
Alan Cesar
Alan Cesar Associate Editor
7/4/12 11:33 p.m.

Curious as to how many of you guys and gals are hacker nerds. I just ordered an Arduino programmable microcontroller for a little project I'm going to fiddle with. Have you used one of these? Programmed it to do something silly/stupid/awesome/fun?

Details here: http://arduino.cc/en/

Jaynen
Jaynen Reader
7/4/12 11:40 p.m.

I am nerdy enough that I ordered my own Solidoodle 3d printer :)

ransom
ransom GRM+ Memberand Dork
7/4/12 11:53 p.m.

I have nothing useful to add, but do have that bent. It's so far resulted in picking up a couple of O'Reilly books on embedded programming and nearly getting a couple of friends together to have beers and try to do a "Hello L.E.D." type evening with PIC chips...

MrJoshua
MrJoshua PowerDork
7/5/12 12:15 a.m.

I know of them, have read lots about them, and am fascinated about the idea of possibly using them in the future.

JoeyM
JoeyM SuperDork
7/5/12 12:17 a.m.

Never dabbled with it, but there were lots of people at the Orlando Maker Faire who were playing with Arduino. So why don't you tell us about your project?

fritzsch
fritzsch Reader
7/5/12 12:31 a.m.

I used one for a little project once. They are fun and cheap. Lots of projects, ideas, code online to help get you started

aeronca65t
aeronca65t Dork
7/5/12 4:58 a.m.

Yes. We have a number of Arduinos for projects. We built an optical timer for THESE using one.

And we built a MakerBot (powered by one). Our 'Bot:

http://www.youtube.com/watch?v=Y5xYXddDzIo

I'm planning on being at Maker Faire NYC in Sept (went last year).

tpwalsh
tpwalsh Reader
7/5/12 6:37 a.m.

I've played with them before, I guess off and on for 7+ years now. I've made an MPGduino, and a datalogger. Both worked pretty well, but are now in a drawer.

GameboyRMH
GameboyRMH GRM+ Memberand UberDork
7/5/12 7:04 a.m.

I know all about them but haven't had the time or money to mess around with them.

93EXCivic
93EXCivic UltimaDork
7/5/12 7:51 a.m.

I have one sitting around to make a data acq system with.

93EXCivic
93EXCivic UltimaDork
7/5/12 7:51 a.m.
Jaynen wrote: I am nerdy enough that I ordered my own Solidoodle 3d printer :)

Let me know how well that works.

peter
peter HalfDork
7/5/12 7:58 a.m.

We were going to go with an Arduino as a little side-project here, but then someone pointed out that Android cell phones can be USB-hosts and provide a very, very slick UI and WiFi/Cell data service. Perfect for what we are doing.

If you find yourself thinking about adding lots and lots of shields to do things like Bluetooth and Wifi and USB, a newer Android phone might just be what you're looking for...

ditchdigger
ditchdigger SuperDork
7/5/12 9:43 a.m.

Arduino as a fuel controller

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1275359057

http://www.miataturbo.net/ecus-tuning-54/arduino-ecu-50695/

http://emoretto.wordpress.com/2011/03/14/projeto-arduino-turbo/

In the back of my mind I have the idea to use an Arduino as an ECU on a two stroke using TPS, MAP and EGT inputs.

Giant Purple Snorklewacker
Giant Purple Snorklewacker UltimaDork
7/5/12 9:45 a.m.

The LED fuel gauge and electric/hydraulic power steering assistance in my race car is run on an Arduino.

jpnovak
jpnovak New Reader
7/5/12 12:27 p.m.

I run a vehicle dynamics computer in my track car using the mbed system. It is similar to Ardurino.

Mine has GPS, accelerometer, LCD display, and talks to the Megasquirt system to download all of it to an SD card.

Works great. I even set the file format to allow me to import everything but GPS coordinates to Megalogviewer.

ReverendDexter
ReverendDexter UltraDork
7/5/12 12:55 p.m.

In the fantasy version of my life, I'm picking up a Raspberry Pi to make a car-computer with...

GameboyRMH
GameboyRMH GRM+ Memberand UberDork
7/5/12 3:34 p.m.
Giant Purple Snorklewacker wrote: The LED fuel gauge and electric/hydraulic power steering assistance in my race car is run on an Arduino.

Man that thing's pretty serious isn't it? So did you put a load cell in the steering shaft somewhere and base the pump speed on that?

Giant Purple Snorklewacker
Giant Purple Snorklewacker UltimaDork
7/5/12 3:38 p.m.
GameboyRMH wrote:
Giant Purple Snorklewacker wrote: The LED fuel gauge and electric/hydraulic power steering assistance in my race car is run on an Arduino.
Man that thing's pretty serious isn't it? So did you put a load cell in the steering shaft somewhere and base the pump speed on that?

Volume knob on the dash (wired to an analog in, PWM out to the controller on the steering) so in the paddock I run full blast, adjust down until it feels good on track. I am expecting at places like Watkins Glen I can run it down near 25%, and at say... Jefferson to want more like 75%.

In reality I could leave it on full blast all the time but that lacks "fiddle-ability" and reduces the cool factor of having a "Steering Assist" knob near the brake bias.

Tyler H
Tyler H GRM+ Memberand Dork
7/5/12 3:45 p.m.

We put a 3 foot tall working digital tach on the roof of our LeMons car with Arduino. I'm going to use one for the MR2 EHPS. I'm putting a V6 in it and will lose the speed-sensitve assist function. I had planned on using a switch to scale the assist between two or more speed profiles, but a linear function with a pot is a simple solution.

It would be nice if there was a pressure function or yaw sensor so that if you need to countersteer, you immediately get full assist.

Can't say enough good things about Arduino. Tons of power for $30.

edit: heres a picture of the tack, with VTAK light

Giant Purple Snorklewacker
Giant Purple Snorklewacker UltimaDork
7/5/12 3:53 p.m.
Tyler H wrote: I'm going to use one for the MR2 EHPS. I'm putting a V6 in it and will lose the speed-sensitve assist function. I had planned on using a switch to scale the assist between two or more speed profiles, but a linear function with a pot is a simple solution.

When you get to this part... the Arduino PWM could not sink the current required to drive the Subaru controller (65ma!) - I needed to make a transistor and opto-isolator circuit up. I'm not familiar with the Toyota but check first- rumor has it that you can smoke the whole AVR processor and have to buy another Arduino because you got the SMD one instead of the DIP package :(

GameboyRMH
GameboyRMH GRM+ Memberand UberDork
7/5/12 3:58 p.m.
Tyler H wrote: It would be nice if there was a pressure function or yaw sensor so that if you need to countersteer, you immediately get full assist.

That's what a load cell in the steering column does, it can measure the stress in the steering column. You can fab one up or get one from an SW20.

Giant Purple Snorklewacker
Giant Purple Snorklewacker UltimaDork
7/5/12 4:02 p.m.
GameboyRMH wrote: That's what a load cell in the steering column does, it can measure the stress in the steering column. You can fab one up or get one from an SW20.

I think it is unnecessary for this application - in reality the assist is pretty powerful and smooth even at really low values. I raced the car in heavy traffic a few weeks ago with it at about 80% and could easily react to either end of the car stepping out. Much more so that without the PS at all (which is how I had been running it). I am positive the knob is completely unnecessary and I could just run it full blast all the time but I went to the trouble of making it adjustable so damn it if I'm not going to adjust it :)

Tyler H
Tyler H GRM+ Memberand Dork
7/5/12 4:08 p.m.
Giant Purple Snorklewacker wrote:
Tyler H wrote: I'm going to use one for the MR2 EHPS. I'm putting a V6 in it and will lose the speed-sensitve assist function. I had planned on using a switch to scale the assist between two or more speed profiles, but a linear function with a pot is a simple solution.
When you get to this part... the Arduino PWM could not sink the current required to drive the Subaru controller (65ma!) - I needed to make a transistor and opto-isolator circuit up. I'm not familiar with the Toyota but check first- rumor has it that you can smoke the whole AVR processor and have to buy another Arduino because you got the SMD one instead of the DIP package :(

Arduino outputs couldn't even directly handle a HF LED flashlight. They make all kinds of 'shields,' which are plug-in hardware expansions for Arudino, however I used a NPN transistor as a switch -- switching the load of the light to the car's 12V power rail.

Transistor as a switch

Tyler H
Tyler H GRM+ Memberand Dork
7/5/12 4:10 p.m.
GameboyRMH wrote:
Tyler H wrote: It would be nice if there was a pressure function or yaw sensor so that if you need to countersteer, you immediately get full assist.
That's what a load cell in the steering column does, it can measure the stress in the steering column. You can fab one up or get one from an SW20.

I'm under the impression that the assist on MR2 is speed-sensitive only. I don't think it knows the steering position or load.

Giant Purple Snorklewacker
Giant Purple Snorklewacker UltimaDork
7/5/12 4:11 p.m.
Tyler H wrote: Arduino outputs couldn't even directly handle a HF LED flashlight. They make all kinds of 'shields,' which are plug-in hardware expansions for Arudino, however I used a NPN transistor as a switch -- switching the load of the light to the car's 12V power rail.

Yeah, same here - I used an opto isolator and an NPN to amplify the PWM signal to the controller in the same way - except it needed a voltage regulator because it had to be a 0-5v signal.

1 2

You'll need to log in to post.

Our Preferred Partners
GIRgFjDrBiPcF2YB0pJOKFaTO3Z2o2trjxiEHNfxr5IklIBiKviFFjrMz8CeLMDq