ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Best tutorial for controlling dc motor with joystick! I tried your code and it worked perfectly and it helped me understand the code a little better
Thanks, I appreciate it
Saludos desde Colombia muchas gracias por compartir, gran explicación y trabajo
Crystal clear explaining for beginners. Thanks
Good job. I was thinking if you could use the Infrared in this project.
hi what value would I use if i wantef to use the y instead of the x
Just use the Ypin of the joystick 🕹
Code is not working
What kind of wire did you use to connect the motor to the l298n
Simple Jumper wires!But it doesn't matter if you have different ones.
I have the same motor controller but mine came in a kit and it has click connectors instead of separate pins. WIll it still work for this project?
The only video that worked for me tbh, thank you
No problem 😊
good project. in this project how can I add potentiometer for speed control instead of joystick and also motor automatically reverse forward and delay cycle code change. please reply
Brilliannt, thanks for the map function!
No worries!
Hey I wanted a help in unity 3d endless runnerI made multiple jump animationsCan I make unity play them randomly?And how?
Which port we need to select?
Check out my first tutorial
Can we control the same using a mobile Application with 4G module..??
dabble app
I need this but with a roboclaw motor driver not the L298N
Thank you for the clarity
Any time!
Thank you man, that was excellent 💓
My pleasure!
code ????
I relate to this
Hi, thank you for sharing, can you share the code please...Thank you
Bro pls share the code man
int speedPin = 3;int dirPin1 = 4;int dirPin2 = 5;int readPin = A0;int readValue;void setup () { // put setup code here pinMode (speedPin, OUTPUT); pinMode (dirPin1, OUTPUT); pinMode (dirPin2, OUTPUT); pinMode(readPin, INPUT); analogWrite(speedPin, 60); digitalWrite(dirPin1, HIGH); digitalWrite(dirPin2, LOW);}void loop () { // put main code here readValue = analogRead(readPin); if(readValue < 400) { analogWrite(speedPin, map(readValue, 0, 400, 255, 60)); //map(readValue, 0, 400, 255, 60); digitalWrite(dirPin1, HIGH); digitalWrite(dirPin2, LOW); }else if(readValue
No me funciono la programación
thanks
No problem
Ajoyib
Geeeeeniuuuus
Best tutorial for controlling dc motor with joystick! I tried your code and it worked perfectly and it helped me understand the code a little better
Thanks, I appreciate it
Saludos desde Colombia muchas gracias por compartir, gran explicación y trabajo
Crystal clear explaining for beginners. Thanks
Good job. I was thinking if you could use the Infrared in this project.
hi what value would I use if i wantef to use the y instead of the x
Just use the Ypin of the joystick 🕹
Code is not working
What kind of wire did you use to connect the motor to the l298n
Simple Jumper wires!
But it doesn't matter if you have different ones.
I have the same motor controller but mine came in a kit and it has click connectors instead of separate pins. WIll it still work for this project?
The only video that worked for me tbh, thank you
No problem 😊
good project. in this project
how can I add potentiometer for speed control instead of joystick and also motor automatically reverse forward and delay cycle code change. please reply
Brilliannt, thanks for the map function!
No worries!
Hey I wanted a help in unity 3d endless runner
I made multiple jump animations
Can I make unity play them randomly?
And how?
Which port we need to select?
Check out my first tutorial
Can we control the same using a mobile Application with 4G module..??
dabble app
I need this but with a roboclaw motor driver not the L298N
Thank you for the clarity
Any time!
Thank you man, that was excellent 💓
My pleasure!
code ????
I relate to this
Hi, thank you for sharing, can you share the code please...Thank you
Bro pls share the code man
int speedPin = 3;
int dirPin1 = 4;
int dirPin2 = 5;
int readPin = A0;
int readValue;
void setup () {
// put setup code here
pinMode (speedPin, OUTPUT);
pinMode (dirPin1, OUTPUT);
pinMode (dirPin2, OUTPUT);
pinMode(readPin, INPUT);
analogWrite(speedPin, 60);
digitalWrite(dirPin1, HIGH);
digitalWrite(dirPin2, LOW);
}
void loop () {
// put main code here
readValue = analogRead(readPin);
if(readValue < 400) {
analogWrite(speedPin, map(readValue, 0, 400, 255, 60));
//map(readValue, 0, 400, 255, 60);
digitalWrite(dirPin1, HIGH);
digitalWrite(dirPin2, LOW);
}else if(readValue
No me funciono la programación
thanks
No problem
Ajoyib
Geeeeeniuuuus