2 24 Volt 16nm Wiper Motors
Arduino One
I read the last two Weeks in this forum and decided to build a 2DOF as first Simulator because of the costs and the difficults to build.
I want to dokument my building project here step by step.
I hope it is okay that it will be nearly similar to the 2DOF here in this forum.
Big thankts to Matracing, Tombo, Dennisnojack and sirnoname. They inspired me and helped me to by a few Problems.
I used Popolu instead of Motomonster
http://www.pololu.com/picture/view/0J3753
I used the code from matracing
See here
viewtopic.php?f=37&t=943
For the poololu you have to Chance These definition
Code: Select all
/* VNH2SP30 pin definitions*/
int inApin[2] = {
2, 7}; // INA: Clockwise input
int inBpin[2] = {
4, 8}; // INB: Counter-clockwise input
int pwmpin[2] = {
9, 10}; // PWM input
int cspin[2] = {
0, 1}; // CS: Current sense ANALOG input
int enpin[2] = {
6, 12}; // EN: Status of switches output (Analog pin)
int statpin = 13; //not explained by Sparkfun
/* init position value*/
int DataValueL=512; //middle position 0-1024
int DataValueR=512; //middle position 0-1024
When iam finished and wanted to play i had some Problems. with the supply. I cant get the current for the wipers with only one dps 600pb.
So i had to use two and share current. The Pinout is here.
http://www.rcgroups.com/forums/showthread.php?t=1581061
(I testet with 24V for the vipers. But i really want to say, that this is to much. The whole seat is jumping arround.

One think i want to tell everybody is that you have to look for electrical Problems.
The first Thing you have to do is to dejam the wipers.
https://www.google.com/search?q=elektro ... B757%3B506
This is the easiest way.
Next dejam the pololu from the arduino. Herefor i build a 8 Port optocuppler Board. You see the Board and shematic in the rar file.
I think thats it. matracing done the experience at first i just followed and optimized something.
As i saw on this Video his seat was jumping arround so i used bigger arms to get the seat stable.
Any questions, ask me like i asked the DOF builder
