Thanks for the post! Appreciate it. I am redesigning my wind simulator for my DIY Motion Racing RIG and bought a few MM's to connect up to ARD. Try it this weekend! DMAX!
A bit of help please. I have just built my own wind simulator using 2x Seaflows 270cfn, Arduino Uno and Monster Moto. The issue I have is that the left fan isn't turning (A1/B1). I know the fan itself is ok as I swapped them around on the terminals and then the left worked (and right stopped). I tried using it with SimFeedBack and Sim hub. The soldering looks fine. Am I missing off something simple or is it most likely my Arduino or MM is faulty?
@@ErcomsRoboticsLab27 hello, thanks for responding. SO instead of mounting the shield on like normally, i can just connect those pins u used using a male to female wires?
@ErcomsRoboticsLab27 hello So i just connected them as shown in the link u sent. I applied the code u used in the video but it didnt seem to work. I didnt have connections on the A0 and A1 cuz i dont have those variable resistors u showed in your diagram. Could u help me? Thanks
Yes you can use 2 shields www.google.com/search?q=arduino+with+2+moto+motor+shield+circuit+diagram&tbm=isch&ved=2ahUKEwiBy4WJg9zlAhXpBrcAHQlQA3oQ2-cCegQIABAC&oq=arduino+with+2+moto+motor+shield+circuit+diagram&gs_l=mobile-gws-wiz-img.3..30i10.31624.38710..40241...0.0..0.391.2535.0j7j4j1......0....1.........35i304i39j0i333j33i10.ZEVihmSF7B4&ei=jBzGXYHVKOmN3LUPiaCN0Ac&bih=560&biw=360&client=ms-android-lenovo#imgrc=l85VUFff1SZBZM
Hi, i just bought this shield but the problem is when I attach the motors they go forward in exact same speed but when I reverse them. One motor is slow as compared to the other.
@@ErcomsRoboticsLab27the code is good and the power is a lipo 14.1V 2000mah, and the motors are tiny, soo I bought two shields, and each one costed 12 dollars, maybe they're not originals :(. Where did you buy it??
Thanks for the post! Appreciate it. I am redesigning my wind simulator for my DIY Motion Racing RIG and bought a few MM's to connect up to ARD. Try it this weekend! DMAX!
How many MM boards worked correctly? I should be getting 1 from amazon today and hoping its fully functional for my 200 cfm 120mm wind sim fans
I should update the single MM board I got has worked flawlessly for the past 5 months
A bit of help please.
I have just built my own wind simulator using 2x Seaflows 270cfn, Arduino Uno and Monster Moto.
The issue I have is that the left fan isn't turning (A1/B1).
I know the fan itself is ok as I swapped them around on the terminals and then the left worked (and right stopped).
I tried using it with SimFeedBack and Sim hub.
The soldering looks fine.
Am I missing off something simple or is it most likely my Arduino or MM is faulty?
can someone explain the need of those 2 resistors at 1:27 ?
so after adding the shield, i wont be able to use the pins in the arduino anymore?
You can use all Analog A0 to A5 pins And also use these pin 0,1,2,3,10,11,12,13 according to given link--> in.pinterest.com/pin/459578336979649672/
@@ErcomsRoboticsLab27 hello, thanks for responding.
SO instead of mounting the shield on like normally, i can just connect those pins u used using a male to female wires?
@ErcomsRoboticsLab27 hello
So i just connected them as shown in the link u sent. I applied the code u used in the video but it didnt seem to work. I didnt have connections on the A0 and A1 cuz i dont have those variable resistors u showed in your diagram.
Could u help me? Thanks
nice tutorial
just one question, can one use servo.write or servo.writeMicroseconds ??? thanks for your time, and do not stop your GOOD WORK !!!
This moto shield use for 2 dc motor or 1 steppermotor
@@ErcomsRoboticsLab27 i know that, next two weeks i will try it out with a servo and have a good day !!!
How you controlling the direction... and can't we control its direction using joystick
Question, can you use two motor shields in one arduino together and how will you make the connections and the program?
Yes you can use 2 shields
www.google.com/search?q=arduino+with+2+moto+motor+shield+circuit+diagram&tbm=isch&ved=2ahUKEwiBy4WJg9zlAhXpBrcAHQlQA3oQ2-cCegQIABAC&oq=arduino+with+2+moto+motor+shield+circuit+diagram&gs_l=mobile-gws-wiz-img.3..30i10.31624.38710..40241...0.0..0.391.2535.0j7j4j1......0....1.........35i304i39j0i333j33i10.ZEVihmSF7B4&ei=jBzGXYHVKOmN3LUPiaCN0Ac&bih=560&biw=360&client=ms-android-lenovo#imgrc=l85VUFff1SZBZM
Thank You
Really helped a lot
Hi, i just bought this shield but the problem is when I attach the motors they go forward in exact same speed but when I reverse them. One motor is slow as compared to the other.
Pls check you code again
How many volts does the shield can drive?
upto 25 volts
@@ErcomsRoboticsLab27 EXACTLY...AND THE BEAUTIFUL PART IS CONSISTENT 14AMPS...
nice beta
Adaptor se UNO per power supply Dena must hai?
Yes
Mera or ek querie Kay aap ka phone number mil shakta hai?
@@AnowarHossain-gs8rbsee in my website
where did you buy it? I bought two but dont work :(. I want to know another web site to buy it
Check your code and power supply properly again
@@ErcomsRoboticsLab27the code is good and the power is a lipo 14.1V 2000mah, and the motors are tiny, soo I bought two shields, and each one costed 12 dollars, maybe they're not originals :(. Where did you buy it??
how monster moto shied connect to raspberry pi ?
Yes
Can I get the code?
void setup()
{
digitalWrite(4,0);
digitalWrite(7,0);
digitalWrite(8,0);
digitalWrite(9,0);
}
void loop() {
/////////////////////////////
digitalWrite(7,1);
digitalWrite(8,0);
digitalWrite(4,1);
digitalWrite(9,0);
analogWrite(5,255);
analogWrite(6,255);
delay (2000);
////////////////////////////////
digitalWrite(7,0);
digitalWrite(8,1);
digitalWrite(4,0);
digitalWrite(9,1);
analogWrite(5,255);
analogWrite(6,255);
delay (2000);
}
can I get this simple code, please....
may I get the code please