Hey @techathome could you help me? I am making a tank with the same mechanics as shown in your video but I want to add another moter, one servo and a way to shoot a gun using a nichrome wire. I am useless at doing any type of coding, would appreciate it if you helped *Edit: not an actual gun just a model one using flash cotton to shoot a small metal bearing
@@techathome all works great as shown in your vid , im useless at any form of coding , how would i be able to connect up another motor driver and control 4 motors independently ?
Thank you♥ I would suggest you to check this one more way which is more powerful and has precise control without using Arduino: th-cam.com/video/8b-mvYnyfhc/w-d-xo.html Four wheel robot: th-cam.com/video/m9Lq-QADP9A/w-d-xo.html
Thanks so much for the upload, great step by step explanation! I also have a Fly-Skyi6 and have been looking for something to implement with. This will be significant for the start of my project!
I really like this lesson and I am studying UNO ,AVR 328. I have a question signal output digital pin 4 and pin 7 right? signal output pin 5,6 PWM right? If want to control something else what should I do pin4 ,5 pin 7,6. If I don’t have motor driver
When I tried this I was using analog A0 for the flysky signal and digital read function that reads like analog in and maps it to the outputs. It didn’t work that way but now I found this video thanks. But why does analog read for A0 not work.
I made it but the motors started rotating as soon as I connected the battery, I turned on the elivon and checked every connection. I used 5v bo motors in it is that why it's not working? Please reply 🙏🙏🙏🙏
Yes you can use any transmitter, Make sure correct receiver output is used. Also, in the code we have used values for comparison, those values you can print on serial monitor and edit accordingly for your Transmitter.
I can't seem to get the code file to work. I can see the code in your video through the (if) line. Any chance someone help with the remainder? I built a project with the exclusion of an arduino because code for the project would've been way outside my ability but the last item, linear actuator, has forced me to use an arduino. I can do small simple and hopefully at some point do a more complex code on my own in a future project. I just haven't progressed thar far. Harder for older people to grasp this but I'll get there
U can make using 5v relay module with Arduino You can assign Channel 5 to Switch A in transmitter for switching on/off the LED strip In Arduino code, you have to read channel 5 (just do as other Channel in the code ) Use if statement and you can activate relay according to value
Sir with the same code only one motor is running I have checked the motor driver and the motors are okay. What can be the problem sir? Is their any issue with the code
Hello brother! Actually I was planning to make a remote controlled bike using a bo-motor and a servo motor to turn the handle connected with CT6B receiver, so wat should be the connection of bo-motor and receiver..... Cuz bo-motor don't have signal pin Em not getting wat to do so pls assist me 🙏🙏🙏
@@techathome thanks for the reply!! bro as I am making a bike..... using any kind of Arduinos makes my bike bulky....so is there any idea other than Arduino???? Pls suggest
@@techathome thanks for reply brother!! if I use Arduino nano I must compulsorily use any of motor driver viz. L298N....it definitely makes my bike bulky.... Okay wait!!, I also have an alternative way of making RC bike by using HC-50 bluetooth module without using any receiver....but wires and connections makes bulky....so wat do u suggest for tat
Yes it will work, But 2 things to take care, 1. Print the values from both channels on serial monitor(Just uncomment serial.print lines in the code) and based on the values coming from your receiver, edit values in if statements. 2. For robotic movements, check how to mix two channels in ct6b
Yes same code Connect another motor in parallel to left motor Similarly, on the right side I guess I have shown in the video somewhere about connection of 4 motors
Control DC motors with seperate sticks for pan and tilt application : th-cam.com/video/pnSPDeeDyxs/w-d-xo.html
Hey @techathome could you help me? I am making a tank with the same mechanics as shown in your video but I want to add another moter, one servo and a way to shoot a gun using a nichrome wire. I am useless at doing any type of coding, would appreciate it if you helped
*Edit: not an actual gun just a model one using flash cotton to shoot a small metal bearing
I wish there was more videos like this. He is very good at explaining things thank you
Thank you
this is exactly what iv been searching weeks for :) thank you very much , i will update if all works once my driver arrives :)
Welcome
@@techathome all works great as shown in your vid ,
im useless at any form of coding , how would i be able to connect up another motor driver and control 4 motors independently ?
Great video+explanation+presentation! Thank you for sharing! Well done mate - NEW SUB 🙏🏻
Thank you♥
I would suggest you to check this one more way which is more powerful and has precise control without using Arduino: th-cam.com/video/8b-mvYnyfhc/w-d-xo.html
Four wheel robot: th-cam.com/video/m9Lq-QADP9A/w-d-xo.html
Thanks so much for the upload, great step by step explanation! I also have a Fly-Skyi6 and have been looking for something to implement with. This will be significant for the start of my project!
Your welcome
super bro we use this brush cutter , how to control engine on off and exalter....pl clarify.
Bro thank you soo much you saved my money of buying brushed esc 🗿🗿🗿
Welcome
thank you soo much buddy this will help me a lot to complete my project
Welcome ❤️
I really like this lesson and I am studying UNO ,AVR 328. I have a question signal output digital pin 4 and pin 7 right? signal output pin 5,6 PWM right? If want to control something else what should I do pin4 ,5 pin 7,6. If I don’t have motor driver
Best explain I liked it
I wanted this only
Thanks brother 🙏 💙 ❤️
Welcome
Thank you very much mate, great video, program works, I have been able to control 2 dc motors with a flysky transmitter
Welcome ❤️
so if we move the joystick in upper left diagonal direction, will it do both forward and left simultaneously??
This scenario is not handled in the code. Logic need some update for this case.
@@techathome got it
hello techathome. Does this also work with the fs ia6 instead of the fs ia6b receiver that you have used? Thanks
Yes, but one suggestion.
Instead of this solution, check one more latest video which doesn't require Arduino: th-cam.com/video/m9Lq-QADP9A/w-d-xo.html
Question, does this devive work with any type of receiver? For example a Futaba?
Yes it will work. But you need to print and check the values coming from your receiver and update the same in the code (if statements).
How would I control 4 dc Motors seperately using the same method?
i would also like to know this , please let us know if you have it figured out
@@MBR-and-R put values and define each motor and repeat the same i coded my drone using this
Is it possible to control the speed of the motors according to the stick movement in transmitter
L298N was not able to handle properly.
I have already done updated video using BTS7960 with speed control: th-cam.com/video/EnbkdrYQ0NE/w-d-xo.html
@@techathome thanks for the reply 👍
Hi cool video but I have one question. My motors working on full speed is there possible to make it that they will act as fast as moving the lever?
Thank you so much for this update video on the subject cheers!!!
Welcome
@@techathome please sir what is the name of the arduino and the other circuit board???
Arduino Uno
L298N motor driver
Bro can we connect 4 12 v dc motor and pair it by 2 2 motor in one side and another 2 in othr side of motor driver
Yes you can do that way, 2 motors in parallel
Can i use a brushless motor?
No
Sir to Receiver can we add Servo & use it.. ??
Yes
First in transmitter, got to aux channels and set channel 5 and 6 to VAR-A and VAR-B
Then connect servo to 5 or 6
@@techathome ok thank you..
What type of DC motor do you use?
12v DC geared motor 200 RPM
When I tried this I was using analog A0 for the flysky signal and digital read function that reads like analog in and maps it to the outputs. It didn’t work that way but now I found this video thanks. But why does analog read for A0 not work.
I made it but the motors started rotating as soon as I connected the battery, I turned on the elivon and checked every connection. I used 5v bo motors in it is that why it's not working? Please reply 🙏🙏🙏🙏
Check your motor trim slider or dial depending on your transmitter. Motors might move until you adjust the trim. Plenty if videos to show you how.
can i use any RC controller with its transmitter or does it have to be flysky? and if i can use any.. does the code changes?
Yes you can use any transmitter,
Make sure correct receiver output is used.
Also, in the code we have used values for comparison, those values you can print on serial monitor and edit accordingly for your Transmitter.
ok, I understand ......will it do the same when I connected with 4 motors....?
Use 12v DC Gear Motor, you can use 4 motor simultaneously, no issues
@@techathome ok thanks.....Keep replying I told you your number of vewiers will increase.
Pls yr contact no???
If I am connecting power supply to motor driver not getting the signal in Arduino.
Every connection were perfect.
What to do?
Will this work with fsi4x
Yes
Can i use this with nrf24l01 transmitter and receiver?
To control the robot I have mixed two channels,
Is that channel mixing possible from that?
No, but I want to use it with separate channels
Then this will help you: th-cam.com/video/pnSPDeeDyxs/w-d-xo.html
But modify the values based on your receiver in the code (if else statements)
Do you have any idea about controlling 6 by 6 robotics car
You have to connect 3 left motors in parallel( all positives together and all negatives together)
Repeat same for right 3 motors
I can't seem to get the code file to work. I can see the code in your video through the (if) line. Any chance someone help with the remainder? I built a project with the exclusion of an arduino because code for the project would've been way outside my ability but the last item, linear actuator, has forced me to use an arduino. I can do small simple and hopefully at some point do a more complex code on my own in a future project. I just haven't progressed thar far. Harder for older people to grasp this but I'll get there
Please create a video on... How to control led lights with flysky transmitter and receiver
When flysky with Arduino want to in increase degree servo rotation Example before servo rotation only 90 to 180 degree how to do can help me dear
Servo motor u can directly connect to your Flysky receiver. No need of arduino: th-cam.com/video/iZnQN5AmDdE/w-d-xo.html
hello can i do it with ardunio nano not uno
Yes, you can do.
Check the pins accordingly in the code as well.
I got rc motor but it's has 3 wire..can I use the motor driver?
No
@@techathome is there any motor driver for 3 wire?
There is any changes in transmitter???
Yes, Elevon mixing you have to activate.
Sir I want to add led strips lights to my robot . I should be controll with transmitter ..
Can you please tell how I should do it ?
U can make using 5v relay module with Arduino
You can assign Channel 5 to Switch A in transmitter for switching on/off the LED strip
In Arduino code, you have to read channel 5 (just do as other Channel in the code )
Use if statement and you can activate relay according to value
Great Video bro.
Thank you
Can you make one where as the motors can operate independently I am making a Pan and tilt system for my Telescope I want to control it with my skyfly
Yes we will do that tutorial
@@techathome thank you so cool
Control motors independently, Tutorial out : th-cam.com/video/pnSPDeeDyxs/w-d-xo.html
Bro please tell me how many price in sky fly transmetre and receiver
When I bought 4 years back, it was Rs 3200.
But now prices are very high
Sir with the same code only one motor is running I have checked the motor driver and the motors are okay. What can be the problem sir? Is their any issue with the code
There is no issue with code,
Have you mixed channel 1 and 2?
@@techathome how to mix sir
My motor just keeps on humming even if I changed the power supply to 12v.
what do I do?
Have you powered your Arduino and Receiver from L298N
Im trying this with the same motor driver and motors with an arduino. But my motors are only running in one direction and not the other.
Refer this video and check if your motor driver is working for both direction: th-cam.com/video/xHbsWyoijb4/w-d-xo.html
Circuit for flysky fsct6b?
Circuit remains same,
But you need to check how to mix two channels in ct6b for robotic movements
I am not able to get rx signals on my arduino....I have connected every wire correctly still i am not able to get arduino rx signal
Check if your jumper wires are fine or not using multimeter
how to change settings in CT6B transmitter like u did in ur transmitter pls help me
I have not used that,
But may be you can connect with computer, install the software given in the package and try once
Thanks very much sir, but your coding is empty. Can you sharing this forum sir?
Hello brother!
Actually I was planning to make a remote controlled bike using a bo-motor and a servo motor to turn the handle connected with CT6B receiver, so wat should be the connection of bo-motor and receiver..... Cuz bo-motor don't have signal pin
Em not getting wat to do so pls assist me 🙏🙏🙏
Servo motor directly Connect to Receiver
For BO Motor refer these video, but use( 9v battery instead of 12v)
th-cam.com/video/Pcct-0RmcZE/w-d-xo.html
@@techathome thanks for the reply!!
bro as I am making a bike..... using any kind of Arduinos makes my bike bulky....so is there any idea other than Arduino???? Pls suggest
Arduino nano you can use
@@techathome thanks for reply brother!!
if I use Arduino nano I must compulsorily use any of motor driver viz. L298N....it definitely makes my bike bulky....
Okay wait!!, I also have an alternative way of making RC bike by using HC-50 bluetooth module without using any receiver....but wires and connections makes bulky....so wat do u suggest for tat
Well done❤
Thank you
Please help me with the code of this project...... 🙏
code: drive.google.com/file/d/1eFdlvrTiEuPb1a8hdYQt5z5ig92zG8rx/view?usp=sharing
No previe available
Help me I want the code
Pls 🙏 help
Are you opening in computer or mobile?
Below that no preview available, there is download option
How to control 10 ->12v dc brushed motor with rc transmitter and receiver?
The Motor used in Video is 12v DC Motor only
Controller is only able to start the motors, but after that we can't control the direction of motors..... Not detecting the Code from else if
You can try this:
Print the values coming from channel 1 and Channel 2 on serial monitor
According to your transmitter values modify the code
Does the code work on flysky CT6B
Yes it will work,
But 2 things to take care,
1. Print the values from both channels on serial monitor(Just uncomment serial.print lines in the code) and based on the values coming from your receiver, edit values in if statements.
2. For robotic movements, check how to mix two channels in ct6b
@@techathome ok thanks a lot
Could u please make a code got a car using ct6b transmitter as the above thing what u mentioned is not working.
I don't have ct6b with me
You can mail us
I will help you there
Good information but code missing in your link
Thank you!
You have to download and extract it. Link is still available.
Also you can send mail.
what will happen if we will not mix the channel?
The motor will run separately
hi brother, do you have code for controlling speed these motors?
I tried with that, but not working properly
@@techathome i heard we need to MAP with some values (PWM)
Yes yes, we need to map the values to range 0 to 255
I did the Same
But it didn't work
else if((ch1>1530)&&(ch2>1530))
Can you explain this command? why 1530?
These are values coming from both Channel 1 and Channel 2 of receiver
You can try to print on serial monitor
Bro Arduino Code Google drive link is not opening, it is showing file unsupported
Plz give me one more link for this
Can you send mail: deepakhd20@gmail.com
U r from whiçh place
Karnataka
bhai backward wala kam nahi karaha hai
My not working bro, video dikhaya huaa code aalag hai or link me aalag hai
All are same.
If we are using 4 wheels, will the codes be same in arduino ???????please reply,also if the code is different,please provide the code :)
Yes same code
Connect another motor in parallel to left motor
Similarly, on the right side
I guess I have shown in the video somewhere about connection of 4 motors
@@techathome thank you ,it is working fine ....😊
Браво!Може ли проекта да се осъществи с Flysky FS GT3C Remote Control 3 Channel?Ще бъда благодарен за отговор.Поздрав Д.Дяков
Thank you for good information.
Welcome
Ic Is getting heated what to do
Which motor are you using, Jhonson motor or normal 12v DC motor?
@@techathome 12v dc motor and even 9v motor
L298N only you are using ryt??
@@techathome yaa
You can add small 12v CPU or Laptop fan near the IC
Code sahi nah I hai
thanks bro good job
Welcome
not working with gear motor
Which motor and supply are you using??
Your videos are GREAT. You have been very helpful. Can you provide Arduino code for controlling 2 BTS 7960 with RC? Please!
Thank you!
Yes I will make, My next video will be on BTS 7960
Hey bro!
My not working?
What is the error?
Bro my motor are not working
Check the values coming from your receiver by printing on serial monitor.
Based on that edit the If else statements.
Arduino code is not opening pl send it
Can you send mail.
How to control 9 motar
You need to control 9 motors seperately or how??
thank you
I will try this
Working or not ??
@@roboticlabs5822 working for me
Thank you so much!
it worked thank you
But speed control?
No, speed control we tried but not working
add subtitles to your videos.
thank you works great !
Welcome
thank you bro
Bro nanu Karnataka davanu nange ondu help madtira
yes,you can contact on instagram
good work
Thanks
GREAT CONTENT !!!!!
Thanks
Nice
🙏
add revolution controll pls xD
How this revolution control should be?
Sir give me code
It's in description
Fast
Bhai kuch jaldi reply kro
thanks for giving code and circuit for free
Welcome
@@techathome can I get circuit and code for tank that has four motors at base and one on top. Controlled by fly sky
Urgent please
Hey guys
I have also made the same robot using 4 wheels
Do check it out 🙂....