Arduino 4WD RC Car | Joystick Shield + Arduino Uno + nRF24L01

  Рет қаралды 65,203

Andriy Baranov

Andriy Baranov

Күн бұрын

Пікірлер: 85
@nialnial7867
@nialnial7867 4 жыл бұрын
The 2nd link in wiring diagram is not getting... Please help
@ragunathanmurali7663
@ragunathanmurali7663 6 жыл бұрын
The pin configuration in the wiring diagram differs from the code pls help!!
@DannyHooster
@DannyHooster 6 жыл бұрын
I made this project and it did not work. I do not know why. I copied the code for the joystick and the car does not work. I think I have a problem with the library. The transmitter and the emitter do not communicate. When I put the battery (12v) in the controllers of the L298N motors, one of the four motors starts to turn without order with the joystick. Please Someone can explain me what is wrong? thanks
@xtero6003
@xtero6003 6 жыл бұрын
tube el mismo problema, sigo los pasos y no responde a ninguna funcion
@Furkan-hd2rh
@Furkan-hd2rh 6 жыл бұрын
Hello did you fix that problem i have the same issue. İf so , can you help
@justaguy6100
@justaguy6100 4 жыл бұрын
It's interesting rather than using steering servos you use friction to control steering. I realize servos raise the price of the car (more parts, more control points), but it works well and I applaud you.
@zamharilbustamam8674
@zamharilbustamam8674 6 жыл бұрын
hey sir can i get the libries nrf24l01
@kierjexterbagunu7347
@kierjexterbagunu7347 6 жыл бұрын
hi. are you encountering a problem in their communication? for example, the motor will automatically start even if i am not pressing the button. thank you
@veyselaksoy6558
@veyselaksoy6558 7 жыл бұрын
Did you use your car with number of 255 or less than that?Did you use PWM signal to decrease the power of your wheels' motor?
@AndriyBaranov
@AndriyBaranov 7 жыл бұрын
yes, you can find it in the code. For examle: #define ENA_m1 5 // Enable/speed motor Front Right #define ENB_m1 6 // Enable/speed motor Back Right #define ENA_m2 3 // Enable/speed motor Front Left #define ENB_m2 9 // Enable/speed motor Back Left / Convert the declining Y-axis readings for going backward from 470 to 0 into 0 to 255 value for the PWM signal for increasing the motor speed speedRight = map(yAxis, 470, 0, 0, 255); speedLeft = map(yAxis, 470, 0, 0, 255); analogWrite(ENA_m1, speedLeft); // Send PWM signal to motor A analogWrite(ENB_m1, speedLeft); analogWrite(ENA_m2, speedRight); // Send PWM signal to motor B analogWrite(ENB_m2, speedRight);
@veyselaksoy6558
@veyselaksoy6558 7 жыл бұрын
Andriy Baranov but it seems me slow.You used 4 dc motor ,right?
@AndriyBaranov
@AndriyBaranov 7 жыл бұрын
yes. to increase the speed you need to use 12V for motors
@AndriyBaranov
@AndriyBaranov 7 жыл бұрын
I used 8V
@capturecoder
@capturecoder 6 жыл бұрын
can u tell me why 2 motor driver is used i ha seen many video with one driver any reason
@sanjitkumarpattanayak3647
@sanjitkumarpattanayak3647 6 жыл бұрын
N4TECH yes I have the same question... anybody ....???
@aliraad2114
@aliraad2114 5 жыл бұрын
because every one has his one code
@bamzzbambangsubagyo3046
@bamzzbambangsubagyo3046 4 жыл бұрын
I try both of your code to my project, but the motors still cannot move. I read car receiver still show the zero value in the X & Y axis when I move the joystick. Could you help to to solve that? Thanks
@rusithmadhuranga9903
@rusithmadhuranga9903 6 жыл бұрын
Hi,I want to made this car by using one L298N with H bridge motor connection.pleaze give me a code for it
@AndriyBaranov
@AndriyBaranov 6 жыл бұрын
Hi! Try this one: drive.google.com/file/d/1-dVjjjlY8RJxJ4kvSVeSQmEQXcQZE9c6/view?usp=sharing but I did not check it
@Microsree28134
@Microsree28134 6 жыл бұрын
Sir where the jumper wire used in arduino uno 1,you mentioned is that remove the jump wire from pin 0 and 1 from arduino ,i cant see any jumper wire in diagram
@kevinlincon8340
@kevinlincon8340 6 жыл бұрын
TEM COMO FAZER UM CARRO COM DUAS RODAS?
@ukhindaffa1007
@ukhindaffa1007 6 жыл бұрын
All my connections are fine but still can not control it with a joystick. I do not understand if CODE is problematic or NRF. Still can not control through the joystick via NRF.motor right spin backwards when the code in uploud.
@myonline88
@myonline88 6 жыл бұрын
Sir please help me. I have built 3 Arduino robot cars and I have problems in all of those three. Here is my problem: for Forward and Backward command both motor runs normally, but for Left and Right command both motors run ridiculously slow. What could be the cause?
@shashankverma2553
@shashankverma2553 4 жыл бұрын
why you doesn't use power bank in car, it will be more lasting then two cells.
@ukhinrizqi6604
@ukhinrizqi6604 6 жыл бұрын
sir i have followed your diagram. after i enter the code into arduino car.motor the right front of the rear rotate and hold even if the state stopped .. why yes sir.?
@mishasoika6145
@mishasoika6145 4 жыл бұрын
Can Arduino Uno+Joystick shild+nrf24l01 be powered with 9 volt battery?
@khaledbaraja1480
@khaledbaraja1480 6 жыл бұрын
Hi sir.. i think there are wrong on your code. For the example #define ENB_m1 is not 6. Is 10. 6 is for CE pin. Am already follow your step correctly but still not working good. My car not moving correctly even the light and horn not working. Can you please double check your code to get matching with your picture diagram. Thanks..
@AndriyBaranov
@AndriyBaranov 6 жыл бұрын
Ok.I`ll check it
@AndriyBaranov
@AndriyBaranov 6 жыл бұрын
Thanks, you were right. Try this one: drive.google.com/file/d/1SZCIFL2RSWMKdzMuzl8uoe9Mcfr8pkGu/view?usp=sharing
@khaledbaraja1480
@khaledbaraja1480 6 жыл бұрын
Andriy Baranov thank you so much sir. I will try it tomorow.
@khaledbaraja1480
@khaledbaraja1480 6 жыл бұрын
Andriy Baranov its working sir. 100% all works good. Thank you. But how if i use more voltage ( i use 3x 18650 3.7v battery) it save or no? Before that i use same like you just use 2x 18650 battery.
@AndriyBaranov
@AndriyBaranov 6 жыл бұрын
For this connections Max Voltage is 12V
@nurbanarohim8073
@nurbanarohim8073 6 жыл бұрын
What components are used for the receiver
@AndriyBaranov
@AndriyBaranov 6 жыл бұрын
The same Arduino Uno R3 Board & NRF24L01+PA+LNA
@muhammadhaziqmohdnoor6868
@muhammadhaziqmohdnoor6868 4 жыл бұрын
Sir can i replace arduino uno with an arduino mega
@khankhan-xx6wv
@khankhan-xx6wv 6 жыл бұрын
How to fix six motors
@TheGaavtiKalakar
@TheGaavtiKalakar 7 жыл бұрын
plz mention d Libraries for d rc car
@idvfpv
@idvfpv 4 жыл бұрын
no libraries needed!
@razoahmed8864
@razoahmed8864 6 жыл бұрын
My all connection are okay but still not able to control it by joystick. I didnt understand either CODE is problem or NRF . For double sure i bought 2 pairs NRF module. Still not able to control through joystick over NRF.
@ukhindaffa1007
@ukhindaffa1007 6 жыл бұрын
right with me
@Shootmaster1616
@Shootmaster1616 7 жыл бұрын
How much voltage batteries we should use for car
@AndriyBaranov
@AndriyBaranov 7 жыл бұрын
I use Li-Ion 18650 x2
@Shootmaster1616
@Shootmaster1616 7 жыл бұрын
What codes we should write for remote please send
@AndriyBaranov
@AndriyBaranov 7 жыл бұрын
drive.google.com/file/d/1gMN-BhOMtqBxmb0_s2k28k7Dj1kO0Ebr/view?usp=sharing
@Shootmaster1616
@Shootmaster1616 6 жыл бұрын
We can use Arduino Uno for remote please reply
@ukhindaffa1007
@ukhindaffa1007 6 жыл бұрын
accidentally pin 0.1 do not I loose when uploading code is it problematic?
@intelligentcam
@intelligentcam 6 жыл бұрын
How to add Remote distance
@Shootmaster1616
@Shootmaster1616 7 жыл бұрын
We want to copy the code for remote
@AndriyBaranov
@AndriyBaranov 7 жыл бұрын
Yes, of course, links are under the video
@Shootmaster1616
@Shootmaster1616 6 жыл бұрын
It's not opening
@Shootmaster1616
@Shootmaster1616 6 жыл бұрын
Send me the codes
@Dr.Doom01
@Dr.Doom01 5 жыл бұрын
there is problem in the code
@Shootmaster1616
@Shootmaster1616 6 жыл бұрын
We can use another modal nrf
@AndriyBaranov
@AndriyBaranov 6 жыл бұрын
yes
@Shootmaster1616
@Shootmaster1616 7 жыл бұрын
Nice but how to do the car collections please reply
@AndriyBaranov
@AndriyBaranov 7 жыл бұрын
Link for Wiring Diagram under the video: drive.google.com/file/d/1oBC-Hr99Ey_G2RMPbVJvg_0tNISecEYu/view?usp=sharing
@AndriyBaranov
@AndriyBaranov 7 жыл бұрын
More details: www.hackster.io/andriy-baranov/arduino-4wd-rc-car-639953
@--3D
@--3D 4 жыл бұрын
Awsome video, If u have sometime I need your help please. I´m trying to adapt a hoverboard to my wheelchair to make an electric wheelchair because I can´t afford one. I´d like to know how to control the hoverboard with a joystick. Thank u very much!!!
@gyanaranjanpanda9078
@gyanaranjanpanda9078 7 жыл бұрын
you are best. nice car , sir how many meter its antenna range ???
@AndriyBaranov
@AndriyBaranov 7 жыл бұрын
up to 1 km
@gyanaranjanpanda9078
@gyanaranjanpanda9078 7 жыл бұрын
Andriy Baranov thank you, can I secure my connection between two nrf240L transreciver... how used code...
@gyanaranjanpanda9078
@gyanaranjanpanda9078 7 жыл бұрын
can I use one l298N motor driver instead two..
@AndriyBaranov
@AndriyBaranov 7 жыл бұрын
yes, but you have to change the code
@gyanaranjanpanda9078
@gyanaranjanpanda9078 7 жыл бұрын
Andriy Baranov I want use Nokia 5110 display module in joystick shield...can you tell how it's use and give me code..... please
@РоманПугачев-я1п
@РоманПугачев-я1п 7 жыл бұрын
Ты один, кто сделал не рулевую машинку на Р/У
@ВесёлыеРазноцветы2
@ВесёлыеРазноцветы2 6 жыл бұрын
Круто вышло!!!
@AndriyBaranov
@AndriyBaranov 6 жыл бұрын
Спасибо!
@ВесёлыеРазноцветы2
@ВесёлыеРазноцветы2 6 жыл бұрын
Это я друг Лёвы)
@TutocarloCV
@TutocarloCV 6 жыл бұрын
nice
@xtero6003
@xtero6003 6 жыл бұрын
Señor saludos desde Argentina, probe el codigo y no me funciono, corregi los Enable como puso en : drive.google.com/file/d/1SZCIFL2RSWMKdzMuzl8uoe9Mcfr8pkGu/view?usp=sharing en el link y no tube resultados , probando el Joystick con el monitor serial , me indica que funciona bien el programa de EMISIÓN, asi que lo mas probable es que el error se encuentre en la parte de Recepción.
@xtero6003
@xtero6003 6 жыл бұрын
PD: utilizo Arduino R1 para Joystick y Otro NANO para la recepción, Puede ser ese el problema?
@Aditya-xp6sz
@Aditya-xp6sz 6 жыл бұрын
Drifting...... L
@nialnial7867
@nialnial7867 4 жыл бұрын
Plss
Joystick shield and nRF24L01+ tranceiver
9:02
whizzbizz
Рет қаралды 16 М.
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
cable receiver  broken  connector  of the signal antenna  repair
11:22
Управление моторами с Arduino
15:44
Заметки Ардуинщика
Рет қаралды 519 М.
DIY Arduino RC Receiver | Radio Control for RC Models and Arduino Projects
15:26
Arduino Wireless Joystick Shield Car nRF24L01 Transceiver
7:36
Viral Science - The home of Creativity
Рет қаралды 23 М.
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 6 МЛН
How to make RC Control with Arduino? (NRF24L01 Wireless Module)
17:57