Hi, hey, do you know why my car when starting the program always rotates 2 motors without pressing any button? And why if I press any button the other two motors always turn forward? sorry if I write something wrong, I don't know very well English
There is a small issue with l298N driver they aren't supposed to handle 4 motors i had the same issue were everything goes out of control, I would say use a l298d motor shield as it supports 4 motors
@@Fe4nx Привет пишу на русском думаю у тебя есть перевод в ютубе что значит используйте щит двигателя поскольку он поддерживает 4 двигателя, можешь сказать что точно надо делать.Спабибо пожалуста мне очень нужен этот проект
@@Psevdonim-t5y Try using The L298D Motor Shield it directly attaches on to the Arduino board, Its pretty straight forward as the connection with the board itself, if u want to access more pins try attaching it to the Arduino Mega as it also supports L298D Motor Shield, or u can just assign the analog pins as digital pins 14 15 16 17 and so on.
The car is not moving. Please help. The code is working properly but no result is coming. All the connections are also correct. This project is really important for me so please help if you can, it's a humble request.
Hi bro I have did what u have said on the viedo bro everything is fine but Bluetooth is also connecting and the car is also working fine but after few second the 3 motors are working and car is going out of control and then the Bluetooth is also disconnecting bro can plz slove this problem bro but I use hc 05 bro
As soon as i turn my car on, 2 of its motors automatically start turning. It happened even the 1st time I turned it on. Neither does my car connect to my phone. What should I do?
Yes, you can he is doing the same. Remeber the (+) supply on the vin pin and (-) supply on any of the ground pin the Arduino UNO itself will adjust the voltage. For more check out the Arduino IDE site.
``` #include // Bluetooth module pins #define RX 10 #define TX 11 // Motor driver pins #define leftMotor1 3 #define leftMotor2 4 #define rightMotor1 5 #define rightMotor2 6 SoftwareSerial bluetooth(RX, TX); void setup() { // Set motor driver pins as outputs pinMode(leftMotor1, OUTPUT); pinMode(leftMotor2, OUTPUT); pinMode(rightMotor1, OUTPUT); pinMode(rightMotor2, OUTPUT); // Initialize the Bluetooth module bluetooth.begin(9600); } void loop() { if (bluetooth.available()) { // Read the incoming command char command = bluetooth.read(); // Move the car according to the command switch (command) { case 'F': forward(); break; case 'B': backward(); break; case 'L': left(); break; case 'R': right(); break; case 'S': stop(); break; } } } void forward() { digitalWrite(leftMotor1, HIGH); digitalWrite(leftMotor2, LOW); digitalWrite(rightMotor1, HIGH); digitalWrite(rightMotor2, LOW); } void backward() { digitalWrite(leftMotor1, LOW); digitalWrite(leftMotor2, HIGH); digitalWrite(rightMotor1, LOW); digitalWrite(rightMotor2, HIGH); } void left() { digitalWrite(leftMotor1, LOW); digitalWrite(leftMotor2, HIGH); digitalWrite(rightMotor1, HIGH); digitalWrite(rightMotor2, LOW); } void right() { digitalWrite(leftMotor1, HIGH); digitalWrite(leftMotor2, LOW); digitalWrite(rightMotor1, LOW); digitalWrite(rightMotor2, HIGH); } void stop() { digitalWrite(leftMotor1, LOW); digitalWrite(leftMotor2, LOW); digitalWrite(rightMotor1, LOW); digitalWrite(rightMotor2, LOW); } ``` In this code, the `setup()` function initializes the Bluetooth module and sets the motor driver pins as outputs. The `loop()` function reads incoming commands from the Bluetooth module using `bluetooth.read()` and calls the appropriate function to move the car. The `forward()`, `backward()`, `left()`, `right()`, and `stop()` functions set the appropriate motor driver pins to control the car's movements. For example, the `forward()` function sets the left motor's "forward" pin to `HIGH` and its "backward" pin to `LOW`, and does the same for the right motor. This causes the car to move forward. To control the car from a smartphone app, you'll need to send single-character commands to the Bluetooth module. For example, you could send the letter "F" to move the car forward, "B" to move it backward, "L" to turn left, "R" to turn right, and "S" to stop the car.
@@beko466 bro try to change the battery and also connect the remaining pin of l298n together. Connect enb to the pin behind it and also ena to spot behind it
I see he has successfully made fool of all those who tried through this video totally. Lucky me, not even tried through this video otherwise God knows where to send this rich soul after his time.
It's best 👍🏼 but Trun problem So Solution plz 🙄 Phir Bhi Not Bad Aapki Mushkil ke liye 👍🏼 Ek like to banata 😁 hai
Nice Car I like it 🤩😘
Thanks
You helped me pass my assignment thank you 🎉🎉
I watched so much videos but dont found a clear and good circuit diagram like in this video so thank you so much
Nice vedio 😎😍😍😍
Thanks
you are such good mechanic i will like and subescribe
Thanks
Batteries are in Series or Parallel ?
How to download AF Motor Library ?
Pls reply..
Thanks !
I am having the same issue
hi, please the Bluetooth connection connect and then disconnect quickly , what is the problem ?
Nice 👍👍👍❤❤
Thanks
Ok
gracias amigo. eres un crack. Dios te bendiga
Out of this world 👍👌
When you were connecting Bluetooth Module to Arduino uno through Jumper wires, then from where did other 2 jumper wires come from?? Pls reply.
after you connect the power the TX go to RX and the board and then RX go to TX
Can we use any other Arduino controlling app ?
Tu video ya no tiene función en la actualidad. Sería una buena idea que actualizaras con los programas actuales.
HM 10 bluetooth module वापरला तर चालेल का?
Can i use hc 05?
Hi, hey, do you know why my car when starting the program always rotates 2 motors without pressing any button?
And why if I press any button the other two motors always turn forward?
sorry if I write something wrong, I don't know very well English
There is a small issue with l298N driver they aren't supposed to handle 4 motors i had the same issue were everything goes out of control, I would say use a l298d motor shield as it supports 4 motors
@@Fe4nx Привет пишу на русском думаю у тебя есть перевод в ютубе что значит используйте щит двигателя поскольку он поддерживает 4 двигателя, можешь сказать что точно надо делать.Спабибо пожалуста мне очень нужен этот проект
@@Psevdonim-t5y Try using The L298D Motor Shield it directly attaches on to the Arduino board, Its pretty straight forward as the connection with the board itself, if u want to access more pins try attaching it to the Arduino Mega as it also supports L298D Motor Shield, or u can just assign the analog pins as digital pins 14 15 16 17 and so on.
@@Fe4nxспасибо
ممكن دزلي الكود
Nice 😍😍
Thanks
Nice
Thanks for links and the explanation, very good video 👍
Glad it was helpful!
Can i get the link of that program for that rc Bluetooth car?
Nice one
Thanks
If possible, make a video of turning on the Japanese fuel engine
Very good
Thanks
Thank you🙏
At 5:24 in the video Where do you poke 2 jumpers
The car is not moving. Please help. The code is working properly but no result is coming. All the connections are also correct. This project is really important for me so please help if you can, it's a humble request.
mee to brother, u know what the issue was?
Thanks bro , You helped me much , I am a beginner
Does hc 05 work too
Хорошо❗️❗️❗️🔥🔥🔥🔥👍
can you give me the circuit diagram your videos are superb good luck
hi i connected all wires corect and i desconnectd the hc-05 and instal the library but the motors doesn't working
yeah brooo
😍😍😍love
Same 😍😍😍
In how much cost it can be made?
Now 5000 rupies
Can use power bank..
5:29 You're welcome.
Bro can control with accelerometer/gyro??
bro i have a 6v battery. will it work?
Yes
Nice👍👍💟👎
Thanks bro
Can i ask about the application for the control?
Which wires are connected to the switch
did you know????
Hi bro I have did what u have said on the viedo bro everything is fine but Bluetooth is also connecting and the car is also working fine but after few second the 3 motors are working and car is going out of control and then the Bluetooth is also disconnecting bro can plz slove this problem bro but I use hc 05 bro
Same problem have u solved it?
Nice car
Thanks
Can i use 9V battery?
Bluetooth connection lost after sometimes....what we need to do??
una pregunta el interruptor por donde se conecta?
As soon as i turn my car on, 2 of its motors automatically start turning. It happened even the 1st time I turned it on. Neither does my car connect to my phone. What should I do?
how many mAh does the battery have?
3.7volt Battery use
In the video you used hc-06 but in the description you said you need hc-05
Does hc 05 works?
does hc-05 work?
@@beko466
Can i use four AA battary for car?
Yes bro
@@pushplatatyagi5293 omg bro you are so fast bro thanks
thank you bro
thanks bro
Battery koto v ar use korbo plz reply?love from bangladesh.ami Jani apone Bangladeshi
Recharging 3.7volt Battery Using Sir This cars
@@CrazyThink360 thx bro I will subcribe you channel 😍😍😍😘😘🥰🥰
Can I use 3.7v 2500mAh battery?(mobile battery)
Hi, I according to your code and diagram build the car, but no any action, Pls, would you mind advice me. thank you
Its not really the real code for this
did u figure it out?
How much cost u get to build this
hello, how many volts and amps is the battery you are using?
3.7 litinum iron battery
I have I doubt how to charge batterys without removing from holder
Bhai kitna volts ke battery use ke hay
5volt to 12volt use
Awesome video bro👍👍👍 It is superb. I have one doubt though, can we use 9v battery for this??🤔🤔
Yes, you can he is doing the same. Remeber the (+) supply on the vin pin and (-) supply on any of the ground pin the Arduino UNO itself will adjust the voltage.
For more check out the Arduino IDE site.
@@diymadness5110 ok bro
It dosent work on my roboter. Im conectet with the bluetooth but it dont work. Please help
Hi! I am unable to find this app on Play Store can you recommend a solution. Thank you
Look for the apk online
Actually in the project the electric supply to arudino is not going
In which apo should we upload code?
```
#include
// Bluetooth module pins
#define RX 10
#define TX 11
// Motor driver pins
#define leftMotor1 3
#define leftMotor2 4
#define rightMotor1 5
#define rightMotor2 6
SoftwareSerial bluetooth(RX, TX);
void setup() {
// Set motor driver pins as outputs
pinMode(leftMotor1, OUTPUT);
pinMode(leftMotor2, OUTPUT);
pinMode(rightMotor1, OUTPUT);
pinMode(rightMotor2, OUTPUT);
// Initialize the Bluetooth module
bluetooth.begin(9600);
}
void loop() {
if (bluetooth.available()) {
// Read the incoming command
char command = bluetooth.read();
// Move the car according to the command
switch (command) {
case 'F':
forward();
break;
case 'B':
backward();
break;
case 'L':
left();
break;
case 'R':
right();
break;
case 'S':
stop();
break;
}
}
}
void forward() {
digitalWrite(leftMotor1, HIGH);
digitalWrite(leftMotor2, LOW);
digitalWrite(rightMotor1, HIGH);
digitalWrite(rightMotor2, LOW);
}
void backward() {
digitalWrite(leftMotor1, LOW);
digitalWrite(leftMotor2, HIGH);
digitalWrite(rightMotor1, LOW);
digitalWrite(rightMotor2, HIGH);
}
void left() {
digitalWrite(leftMotor1, LOW);
digitalWrite(leftMotor2, HIGH);
digitalWrite(rightMotor1, HIGH);
digitalWrite(rightMotor2, LOW);
}
void right() {
digitalWrite(leftMotor1, HIGH);
digitalWrite(leftMotor2, LOW);
digitalWrite(rightMotor1, LOW);
digitalWrite(rightMotor2, HIGH);
}
void stop() {
digitalWrite(leftMotor1, LOW);
digitalWrite(leftMotor2, LOW);
digitalWrite(rightMotor1, LOW);
digitalWrite(rightMotor2, LOW);
}
```
In this code, the `setup()` function initializes the Bluetooth module and sets the motor driver pins as outputs. The `loop()` function reads incoming commands from the Bluetooth module using `bluetooth.read()` and calls the appropriate function to move the car.
The `forward()`, `backward()`, `left()`, `right()`, and `stop()` functions set the appropriate motor driver pins to control the car's movements. For example, the `forward()` function sets the left motor's "forward" pin to `HIGH` and its "backward" pin to `LOW`, and does the same for the right motor. This causes the car to move forward.
To control the car from a smartphone app, you'll need to send single-character commands to the Bluetooth module. For example, you could send the letter "F" to move the car forward, "B" to move it backward, "L" to turn left, "R" to turn right, and "S" to stop the car.
Can i power the Arduino using usb laptop
@@aymanallam5305 how will the car walk tho
having a PROBLEM IN the code 'MOTOR12_1KHZ' was not declared in this scope any help?
bro everything is fine but my hc 05 module light is not blinking and its not showing on blueooth devices. can it be a battery issue?
Did u figure it out?
@@beko466 uh yes their was i just remade the project myself
@@codmhumanoid9271 mine's not blinking...I re checked the connections once..but still the same results
@@beko466 bro try to change the battery and also connect the remaining pin of l298n together. Connect enb to the pin behind it and also ena to spot behind it
@@codmhumanoid9271 I am sorry...I couldn't get it...where to connect the ena and enb
Oye en donde le conectaste el botón para encenderlo
Can I use HC-05 bluetooth module?
Did hc 05 work for you?
What is the price of this materials?
Failed uploading: uploading error: exit status 1 ye error aara hai plz koi help kro
Hey bro can I ask something about the HC06? how high is the range of connectivity between your phone and the robot?
because It is a bluetooth modul
۱۰ متر
Ótimo... like
Thanks
❤❤❤
😍😍😍
good
Thanks
Good
Thanks
My cars whell only runs on one side and even cant connect to the bluetooth :)
l am subscribe
Thanks Sir
diagramma qani
lekin zo'r
I am from mumbai
Bro program upload panna bothu error varuthu bro enna pandrathu
Can we speed up it
Anna it so nise os
𝙨𝙞𝙧 𝓳𝓲 𝓬𝓪𝓻 𝓴𝓲𝓽𝓷𝓮 𝓶𝓮 𝓶𝓲𝓵𝓮𝓰𝓲
Bro there is no app found under the link
Bro I am using 9 volt battery and it is not work😢
I finished it but I still do not know how to enter the code
can u please give me code of 2560mega without the library
De mais esta muito bom
Sir, I upload the code while blutooth module is connected . Now blutooth is not working . Plz plz plz tell me what should I do?? Plz plz
Disconnect the module before uploading
Whatvis the range
The code doesn't match like video? Is the code update?
This Code Update bro Now you are download code
@@CrazyThink360 can you share me or can i get the code?
What voltage batteries did u use?
3.7v battery
hi, does anyone have the code? the video is very good, but I can't find the code for arduino
In the description a link
amm i maked what do you do but i dont now
how to make Acrylic car floor
I see he has successfully made fool of all those who tried through this video totally. Lucky me, not even tried through this video otherwise God knows where to send this rich soul after his time.
I wonder who invented the jumper wire name as male female wire 💀😆😆
How to charge
Good good good
Thanks
Sir car work nhi kr rhi ...code or connection kai bdd bhi