thank you again sir, for sharing this project.. I have tried it and very satisfied with the result.. I'm trying to add a battery monitor on the RX side back to TX -- but I'm still working on it, having a hard time on the codes.. I'll share with you the codes as soon it works.. wish me luck..
Basically with this setup, you're only limited by the number of input/output/analog pins on your arduino. You can send any data. It's a digital radio control system. Want 15 channels? You'll need 15 input pins and 15 output pins. But be aware that some joysticks use hall effect sensors. Those work differently than potentiometer based joysticks.
can it handle 15 channels or even 1024. if you need buttons use parallers serial chips LOL for remote 74LS165 (paraller in/serial out)you can use multiple input using ehh 3 wires? for vehicle 74LS164 (serial in/paraller out)(74ls595) turn then back output pins on ardnuino not any limit you can expand input and outputs but can this wireless thing handle more than 15. dont know LOL@@Gifted_Gift
I'm very poor in this technology, I've followed all steps and builded a receiver but I'm stuck to upload receiver codes. May I respectfully request you to guide me the basic way to upload the codes, please!
Şuan bu işin maliyeti 377 TL tuttuyala😲 bu paraya 6 kanallı uzun menzilli bir kumandaya sahip oluyorsunuz! Bu devirde imkansız gibi bişi😕 her ne olursa olsun bu kanalın ve bu adamın emeği yenmez! Bu kalitede ki bir videoyu hazırladığı için ne kadar teşekkür etsek azdır😉
Meu amigo aqui e do Brasil, sou fan dos seus videos, parabéns pelo ótimo canal, ficou muito feliz que você sempre compartilhe com a comunidade os seus tutoriais que são um máximo 😎
@@Kendin-Yap hey is there is any diff if I use RC Joysticks with 5k resistor? like this : www.aliexpress.com/item/1005001616807525.html?spm=a2g0o.detail.1000014.1.133f3ae4JBVZy0&gps-id=pcDetailBottomMoreOtherSeller&scm=1007.40000.326746.0&scm_id=1007.40000.326746.0&scm-url=1007.40000.326746.0&pvid=f9d48c80-abac-4aef-9a42-631366ed2d8a&_t=gps-id:pcDetailBottomMoreOtherSeller,scm-url:1007.40000.326746.0,pvid:f9d48c80-abac-4aef-9a42-631366ed2d8a,tpp_buckets:668%232846%238114%23762&pdp_ext_f=%7B%22sku_id%22%3A%2212000018004611774%22%2C%22sceneId%22%3A%2230050%22%7D&pdp_npi=3%40dis%21EUR%2111.42%2111.42%21%21%21%21%21%402101d1b216776937474897001ed7a3%2112000018004611774%21rec%21DZ%21
Dear Kendin Yap, i like your videos very much. The best thing ist, that i can learn now, on my old days good electronic stuff that is totally new for me. But your videos are good and your website make the rest ... i will hope so ...... :) .... to build my own controller and other stuff. Thank you very much for your work ! Greets from germany, Peter
Meraba! Many thanks for your video and projects. Just, like a new idea, can you add a LCD screen for back feed with the model, such as a battery voltage and signal strength. And the selection of the model, if you will use two similar transmitters for several models at the same time?
Hello! Have you tried programming the BK2461 (FLIP51) radio module chip itself? According to the datasheet, it has 4 ports for PWM control, which is very interesting. But I can't find documentation anywhere on how to program it.
Üstad ellerine sağlık. Gerçekten güzel bir çalışma olmuş. Bir sonraki menzil testi videosunu merakla bekliyoruz. İmkanınız varsa bu sisteme birde fpv ekleseniz süper olur :))
When you solder the male pin headers for the channels on the receiver, I see you connect the signal and ground cables to the respective pins on the Arduino, but you don't connect the middle row (the red power lines) to anything on the receiver. How are your servos getting power? Do you not need to connect the power lines to power the servos? Is the signal line sufficient to power the servos? For reference, @6:23.
@@Kendin-Yap Aaaah of course! Ok that makes sense. So does that mean you are not powering the receiver with the BEC? To simplify, the BEC only powers the servos. The receiver is powered by dedicated power source (battery). BTW I really appreciate you reading and responding to my queries! I love your work!
Salam friend I like all your tutorials and your channel one of my favorites… Could you make step up USB cable dc-dc booster 5v to 12v with 1 amp or more. Please?
@@Kendin-Yap hello, thank you for the nice project and tip, one more question can I use the battery feedind DIY ESC, to feed the servos, the DIY ESC can feed the arduino?
very good video ! But Can you make an RC controller with just elementary electronic components like transistors, self, capacitors.... Without using components like NRF24l01 or arduino or or...... Please ANSWERRRRRR I am so and so interested by this 💪💪🤗
Awesome video brother , i have a doubt could use this transmitter and receiver for quadcopter . If yes could you explain that for me. It will be good if you post another video about this 😊👍
@@Kendin-Yap thanks you for your response sir, but I have one question,, if i want to use brushed motor for all channel (so i want to change all servo with motor), i must use esc in every motor like your video rc drone using this controller?
@@nightsaber2272 wow nice🤝🏾.So someone like me who wants to build something cool,what course do u think i should do?Whatd the easiest path to learn to build controls from scratch?
Hocam sayende atölyeme birçok ekipman katkısı yaptım.Kağıt öğütücü / doğrayıcı yapabilirmisiniz. Malum bazı resmi evraklar oluyor imha edecek yer veya durumumuz olmuyor.
I made this transmitter and receiver. I used the same joysticks that you provided link in description. But I'm facing a problem. The transmission system itself is working just fine. But I think there is a problem in joysticks calibration. I did some changes by checking the values of joysticks and doing amendments in the code, but there is still some problem. The first 5 channels having potentiometers are constantly getting small amount of fluctuations in their values. The channel 6 having a two position switch is working just fine. Also, when I finally did the joystick calibration by mapping the approximately correct values of joysticks, there are still a lot of fluctuations in the servos when I move the joysticks. By fluctuations I mean that the servos are not moving smooth when I move the joystick. They are like moving with rapid vibrations. Can you help me fix that?
I made this circuit 4 years ago. I don't remember having this type of problem. But using the analog pin instead of digital for the 6th channel may have caused instability. You can try a solution like this. TRANSMITTER CODE: data.aux2 = mapJoystickValues( analogRead(A7), 12, 524, 1020, true ); Replace the existing line above with the line of code below. data.aux2 = digitalRead(3); And solder the pin connection of the switch to D3 instead of A7. RECEIVER CODE: ch_width_6 = map(data.aux2, 0, 255, 1000, 2000); Replace the existing line above with the line of code below. ch_width_6 = map(data.aux2, 0, 1, 1000, 2000); If the problem is still not resolved, you may have a hardware problem. Like a broken potentiometer... NOTE: Also important are the batteries you use for the transmitter and receiver. A low C value (current strength) causes problems such as unstable operation, slow and intermittent movements).
@@Kendin-Yap Thanks for the help. Will surely try it. Also, I made the 4 channel arduino based transmitter using arduino joysticks and that's working very good. The same you made. So as you're saying this might be the real problem. Also I twisted the ground wire around MISO and MOSI pins, like you showed in your 8 channel transmitter. And the whole setup of transmitter contains a lot of wires like a mesh. Can this be also the cause of interference?
hey guys i made this radio control just like the video and its working but when i connect the antenna to transmitter it stop working . what should i do ? (the module is ok)
@@berkaypolat6621 Her evde joistik ve RC alıcılarda yok. Haklısınız ama evde yapılabileceğini söylese How to Home a make olarak başlık atar.Söylemek istediğim daha kaliteli bir video da ortaya çıkmış olur.
kendi milletimden bu kadar uğraşıp ticari amaç gütmemeniz beni şaşırttı. genelde bizim toplum iyi bişeyi bedavaya kolay kolay yapmaz. umarım hal ettiğiniz yere gelirsiniz.Tekrardan elinize emeğinize sağlık
Im very intrested in these kind of arduino based transmitter but the issue is can we optimized the code afterwards ? I have tried but the thing just didnt work propberly .
Reis bu joyistikler tükenmiş Kumandaya LED, togle anahtar ve potansimetre koymasak çalışır mı Kumandaya 9 v versek çalışır mı Yaptigin uçakları satiyor musun eğer evetse ne kadara? 800 mah batarya son hızda uçan uçağı kaç dakika çalıştırır
so even with the 3 libraries I feel like something is missing in the code. does there not need to be any other code for the NRF24 boards? the code loads in as is, but im not getting any connection.
Hi, I just made the remote control that works very well, except that the joy on the left is not at zero, but with the kk2 and not only, it oscillates between 9/10 values. I saw in the video that your radio control has in trims ... but I couldn't find them ... putting these could solve the problem of these variable values. Thanks for your reply and always great compliments for your accomplishments of which some have successfully succeeded me ... a greeting
Bonjour Mr, Cela fait un moment que je regarde vos vidéos . pouvez-vous me conseiller quel livre pour pouvoir mieux assimiler se que vous faites vu que je ne m'y connais pas.
abi arduino vin ile vccyi birleştirip 3s 11.1v lipodan escnin bec devresi sayesinde arduinoyu çalıştırabilir miyiz? ya da arduinoyu başka bir güç kaynağı ile mi çalıştırmalıyım 10vdan fazla olmayan?
ESC nin Bec devresi ile arduino çalışır. Ama NRF24 modülü için kullandığımız 3.3V çıkış pini daha düşük voltaj verir. Çok uygun değil. Harici 7-9V arası bir güç kaynağı ile daha mantıklı. Örneğin 2S lipo veya 6 AA kalem pilden oluşturulmuş batarya gibi..
@@Kendin-Yap arduinoya vin ve gnd pinlerinden harici kalem pillerden bir batarya yapsam, servolar içinde escnin bec devresindeki 3lü kabloyu kullanacağım yine değil mi?
@@GörkemKaraca-l8b GND ortaktır. ESC kablosu zaten servo pinlerine takıldığında Servolar oradan beslenir. Harici güç kaynağının artı kablosu ise sadece arduino Vin girişine bağlanmalı. GND kablosu (Toprak) ise Arduinonun herhangi bir GND pinine bağlanabilir. ESC nin artısı ile harici pilin artısı birbiri ile temas etmemeli. Yoksa sorun olur.
You can supply 5-6v external power supply from the positive (VCC) and negative (GND) inputs on the servo pin line. It doesn't matter which one. Because all GND is connected in parallel. All VCC channel pins are also connected in parallel.
Hi teacher, I did all the work that you did in this project and other projects, but it didn't work, I moved the transmitter, and I checked the Urdu and this, and the coding, but it still didn't work, what do I think I was cursed? I can't do anything right, please help me
That's a really very nice 6 channel transmitter and receiver, but I want to know one thing which is- What will happen if the battery from the receiver side gets discharge? Will the receiver alert in that situation or not or, will the RC plane, drone etc in which ever we use the receiver of this transmitter gets fall down accidently? Because in such case the market receivers like flysky FS-CT6B alerts as its receiver starts to run and then off the motor in whichever RC plane it's installed, and one more thing can we run this DIY transmitter and receiver using 12v current? Please reply I am curious and want to know about that. By the way nice video 👍👍👍👍
The explanation for this may be as follows. The antenna output of your NRF24 module is insufficient for some reason. For example, there may be an insufficient power supply or poor contact, etc. And the human body can act as an antenna. When you touch it, there may be a kind of antenna booster effect. A follower of mine reported that he had a similar problem. And he reported that he solved the problem by wrapping aluminum foil around the antenna. Interesting ...
Hi, cool invention. My question is this. How hard would it be to take it from concept, to full blown manufacturing? The United States is in need of a digital radio microchip trasnmitter/receiver facility. It makes me sick that if I want to do any business in this area I have to turn to Asia.
Hello sir. Thanks for your video and project. I looked for handmade radio control... Just a question: does your handmade 6 channel radio control can Calibrat the esc?
@@samuddhaofficial4303 Arduino Mega is a big module for this type of project. That's why I never used it. But it will provide much more channels than Nano.
thank you again sir, for sharing this project.. I have tried it and very satisfied with the result..
I'm trying to add a battery monitor on the RX side back to TX -- but I'm still working on it, having a hard time on the codes.. I'll share with you the codes as soon it works.. wish me luck..
I have li ion battery instead of lipo will that enough for transmitter and receiver! Please reply!
@@dontknow479 yes
hello when you built this did you only use the 3 libraries he added or did you have to add anything else?
Bro tell me that it work or not
Take help of chat gpt for codes
this is awesome ! much respect from a french guy living in japan, sir
Can you give me code of arduino nano, please
Basically with this setup, you're only limited by the number of input/output/analog pins on your arduino. You can send any data. It's a digital radio control system. Want 15 channels? You'll need 15 input pins and 15 output pins. But be aware that some joysticks use hall effect sensors. Those work differently than potentiometer based joysticks.
You cannot use 15 channels fully, cause you need analog pins for joysticks.
please how can i make 15 channels?
@@Gifted_Gift You'll need a microcontroller board with enough IO pins
Very simple, use an arduino mega board. It has 16 analog pins
can it handle 15 channels or even 1024.
if you need buttons use parallers serial chips LOL
for remote 74LS165 (paraller in/serial out)you can use multiple input using ehh 3 wires?
for vehicle 74LS164 (serial in/paraller out)(74ls595) turn then back output
pins on ardnuino not any limit you can expand input and outputs but can this wireless thing handle more than 15. dont know LOL@@Gifted_Gift
Thanks a lot Sir ji,
I’ve also made a Transmitter by using your circuit and code. And
It’s working 🙏🏻
Bro will you help me please
This is a great idea for my old broken robbe transmitter. eprom get wiped now i can use it again thanks
senin gibi kanallara ihtiyacımız var umarım hak ettiğin yerlere gelirsin
bu vidonun önce 2 vidyo işime yarar
Very nice explanation. Even though as mechanical engineer, I could understand well. Congratulations from Brazil - Parana state - Araucaria city
bro it can not connect VCC pins thand how the every thing is working properly
Awesome bro.l was finding this type of video for very long time ago.Keep it up and you will get more students and subscriber
I'm very poor in this technology, I've followed all steps and builded a receiver but I'm stuck to upload receiver codes. May I respectfully request you to guide me the basic way to upload the codes, please!
Şuan bu işin maliyeti 377 TL tuttuyala😲 bu paraya 6 kanallı uzun menzilli bir kumandaya sahip oluyorsunuz! Bu devirde imkansız gibi bişi😕 her ne olursa olsun bu kanalın ve bu adamın emeği yenmez! Bu kalitede ki bir videoyu hazırladığı için ne kadar teşekkür etsek azdır😉
Çalıştı mı
@@MEKATRONA evet ama ben artı olarak şarj etmesi için TP4056 Type-c 1S 3.7V Lipo/ lityum pil şarj devreside eklemiştim ,
Now I know what i'm doing this summer vacations
did you do it?
Meu amigo aqui e do Brasil, sou fan dos seus videos, parabéns pelo ótimo canal, ficou muito feliz que você sempre compartilhe com a comunidade os seus tutoriais que são um máximo 😎
Thank you.
@@Kendin-Yap what gimbals are you using ? the crap gimbals of the banggood link look totally different
@@Kendin-Yap videodaki joystickleri bulamadım onlar yerine ne kullanmamızı önerirsiniz
@@Kendin-Yap hey thx for this great video its realy informative , so can you plz explaine how we can use 433Mhz Module RF Émetteur + Récepteur
@@Kendin-Yap hey is there is any diff if I use RC Joysticks with 5k resistor?
like this :
www.aliexpress.com/item/1005001616807525.html?spm=a2g0o.detail.1000014.1.133f3ae4JBVZy0&gps-id=pcDetailBottomMoreOtherSeller&scm=1007.40000.326746.0&scm_id=1007.40000.326746.0&scm-url=1007.40000.326746.0&pvid=f9d48c80-abac-4aef-9a42-631366ed2d8a&_t=gps-id:pcDetailBottomMoreOtherSeller,scm-url:1007.40000.326746.0,pvid:f9d48c80-abac-4aef-9a42-631366ed2d8a,tpp_buckets:668%232846%238114%23762&pdp_ext_f=%7B%22sku_id%22%3A%2212000018004611774%22%2C%22sceneId%22%3A%2230050%22%7D&pdp_npi=3%40dis%21EUR%2111.42%2111.42%21%21%21%21%21%402101d1b216776937474897001ed7a3%2112000018004611774%21rec%21DZ%21
Üstadım uzun bi zamandır yoktun emeğine sağlık söylemeye gerek yok yine muhteşem bi Video
The next version, print the case on 3D Print. =)
Good Idea even though the way he made it is good. Makes it original
Menzil'i kaç metre ?
How many meters is its range?
@@tahayasin0004 about 120 meters
Dear Kendin Yap,
i like your videos very much.
The best thing ist, that i can learn now, on my old days good electronic stuff that is totally new for me. But your videos are good and your website
make the rest ... i will hope so ...... :) .... to build my own controller and other stuff.
Thank you very much for your work !
Greets from germany,
Peter
Good morning, all your project s are very nice, I have a question : what is The most radio transmitter in the 2 this models : FLY-SKY OR FUTABA T8J ?
This is so cool !! Really nice idea. Greetings from indonesia 🇮🇩
sama wek
Meraba!
Many thanks for your video and projects. Just, like a new idea, can you add a LCD screen for back feed with the model, such as a battery voltage and signal strength. And the selection of the model, if you will use two similar transmitters for several models at the same time?
Maravilhoso o seu vídeo! Isso deveria ser um curso em escolas o que as crianças aprenderiam seria de imenso valor! Saudações do Brasil mais uma vez.
Hello! Have you tried programming the BK2461 (FLIP51) radio module chip itself? According to the datasheet, it has 4 ports for PWM control, which is very interesting. But I can't find documentation anywhere on how to program it.
Juda ajoyib. O‘zbekistondan salomlar.
Üstad ellerine sağlık. Gerçekten güzel bir çalışma olmuş. Bir sonraki menzil testi videosunu merakla bekliyoruz. İmkanınız varsa bu sisteme birde fpv ekleseniz süper olur :))
Shivam
Can you pls send me a link to the joysticks with trim? Great vid btw
They're in the description
@@8.2deck those don’t have trim but I found some that do
@@peytonsmith8765 hey, i have been looking everywhere for joysticks with trim, where did you find them?
Maynn, where do you keep all this talent?!?
In your mom closet
JK XD
Hey if i use nrf24l01 e01-ml01dp5 instead of nrf24lo1+pa will I get increased range If I will only use on transmitter side?
Yes, it increases.
When you solder the male pin headers for the channels on the receiver, I see you connect the signal and ground cables to the respective pins on the Arduino, but you don't connect the middle row (the red power lines) to anything on the receiver. How are your servos getting power? Do you not need to connect the power lines to power the servos? Is the signal line sufficient to power the servos? For reference, @6:23.
The servos are powered by the ESC's Bec output.
@@Kendin-Yap Aaaah of course! Ok that makes sense. So does that mean you are not powering the receiver with the BEC?
To simplify, the BEC only powers the servos. The receiver is powered by dedicated power source (battery).
BTW I really appreciate you reading and responding to my queries! I love your work!
Artık bu alıcı ile bir dron toplarsınız.
Marvelous creation ! Very good job.
Salam friend
I like all your tutorials and your channel one of my favorites…
Could you make step up USB cable dc-dc booster 5v to 12v
with 1 amp or more. Please?
Excuse me sir, but if use you own DIY esc, like that you made, can I use the 5V from arduino to feed the servos?
Arduino does not provide enough current strength. You can use an external regulator.
@@Kendin-Yap hello, thank you for the nice project and tip, one more question can I use the battery feedind DIY ESC, to feed the servos, the DIY ESC can feed the arduino?
Nice vdo bro...I like ... I wanna try to make an rc car ..with this remote .....❤️
thank you so much, Bro. it's very good for me to learn arduino.
I need help
@@GAMEmaster-ir8ge😮
Flight Test video … th-cam.com/video/we1i5VTC-9c/w-d-xo.html
hocam yeni baslayacaklar icin bu malzemeleri nerden buluruz onu da açıklamalara ekleseydiniz keske
very good video !
But Can you make an RC controller with just elementary electronic components like transistors, self, capacitors.... Without using components like NRF24l01 or arduino or or...... Please ANSWERRRRRR I am so and so interested by this 💪💪🤗
We are eagerly waiting for your upcoming video
Bravo good job ❤
balık yemleme botu bait boat yaparmısınız?
Awesome video brother , i have a doubt could use this transmitter and receiver for quadcopter . If yes could you explain that for me. It will be good if you post another video about this 😊👍
I would not use it with a quad
Excuse me sir, if i want to use it in rc car, i must change data.throttle = 12 to 127 right? So i can move the motor to forward and reverse ?
yes
@@Kendin-Yap thanks you for your response sir, but I have one question,, if i want to use brushed motor for all channel (so i want to change all servo with motor), i must use esc in every motor like your video rc drone using this controller?
@@pajohnbuilds Yes, motors cannot be directly connected to the receiver. One ESC must be used for each motor.
@@Kendin-Yap tkanks you sir....
I've make rc control almost 20 yrs ago. Even joysticks was handmade :)
How did u get the circiut board?Did u sauder everything yrself??
@@icanseeyourfuture8674 Made it myself drawing all by hand. :)
@@nightsaber2272 wow nice🤝🏾.So someone like me who wants to build something cool,what course do u think i should do?Whatd the easiest path to learn to build controls from scratch?
@@icanseeyourfuture8674 Best and cheapiest way is to buy)
Parabéns ! Obrigado.... pelo vídeo e por descrever as peças de montagem.... Saudações do Brasil.....
I found my old Walkera WK-2402 yesterday, it will be my new Arduino transmitter! 🎊🎉
Fantastic! Beautiful work!
which material I can use instead of foam cardboard
i do wonder what range can be expected from low price modules
VERY NICE AND I AM ALSO WORKING OF MAKING ON EOF THIS
What is the total range of transmitter and reciever?
he spoke in the commentary that he will test in the next video.
according to the website, 1100 meters
Ye items kaha se milenge bhai kon bechta he
@@keenanjensen5552 z
1100 meters
Hocam sayende atölyeme birçok ekipman katkısı yaptım.Kağıt öğütücü / doğrayıcı yapabilirmisiniz. Malum bazı resmi evraklar oluyor imha edecek yer veya durumumuz olmuyor.
2 tane kaz yavrusu al, kagıtları altina ser, paramparça ediyorlar 🤣😅
I really enjoyed that and it has given me an incentive to make it!
I made this transmitter and receiver. I used the same joysticks that you provided link in description.
But I'm facing a problem. The transmission system itself is working just fine. But I think there is a problem in joysticks calibration. I did some changes by checking the values of joysticks and doing amendments in the code, but there is still some problem.
The first 5 channels having potentiometers are constantly getting small amount of fluctuations in their values. The channel 6 having a two position switch is working just fine.
Also, when I finally did the joystick calibration by mapping the approximately correct values of joysticks, there are still a lot of fluctuations in the servos when I move the joysticks. By fluctuations I mean that the servos are not moving smooth when I move the joystick. They are like moving with rapid vibrations.
Can you help me fix that?
I made this circuit 4 years ago. I don't remember having this type of problem. But using the analog pin instead of digital for the 6th channel may have caused instability. You can try a solution like this.
TRANSMITTER CODE:
data.aux2 = mapJoystickValues( analogRead(A7), 12, 524, 1020, true );
Replace the existing line above with the line of code below.
data.aux2 = digitalRead(3);
And solder the pin connection of the switch to D3 instead of A7.
RECEIVER CODE:
ch_width_6 = map(data.aux2, 0, 255, 1000, 2000);
Replace the existing line above with the line of code below.
ch_width_6 = map(data.aux2, 0, 1, 1000, 2000);
If the problem is still not resolved, you may have a hardware problem. Like a broken potentiometer...
NOTE: Also important are the batteries you use for the transmitter and receiver. A low C value (current strength) causes problems such as unstable operation, slow and intermittent movements).
@@Kendin-Yap Thanks for the help. Will surely try it. Also, I made the 4 channel arduino based transmitter using arduino joysticks and that's working very good. The same you made. So as you're saying this might be the real problem.
Also I twisted the ground wire around MISO and MOSI pins, like you showed in your 8 channel transmitter. And the whole setup of transmitter contains a lot of wires like a mesh. Can this be also the cause of interference?
@@Kendin-Yap Tried this step of completely removing the aux2 switch from hardware and software. Problem is still unsolved. Any other idea?
Thank you so much for the code! It worked without any delays
How many meters are range in this remote control
120
You could map it to whatever range you want. Like if u wanted precise control u could do 0-50 but if u want the full range just do 0-180
3 misguiding comments 😂
I have some questions for this work
I have only one nano board another iam using nodemcu?? It's work properly or not?
Reply bro
Muy bueno quedo 👍👍👍👍👍
Un saludo desde Argentina
Abi bununla da bir uçak uçursana bakalim menzili ne kadar olucak hazir onceden yaptigina entekre edebilirsen etmeye çalışırsın
Menzilinin çok iyi olduğunu düşünmüyorum.
What's the library
great video, how to controlled drone using this transmitter and receiver, please make tutorial , thanks
Does this f3 evo work with brushless control card?
hey guys i made this radio control just like the video and its working but when i connect the antenna to transmitter it stop working .
what should i do ?
(the module is ok)
3d Yazıcı kullanarak yapmalısınız artık. Her vakit karton olmaz yani
İnsanlar da yapabilsin diye uğraşıyor bence. Ve bunu 3d yazıcı ile yapsa kanalın amacının bir anlamı olmaz çünkü her evde 3d yazıcı yok
@@berkaypolat6621 Her evde joistik ve RC alıcılarda yok. Haklısınız ama evde yapılabileceğini söylese How to Home a make olarak başlık atar.Söylemek istediğim daha kaliteli bir video da ortaya çıkmış olur.
Thanks for this video. Can I know your name on the Facebook page in order to speak privately, please
I like your tutorials and see attention thank you very much..
Kanalınızın hep bu kalitede devam etmesi dileği ile... tebrikler
Sir I have 5K joysticks. They are pretty much similar to these ones. Will they work fine?
The same joysticks I have as you have given link in description
Thanks for the video. Very good for something to make in Christmas
kendi milletimden bu kadar uğraşıp ticari amaç gütmemeniz beni şaşırttı. genelde bizim toplum iyi bişeyi bedavaya kolay kolay yapmaz. umarım hal ettiğiniz yere gelirsiniz.Tekrardan elinize emeğinize sağlık
Amazing work. Really loved it ❤❤👌
Will this set up work using single axis joysticks donated from older 2 channel transmitters?
It works with joysticks with analog potentiometers.
Can i use my old transmitter?
vay be zamanında sana sordum abi arduino ile uzaktan kumanda olurmu diye rc uçak için olmaz dedin şimdi sen yaptın
;D helal
Olmaz dememişimdir. Normal bir kumanda gibi verimli olmaz demişimdir. Ve bu doğru.
@@Kendin-Yap o zaman pardon :) iyi günler
fabulous work!! But how does it work without connecting 5v to the Servos?
Thanks. The servos are fed from the Bec circuit of the ESC.
abi helal olsun sana .... Bu mazemeleri nerden aliyorusun . soylesen memnun olarim
ARE YOU USING POWER FOR THE SERVOS FORM THE ESC ? OR DIRECTLY FROM THE BATTERY
The servos are fed from the BEC output of the ESC. But if desired, servos can be fed with an external battery (5-6V)
@@Kendin-Yap OH OK....Thanks for helping out man.... appreciate it 👍
What kind of range do you have on those antennas? Mile/1.6km?
Im very intrested in these kind of arduino based transmitter but the issue is can we optimized the code afterwards ? I have tried but the thing just didnt work propberly .
Bu RC joyistikler yerine normal joyistik koysak yine uzun menzilli uçar mı lütfen cevap verin ama işin ehli cevap versin
Bilmiyorum
Joysticklerle menzilin bir bağlantısı yoktur.
Reis bu joyistikler tükenmiş
Kumandaya LED, togle anahtar ve potansimetre koymasak çalışır mı
Kumandaya 9 v versek çalışır mı
Yaptigin uçakları satiyor musun eğer evetse ne kadara?
800 mah batarya son hızda uçan uçağı kaç dakika çalıştırır
Does this transmitter interfere with other aircraft or can you fly with other people?
Awesome video! I like cool DIY videos like this ! Keep it up 👍
Very nice work, Kendin Yap!
so even with the 3 libraries I feel like something is missing in the code. does there not need to be any other code for the NRF24 boards? the code loads in as is, but im not getting any connection.
Hi, I just made the remote control that works very well, except that the joy on the left is not at zero, but with the kk2 and not only, it oscillates between 9/10 values. I saw in the video that your radio control has in trims ... but I couldn't find them ... putting these could solve the problem of these variable values. Thanks for your reply and always great compliments for your accomplishments of which some have successfully succeeded me ... a greeting
Great proyect and very well done video. Can I ask you where did you get these joysticks with the trim option?
Thank you. I bought the joysticks from a local dealer. A store of robotic materials and RC model supplies.
@@Kendin-Yap Thanks for your answer, I will search them.
Bonjour Mr,
Cela fait un moment que je regarde vos vidéos . pouvez-vous me conseiller quel livre pour pouvoir mieux assimiler se que vous faites vu que je ne m'y connais pas.
can we use any other radio module instead of nrf24lo1 ?
Thank you for the helping😊😊😊😊😊😊😊❤❤❤❤❤❤❤❤❤❤
abi arduino vin ile vccyi birleştirip 3s 11.1v lipodan escnin bec devresi sayesinde arduinoyu çalıştırabilir miyiz? ya da arduinoyu başka bir güç kaynağı ile mi çalıştırmalıyım 10vdan fazla olmayan?
ESC nin Bec devresi ile arduino çalışır. Ama NRF24 modülü için kullandığımız 3.3V çıkış pini daha düşük voltaj verir. Çok uygun değil. Harici 7-9V arası bir güç kaynağı ile daha mantıklı. Örneğin 2S lipo veya 6 AA kalem pilden oluşturulmuş batarya gibi..
@@Kendin-Yap arduinoya vin ve gnd pinlerinden harici kalem pillerden bir batarya yapsam, servolar içinde escnin bec devresindeki 3lü kabloyu kullanacağım yine değil mi?
@@GörkemKaraca-l8b GND ortaktır. ESC kablosu zaten servo pinlerine takıldığında Servolar oradan beslenir. Harici güç kaynağının artı kablosu ise sadece arduino Vin girişine bağlanmalı. GND kablosu (Toprak) ise Arduinonun herhangi bir GND pinine bağlanabilir. ESC nin artısı ile harici pilin artısı birbiri ile temas etmemeli. Yoksa sorun olur.
Alternatif bir joystick öneriniz var mı
Bhai kya ise pc me program kar sakte hai??
Hi again Kendin. if I donnot use ESC as you mentioned i will need external 5v so where must connect the 5v? thanks again
You can supply 5-6v external power supply from the positive (VCC) and negative (GND) inputs on the servo pin line. It doesn't matter which one. Because all GND is connected in parallel. All VCC channel pins are also connected in parallel.
@@Kendin-Yap Thank you very much for your help
Hi teacher, I did all the work that you did in this project and other projects, but it didn't work, I moved the transmitter, and I checked the Urdu and this, and the coding, but it still didn't work, what do I think I was cursed? I can't do anything right, please help me
Can we use normal joysticks pls reply
That's a really very nice 6 channel transmitter and receiver, but I want to know one thing which is- What will happen if the battery from the receiver side gets discharge? Will the receiver alert in that situation or not or, will the RC plane, drone etc in which ever we use the receiver of this transmitter gets fall down accidently? Because in such case the market receivers like flysky FS-CT6B alerts as its receiver starts to run and then off the motor in whichever RC plane it's installed, and one more thing can we run this DIY transmitter and receiver using 12v current? Please reply I am curious and want to know about that. By the way nice video 👍👍👍👍
U have to modify receiver code if u dont want the motors to shut down. Currently this receiver will shut down motors as soon as battery discharge
hii soo will the transmitter work with other reciever or is it just compattible with the one u made
It will not work with any other receiver.
@@Kendin-Yap Oo but what can i do to make it work with other recievers?
Do you know why when I tap the board or some device in the receiver it starts working for a while?
The explanation for this may be as follows. The antenna output of your NRF24 module is insufficient for some reason. For example, there may be an insufficient power supply or poor contact, etc. And the human body can act as an antenna. When you touch it, there may be a kind of antenna booster effect. A follower of mine reported that he had a similar problem. And he reported that he solved the problem by wrapping aluminum foil around the antenna. Interesting ...
Hi, cool invention. My question is this. How hard would it be to take it from concept, to full blown manufacturing? The United States is in need of a digital radio microchip trasnmitter/receiver facility. It makes me sick that if I want to do any business in this area I have to turn to Asia.
Do we use 2 nrf24l01 +pa or
blease how far is the ronge of the remot control
Your every video is helpfull.Thanks.Go on.
How do you know which is gnd and vcc for the joysticks? My joysticks are a little different and I am having trouble figuring it out.
The middle pin is fixed. Right and left pins change control direction. You can find it by trying.
Hello sir.
Thanks for your video and project.
I looked for handmade radio control...
Just a question:
does your handmade 6 channel radio control can Calibrat the esc?
Yes
@@Kendin-Yap thanks brother
Can we add more operators?? I mean joysticks and switches...
Yes it is possible. It is limited to the pwm and digital output pins of the Arduino board.
@@Kendin-Yap what is the maximum operator limit?? Plz reply.
@@samuddhaofficial4303 I think 8 for Arduino Nano
@@Kendin-Yap For arduino mega?
@@samuddhaofficial4303 Arduino Mega is a big module for this type of project. That's why I never used it. But it will provide much more channels than Nano.
Can you use joystick modules for the two joysticks?
Can i use 7.4volt 3200mha battery 🙂
Yes you can
In both we have to use NRF24LO1 + PA module