Finished 2DOF 12V DC wiper arduino playseat

Running simulator build projects.
Please use the image gallery for your pictures, a short tutorial can be found here.
The first image in the first post will be shown in the project gallery.

Re: Finished 2DOF 12V DC wiper arduino playseat

Postby RacingMat » Mon 12. May 2014, 18:44

Ok, but can you check your sentence? "R is roll f is pause (0 or 1)"

Can you paste the arduino sketch (code) do you use actually? [ code ][ /code ]

For posting pictures, you have to use the Gallery feature (look at the top bar between FAQ and Members
;)
2 DOF playseat : arduino, motomonster, 12V truck wiper motors
http://www.x-sim.de/forum/viewtopic.php?f=37&t=943
User avatar
RacingMat
X-Sim Stage 2 edition
 
Posts: 456
Images: 147
Joined: Wed 20. Feb 2013, 21:30
Location: Marseille - FRANCE
Has thanked: 4 times
Been thanked: 130 times

Re: Finished 2DOF 12V DC wiper arduino playseat

Postby Dovale » Tue 13. May 2014, 08:53

Thanks.
I am using the following sketch:
I do not understan your question "can you check your sentence?- where should I check?
This string with the data appears in the serial window "TO CARD" in the Link2FS window.
I also made a few measurments during FS flight. For instance- when clinbing (pitch) 5 degrees the string is Q3.7. When climbing 15 degrees it's 16.6
Going down gives negative characters.
So maybe I should define different cases amd max limits for several degrees of pith&roll?
Regars
Dovale
Last edited by Dovale on Tue 13. May 2014, 13:45, edited 1 time in total.
Dovale
 
Posts: 8
Images: 0
Joined: Tue 4. Mar 2014, 17:42
Has thanked: 4 times
Been thanked: 0 time

Re: Finished 2DOF 12V DC wiper arduino playseat

Postby Dovale » Tue 13. May 2014, 09:17

Here is a link to pictures of the prototype.
http://plus.google.com/photos/100540850 ... 3592356945
Dovale
 
Posts: 8
Images: 0
Joined: Tue 4. Mar 2014, 17:42
Has thanked: 4 times
Been thanked: 0 time

Re: Finished 2DOF 12V DC wiper arduino playseat

Postby RacingMat » Tue 13. May 2014, 12:01

Ok, it's clearer
I recognize the code, it's the code I posted in the first message of this tutorial ;-)
please edit and remove the code from your previous post: it's more complicated if different versions are spreaded in different places.

it's impossible to work like this!
your setup has to mix the code given in example by L2FX and my code:
- L2FX send separator like < and Q and P and decimal values
- the arduino code wait for L and R and hex values on 3 characters...

You didn't find the Gallery button?
2 DOF playseat : arduino, motomonster, 12V truck wiper motors
http://www.x-sim.de/forum/viewtopic.php?f=37&t=943
User avatar
RacingMat
X-Sim Stage 2 edition
 
Posts: 456
Images: 147
Joined: Wed 20. Feb 2013, 21:30
Location: Marseille - FRANCE
Has thanked: 4 times
Been thanked: 130 times

Re: Finished 2DOF 12V DC wiper arduino playseat

Postby RacingMat » Tue 13. May 2014, 12:03

I do not understan your question "can you check your sentence?- where should I check?


I don't understand what means "f is pause (0 or 1)" in the sentence "R is roll f is pause (0 or 1)"
2 DOF playseat : arduino, motomonster, 12V truck wiper motors
http://www.x-sim.de/forum/viewtopic.php?f=37&t=943
User avatar
RacingMat
X-Sim Stage 2 edition
 
Posts: 456
Images: 147
Joined: Wed 20. Feb 2013, 21:30
Location: Marseille - FRANCE
Has thanked: 4 times
Been thanked: 130 times

Re: Finished 2DOF 12V DC wiper arduino playseat

Postby Dovale » Tue 13. May 2014, 13:55

Thanks again and I appreciate your goodwill and support.
( I am 68 years old neither a technician nor a computing expert and began with Arduino etc' only a couple of months ago:) 8-) .....so I'm still in the process of learning.
I found the galery but something didn't work with the path so I prefared to load the pics to my google album.
Do you have any idea how to set a proper simple sketch that will move let's say up 5 ,10 and 15 degrees; tilt 10,15 and 30 degrees according to the data from Link2FS?

Dovale
Dovale
 
Posts: 8
Images: 0
Joined: Tue 4. Mar 2014, 17:42
Has thanked: 4 times
Been thanked: 0 time

Finished 2DOF 12V DC wiper arduino playseat

Postby RacingMat » Tue 13. May 2014, 14:45

For training and improving your arduino skills:
Start by modifying the example sketch from L2FS to turn on and off 2 LEDs along to values from game.

And we'll for the next step, dimming the LED

And then driving the motomonster
2 DOF playseat : arduino, motomonster, 12V truck wiper motors
http://www.x-sim.de/forum/viewtopic.php?f=37&t=943
User avatar
RacingMat
X-Sim Stage 2 edition
 
Posts: 456
Images: 147
Joined: Wed 20. Feb 2013, 21:30
Location: Marseille - FRANCE
Has thanked: 4 times
Been thanked: 130 times

Re: Finished 2DOF 12V DC wiper arduino playseat

Postby Dovale » Tue 13. May 2014, 19:59

OK. Step by step. I probably rushed a bit....
Dovale
 
Posts: 8
Images: 0
Joined: Tue 4. Mar 2014, 17:42
Has thanked: 4 times
Been thanked: 0 time

Re: Finished 2DOF 12V DC wiper arduino playseat

Postby RacingMat » Wed 14. May 2014, 08:38

yeah... use the "Multi_Starter1.ino" example from here http://www.jimspage.co.nz/link2fs_multi ... r_pack.zip

keep us informed! ;)
2 DOF playseat : arduino, motomonster, 12V truck wiper motors
http://www.x-sim.de/forum/viewtopic.php?f=37&t=943
User avatar
RacingMat
X-Sim Stage 2 edition
 
Posts: 456
Images: 147
Joined: Wed 20. Feb 2013, 21:30
Location: Marseille - FRANCE
Has thanked: 4 times
Been thanked: 130 times

Re: Finished 2DOF 12V DC wiper arduino playseat

Postby seanbig » Mon 19. May 2014, 16:53

Hi Mat,

Here I bring you my latest progress, the motor 12v 50W, I guess is ok to me.
But my new problem is the motor only moving when I hit the wall in the RACE 07 game(DEMO). Break, acceleration, turn left and turn right are NO response at all time in motors.
I follow your CODE and setting with motion converter, I dont know what I miss. And I use only one computer.
How can I increasing the motor more sensitive.

Please comment back to me. Thanks.

BR,
Sean
seanbig
 
Posts: 12
Joined: Mon 28. Apr 2014, 04:47
Has thanked: 4 times
Been thanked: 0 time

PreviousNext

Return to Motion simulator Projects in progress

Who is online

Users browsing this forum: No registered users and 3 guests