How I Made NodeMcu Flight Controller | WiFi Controlled | MPU6050

Поділитися
Вставка
  • Опубліковано 21 жов 2024
  • I made my own flight controller with NodeMCU & MPU6050 which costs only 5$. Which you can also make following these easy steps.
    It has very less number of feature like - WiFi Telemetry, Self Leveling. But I'll upgrade them in future videos.
    Codes :- github.com/Ani...
    Wall Climbing Drone : • This drone sticks to A...
    🌀 Project Parts ~
    MPU6050 : amzn.to/3BhyjZj
    NodeMcu : amzn.to/3CpKODd
    🌀 Drone Kit ~
    BLDC motor : amzn.to/3Eoi1zH
    Props : amzn.to/3mlUIQL
    Lipo charger : amzn.to/2ZFT8AF
    F450 frame : amzn.to/3mnmKvg
    APM 2.8 : amzn.to/3vUAr8k
    ESC : amzn.to/3blYzXT
    Remote : amzn.to/3bjCSrq
    ✅Business Enquiry : anishdey702025@gmail.com
    ✅Instagram : / anishdey14
    _______________________Music_______________________
    Song: DayFox - Tropical Wave
    Music provided by Vlog No Copyright Music.
    Video Link: • DayFox - Tropical Wave...
    Song: Sappheiros - Awake
    Music provided by Vlog No Copyright Music.
    Creative Commons - Attribution 3.0 Unported
    Video Link: • Sappheiros - Awake (Vl...
    Song: Markvard - Time (Vlog No Copyright Music)
    Music provided by Vlog No Copyright Music.
    Video Link: • Markvard - Time (Vlog ...
    ______________________________________________________
    #nodemcu #flightcontroller #mpu6050 #drone
  • Навчання та стиль

КОМЕНТАРІ • 290

  • @DIYLIFEHACKER
    @DIYLIFEHACKER  Рік тому +7

    I made a NEW Flight Controller with Raspberry Pi, GPS, Android Control.(UDR-V4)
    Check it out here now: ua-cam.com/video/3kIR3T7X4ag/v-deo.html

  • @chandrikanakar8361
    @chandrikanakar8361 3 роки тому +44

    Indian drone industry need innovators like you
    Keep it up bro

  • @PRAMODEmusic
    @PRAMODEmusic 7 місяців тому

    One of the best productions I've ever mixed and mastered

  • @utkarshsiddhpura2401
    @utkarshsiddhpura2401 9 місяців тому +1

    Bro, you are the most talented indian programmer I have ever seen. Keep it up! (I'm an Indian also!)

  • @theRCiest1056
    @theRCiest1056 3 роки тому +13

    Anis u r doing absolutely fantastic job
    Keep working on this tyep of innovative things
    All the very best brother❤️👍🏻

  • @yugalsharma13
    @yugalsharma13 2 роки тому +2

    Finally, someone who coded his own flight controller 🎉🎉

  • @ketanpatil7781
    @ketanpatil7781 2 роки тому +2

    Someone who coded his own flight controller 🎓💯

  • @kartiksangle1036
    @kartiksangle1036 3 роки тому +9

    Well done bro
    Your hard work really need those likes 👍

  • @mrgeek_india
    @mrgeek_india 3 роки тому +16

    Simply superb... The way you managed timings constraints in code is just superb... All the best for future mods....

    • @krishandhun9411
      @krishandhun9411 2 роки тому

      Sir please ap rasberry pi pico vala drone Ka full video uplod kr do na sir please sir please 🙏🙏🙏

    • @Xinurval
      @Xinurval 2 роки тому

      ​@@krishandhun9411 Almost impossible with pi pico, buy something else please :)

    • @DIYLIFEHACKER
      @DIYLIFEHACKER  2 роки тому

      @@Xinurval I made with pico, why not possible??

    • @ourchannel8215
      @ourchannel8215 10 місяців тому

      many micro controller posible to make flight controller

  • @DIYLIFEHACKER
    @DIYLIFEHACKER  2 роки тому +5

    checkout Wall Climbing Drone : ua-cam.com/video/OO8WduUEngE/v-deo.html

    • @codettesorg5596
      @codettesorg5596 2 роки тому

      Hi great work but your app does not work. There is an issue with the apk for the Wall Climbing Drone.
      For this tutorial when I run the python script and put in the commands nothing happens.

    • @kevalnakar6269
      @kevalnakar6269 2 роки тому +1

      I watched the video
      It is awesome
      Bhai, 1 year is passed out since you uploaded last video,
      Is everything okay???

    • @DIYLIFEHACKER
      @DIYLIFEHACKER  2 роки тому

      @@kevalnakar6269 busy🥵

    • @nikhilupadhye5842
      @nikhilupadhye5842 2 роки тому

      @@DIYLIFEHACKER Bro the code provided by you doesn't match the code in the video!

    • @nikhilupadhye5842
      @nikhilupadhye5842 2 роки тому

      @@DIYLIFEHACKER And it is showing this error!
      Arduino: 1.8.20 Hourly Build 2022/04/25 09:33 (Windows 10), Board: "Generic ESP8266 Module, 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, dtr (aka nodemcu), 26 MHz, 40MHz, DOUT (compatible), 1MB (FS:64KB OTA:~470KB), 2, nonos-sdk 2.2.1+100 (190703), v2 Lower Memory, Disabled, None, Only Sketch, 115200"
      E:\Flight Controller Codes\NodeMCU.ino\NodeMCU.ino.ino: In function 'void setup()':
      NodeMCU.ino:35:9: error: 'D5' was not declared in this scope
      35 | pinMode(D5,OUTPUT);pinMode(D6,OUTPUT);pinMode(D7,OUTPUT);pinMode(D8,OUTPUT);
      | ^~
      NodeMCU.ino:35:28: error: 'D6' was not declared in this scope
      35 | pinMode(D5,OUTPUT);pinMode(D6,OUTPUT);pinMode(D7,OUTPUT);pinMode(D8,OUTPUT);
      | ^~
      NodeMCU.ino:35:47: error: 'D7' was not declared in this scope
      35 | pinMode(D5,OUTPUT);pinMode(D6,OUTPUT);pinMode(D7,OUTPUT);pinMode(D8,OUTPUT);
      | ^~
      NodeMCU.ino:35:66: error: 'D8' was not declared in this scope; did you mean 's8'?
      35 | pinMode(D5,OUTPUT);pinMode(D6,OUTPUT);pinMode(D7,OUTPUT);pinMode(D8,OUTPUT);
      | ^~
      | s8
      exit status 1
      'D5' was not declared in this scope
      This report would have more information with
      "Show verbose output during compilation"
      option enabled in File -> Preferences.
      Please answer bro!
      your help will be recognised!
      THANK YOU FOR SUCH A QUALITY CONTENT!

  • @shivanshsuri6645
    @shivanshsuri6645 Рік тому +1

    Love you brooo, you gained a big fan today

  • @kkhoby1122
    @kkhoby1122 3 роки тому +2

    Your such a genius person.

  • @DIYLIFEHACKER
    @DIYLIFEHACKER  2 роки тому +7

    Check Out Flight Controller v2 with Raspberry Pico & Unlimited Drone Range V4 together 😁😁
    ua-cam.com/video/_wBepUerXac/v-deo.html

  • @KietLe-qp3eq
    @KietLe-qp3eq 2 роки тому +6

    Hi, I am having a project related to Quadcoper using ESP8266 and MPU6050 sensor. I really still don't understand how to determine the PID. Hope you can explain more clearly. Thank you

    • @shreyashshekhar9345
      @shreyashshekhar9345 10 місяців тому

      I have a doubt . Where will the motors get supply from nodemcu or external battery connected to nodemcu

    • @advikmittal9413
      @advikmittal9413 9 місяців тому

      No no the motors will get power from battery but pwm signals from esp8266!

  • @puneethff4927
    @puneethff4927 3 роки тому +1

    Try to go outside
    Show ur talent to the world
    Try to attend any excibision
    They may change ur life ✨✨✨✨
    U have an amazing talent

  • @pareshpaul001
    @pareshpaul001 8 місяців тому

    You're very intelligent, keep going, best wishes...

  • @ЛиЖеньшень
    @ЛиЖеньшень 6 місяців тому +1

    Do you have problem with mechanical vibration from bldc motor? Mpu return normal values?

    • @DIYLIFEHACKER
      @DIYLIFEHACKER  6 місяців тому +1

      That's why use a Kalman Filter. See latest video.

    • @ЛиЖеньшень
      @ЛиЖеньшень 6 місяців тому

      @@DIYLIFEHACKER sorry for my question, but i don`t understand correctly. We use complementary filter to get angle from accel and gyro. For what we use Kalman? Do we need to filter RAW accel by kalman and than use complementary to get angle?

  • @DIYLIFEHACKER
    @DIYLIFEHACKER  3 роки тому +27

    Complete the milestone : 1k likes😁[Codes Uploaded] This is my dream project, Next part soon.

    • @appsbro9566
      @appsbro9566 3 роки тому

      Bro I know you will hit 1k likes soon🤩🤩..I m too working on drone project which is much more similar...So can't wait for another video...if you are ok plz share your code ,I will provide my mail id here😄

    • @vinayprabhu1157
      @vinayprabhu1157 3 роки тому

      Me to bro

    • @DIYLIFEHACKER
      @DIYLIFEHACKER  3 роки тому +2

      Codes Uploaded 🙂😋

    • @appsbro9566
      @appsbro9566 3 роки тому

      @@DIYLIFEHACKER Thank you bro.. Hoping you will have great career ahead 🤜🤛

    • @kpmcreation3907
      @kpmcreation3907 3 роки тому +1

      @@DIYLIFEHACKER but show me full tutorial of programming

  • @TheRealKitWalker
    @TheRealKitWalker 2 роки тому

    Your channel has very interesting videos. Love your diy appetite ✌️👏👏👏😎

  • @kevalnakar6269
    @kevalnakar6269 2 роки тому +5

    Bro please make a video for explanation of code line by line,
    I tried to understand by self but it is to complicated for me, I want to learn codes properly.
    I know it is time consuming but it will help lot's of students and individuals like me who want to learn something .
    Thank you so much more making kind inovative videos. I have some different ideas for drones but coding stops me implement them.

    • @foirepunch7770
      @foirepunch7770 2 роки тому +1

      Bro is ur drone working?

    • @kevalnakar6269
      @kevalnakar6269 2 роки тому +1

      @@foirepunch7770 coding part is completed,
      Application for remote ( transmitter ) and receiver is also completed,
      It will soon tuch the sky ,
      Bhai, are you also working on drones???

    • @prag4u896
      @prag4u896 Рік тому

      @@kevalnakar6269 iam beginner n I want to make drone can you guide me Bhai?

    • @Bharath_.9
      @Bharath_.9 Рік тому

      @@kevalnakar6269 s bro but we not even understanding that how make drone controlled where the code want to applied

    • @kevalnakar6269
      @kevalnakar6269 Рік тому

      @@prag4u896sorry bro, not possible right now,
      Because I haven't make one till date

  • @shwetadewangan6810
    @shwetadewangan6810 Рік тому

    Very nice 👍👍
    And very helpful for me to make my drone myself.

  • @manojkumardin8035
    @manojkumardin8035 11 місяців тому +1

    Which app use for controlling the drone?

  • @robertparenton7470
    @robertparenton7470 2 роки тому

    Thank You! From Frisco, TX

  • @trarredbandit9734
    @trarredbandit9734 2 роки тому +2

    Legendary video! Can you make a video explaining the code? And will you be developing this flight controller? (Adding remote receiver input instead of wifi)

  • @TopN5Tech
    @TopN5Tech Рік тому +1

    How to it controlled this drone is their any software for remote controling

  • @ayanvlogs6967
    @ayanvlogs6967 3 роки тому

    You deserve way more subscribers than you have now

  • @ajeetjain29
    @ajeetjain29 6 місяців тому

    Too good performance 😮

  • @walmarttrycs3196
    @walmarttrycs3196 Рік тому

    hi bro. what if i wanna use brushed motors instead of bldc. im working on a very big project and i think u can help me a lot

  • @dcbuilds5719
    @dcbuilds5719 3 роки тому +1

    This is mind blowing 🔥🔥

  • @chandrikanakar8361
    @chandrikanakar8361 2 роки тому +3

    ESC requires pwm signal of 1000 micros to 2000 micros at 50 Hz, means one signal at 20000 micros interval, and since in the project you measured loop time of 2500 micros. Which is nearly 500 Hz.
    My question is does this high frequency improve performance
    Or
    We can use this code with slower microcontroller like Arduino Uno at 50 Hz
    And remaining time use for calculations.
    Thank you so much

    • @DIYLIFEHACKER
      @DIYLIFEHACKER  2 роки тому +3

      ESCs are capable of reading 50 to 600Hz pwm frequencies. only the 1000-2000 us matters
      > higher frequencies doesn't improve esc performances. it just help the filter to read gyro perfectly and with minimum loss

    • @HarpreetSingh-nl1li
      @HarpreetSingh-nl1li Рік тому +1

      Basically esc control the speed of motor by changing the frequency in 3 phase signal which drive the 6 igbt 1000us to 2000us is duty cycle which generate by uncontrolled esc have its own controller which read input duty cycle and change output frequency

  • @kshitijnishant4968
    @kshitijnishant4968 Рік тому

    Ye mast insan hai 👍👍

  • @alvinboby9962
    @alvinboby9962 Рік тому

    HOLYYY THATS AMAZINGG!!!!

  • @kevalnakar6269
    @kevalnakar6269 Рік тому +2

    Putting IMU angle calculation and PID calculation in that 1000 micros was great idea
    I am making remote control app on Kodular to control drone

  • @uff8748
    @uff8748 3 роки тому +1

    Ek no. Bro....😘

  • @AkashDas-vx2ph
    @AkashDas-vx2ph 2 роки тому +1

    Excellent sir

  • @gabrielkamto2146
    @gabrielkamto2146 Рік тому

    This is great but WE Can control the drone with phone ?

  • @vishnuprakash5460
    @vishnuprakash5460 Рік тому +1

    Sir make a video on connections of drone

  • @elixpo
    @elixpo 2 роки тому +1

    how do you send commands to nodemcu using python script please explain... what to give at the serverportAddress? my IP?

  • @Mechanicalbychoiceprovlogging
    @Mechanicalbychoiceprovlogging 3 роки тому

    Nice bro ❤️ carry on ☺️

  • @saikatd9037
    @saikatd9037 Рік тому

    I want to change the motors into coreless motors, is this possible for same code?

  • @Historyy_and_Facts
    @Historyy_and_Facts 6 місяців тому

    Bro Can It Work With Coreless Motor Of yes Pls tell me the circuit

  • @techiesubham9888
    @techiesubham9888 Рік тому +2

    Hi, Nice Project, I have a question that how to set up pycharm and how does the code work and when I run the code the output is like this trans: 5050050 trans_c: 22 2.

  • @allinonekannada4885
    @allinonekannada4885 2 роки тому +1

    How to connect esp8266 with laptop what is the application in the laptop

  • @vaibhavirakshe7618
    @vaibhavirakshe7618 2 роки тому

    hi
    we are doing this drone project and we are fasing problems in python program will you explain it

  • @kbhaskar3359
    @kbhaskar3359 2 роки тому

    Excellent young 👨

  • @Tamingshih
    @Tamingshih 10 місяців тому

    You are amazing!

  • @ourchannel8215
    @ourchannel8215 10 місяців тому

    or can u make coding for this for write ppm signal for flysky?

  • @rushikeshgarje4756
    @rushikeshgarje4756 2 роки тому

    can we use mobile app for communication using internet

  • @dotlineentertainment8191
    @dotlineentertainment8191 3 роки тому +1

    Well done Bro

  • @officialrajpootji9575
    @officialrajpootji9575 Рік тому

    Bhai please bata do kaise connect karna h aur nodemcu ko kaise cooding se contact karna h

  • @محمودابوحنك
    @محمودابوحنك Рік тому

    Please explain more how to use UDP by steps, thanks

  • @hoktop3333
    @hoktop3333 2 роки тому

    I have a problem that the drone works without issuing an operating command + and imbalance. Can you help me?

  • @StephenUdenwojo
    @StephenUdenwojo 10 місяців тому

    I made the same drone and uploaded the code you gave and still i wasn't able to fly my drone 😢😢. Am not able to connect my esp8266 with my laptop. Am frustrated cause I've tried a lot of drone code and none seems to work. I need your help please 🙏🙏

  • @rakhimondal9133
    @rakhimondal9133 2 роки тому

    Anish vhai 🤩🤩💖💖

  • @OpGamer11007
    @OpGamer11007 11 місяців тому

    From which app we control the drone?

  • @DROBANBD
    @DROBANBD Рік тому

    Awesome bro..

  • @ZephodBeeblebrox
    @ZephodBeeblebrox 2 роки тому

    I have the same accelerometer and I'm trying to figure out how to use it with a wingbourne single engine v-tail drone.

  • @Sujaliscreative4104
    @Sujaliscreative4104 3 роки тому +1

    is it more stable than kk2.1.5

  • @newbiedesigner4206
    @newbiedesigner4206 11 місяців тому

    What is the range of connectivity

  • @andresilva_bjj
    @andresilva_bjj 2 роки тому +1

    HI, nice project, I have one question, where you set your yaw_desired_angle (line 137 in your code) ? it is commented,. Thanks.

    • @DIYLIFEHACKER
      @DIYLIFEHACKER  2 роки тому +1

      Here Yaw control is disabled. The drone will hold the yaw angle at takeoff. If you want you can set the desired angle by a value of adding a joystick or extra keys for yaw.

    • @andresilva_bjj
      @andresilva_bjj 2 роки тому

      when I set yaw for fixed angles based on the position of the joystick, it ended up returning to zero when the joystick is in the rest position, what I had to do is to use the stick to set a speed rotation insted. thanks.

    • @andresilva_bjj
      @andresilva_bjj 2 роки тому

      @@DIYLIFEHACKER one last question =), I see that you apply a second controller if the error is between -3 and 3 (twoX_kx variable), is that a "fine tunning" ? do you have another video or something else explaining your control loop ?

    • @DIYLIFEHACKER
      @DIYLIFEHACKER  2 роки тому

      @@andresilva_bjj this was a very stupid filter. I made a quaternion based EKF but video next year.

    • @DIYLIFEHACKER
      @DIYLIFEHACKER  2 роки тому

      You can use a gradient descent filter. Mahony......

  • @dpal9892
    @dpal9892 2 роки тому

    good job bro,

  • @techrobotics2029
    @techrobotics2029 2 роки тому

    very nice done I WILL ALSO MAKE bro by your inspiration

  • @srinivasaraok2743
    @srinivasaraok2743 2 роки тому

    Hi bro,
    awesome , I want to make drone with own flight controller don't want to go with px4 and other flight controllers HWs, want to make my own fight controller board using available semiconductor chips can you help

  • @saviourjacksonetok5235
    @saviourjacksonetok5235 Рік тому

    please, I'm working on same project but I'm using ESP32, please can I get a code for the ESP32 with blynk? I'd be really grateful, thanks 🙏

  • @mananthindclass-8cadmissio438

    @DIYLIFEHACKER bro if I use coreless motor then what would be the circuit plz help

  • @muhammadhaasif
    @muhammadhaasif 6 місяців тому

    Can someone please tell me how to calibrate ESC without any fancy equipment ?
    (Or) Can I use DC servo tester to calibrate ?
    And another question tell me, Does ESC remember the calibration even after power is disconnected ?
    PLEASE ANSWER!!!

    • @DIYLIFEHACKER
      @DIYLIFEHACKER  6 місяців тому

      You can use a servo tester.
      The esc remembers even after power cut

    • @muhammadhaasif
      @muhammadhaasif 6 місяців тому

      @@DIYLIFEHACKER thank you

  • @sadalaxmih3298
    @sadalaxmih3298 Рік тому

    I am unable to fly the drone how to fly which software is needed please reply sir im having this project to control the drone using wifi

  • @JustLearn2.0
    @JustLearn2.0 Рік тому

    How to make heavy thrust drone for lifting weight

  • @arduinobasics5556
    @arduinobasics5556 Рік тому

    Can we make a joystick controller and with connect drone and controller via esp now.

  • @asikur_
    @asikur_ 2 роки тому

    Hi bro .can you please tell that how can I use remotexy to control it

  • @nidalfayad3689
    @nidalfayad3689 3 роки тому

    Pro from where you have all this knowledge?

  • @adityaomar8802
    @adityaomar8802 Рік тому

    from where did you learn?

  • @ayushgaming7222
    @ayushgaming7222 3 роки тому +1

    Bro I make this flightcontroller then I unable to make drone

  • @FutureTechnologies-Inc.
    @FutureTechnologies-Inc. 4 місяці тому

    Thanks bro

  • @yashshrikantjayale2807
    @yashshrikantjayale2807 2 роки тому

    How to control it which software do we need to install to control it

  • @raceup
    @raceup Рік тому

    how about esp32. it has two cores. with wifi and bt ..

  • @Mrknow-gs6bl
    @Mrknow-gs6bl Рік тому

    Can u plz do a range test and tell the range??

  • @PiotrSygutPL
    @PiotrSygutPL 3 роки тому

    Good job !!!

  • @KartihkCg80
    @KartihkCg80 2 роки тому +2

    Can you share the code of your project ?....it would inspire a lot of people

  • @Soultrytan
    @Soultrytan 2 роки тому

    Bro how can i set up this kit on my drone

  • @techrobotics2029
    @techrobotics2029 2 роки тому

    hey bro whats the range of the drone

  • @supremeleader5516
    @supremeleader5516 8 місяців тому

    What is your qualification?

  • @Bharath_.9
    @Bharath_.9 Рік тому

    For me the out put is coming but not in values in theroy only it is coming

  • @BTEEEVANSH
    @BTEEEVANSH Рік тому

    bro I have a question that using which variables you are giving pwm to pins 6 ,7 as you have not used (pins name )them in the main loop

    • @DIYLIFEHACKER
      @DIYLIFEHACKER  Рік тому

      esp has different naming in gpio, check esp diagram

    • @BTEEEVANSH
      @BTEEEVANSH Рік тому

      @@DIYLIFEHACKER ya bro but in the code i found gpoc ,ESCout_1,ESCout_2 and other variables (state1,state2) so which variable is been used for giving pwm

    • @DIYLIFEHACKER
      @DIYLIFEHACKER  Рік тому

      @@BTEEEVANSH ESCout

    • @BTEEEVANSH
      @BTEEEVANSH Рік тому

      @@DIYLIFEHACKER thanks bro 👍

    • @BTEEEVANSH
      @BTEEEVANSH Рік тому

      @@DIYLIFEHACKER bro in udp connection how you have been taken input and can we use input method in place of keyboard.get_hotKey_name()

  • @arnabgaming4440
    @arnabgaming4440 Рік тому

    Please share how you learnt Arduino coding and the source

  • @anuragpatil6966
    @anuragpatil6966 2 роки тому

    Thank you bro, the video is truly informative and you are giving your full efforts. You really inspired me with project and implementation. We are also doing kind of similar project for college, it would be really helpful if you guide us, is there any way convinient to you we can reach out to you by any means of social media or communication platform

  • @officialrajpootji9575
    @officialrajpootji9575 Рік тому

    Bhai humne mpu aur nodemcu aur motar le liye h ab hume conation aur nodemcu ko kaise coding se connect karna h ye nahi ban raha please bhai aap ak vedio daalo jisme ye sab kuch connect kaise kare ye ho aur coding se nodemcu ko kaise connect kare ye sab ho aur bhai please hindi me

  • @yigitalpozcan4736
    @yigitalpozcan4736 2 роки тому

    Hi there ı need help on this project can you help me??

  • @RajlifyXD
    @RajlifyXD Рік тому

    this is the same code as the wall climbing drone right>?

  • @engineershorts6954
    @engineershorts6954 Рік тому

    Bhai iska control range kitna hai

  • @nicktube8637
    @nicktube8637 2 роки тому

    Can I use this flight controller for brushed coreless motor

  • @shajahanshajahan5007
    @shajahanshajahan5007 2 роки тому

    Can I use 180 motor

  • @shivamgupta-ui2oz
    @shivamgupta-ui2oz 8 місяців тому

    Any things not show on serial moniter

  • @ishandas3567
    @ishandas3567 Рік тому +1

    Vai esp8266 দিয়ে একটি ড্রোন বানান প্লিজ

  • @ever.l1549
    @ever.l1549 Місяць тому

    Please update the ESP code links, they are down

  • @parthacodes5893
    @parthacodes5893 Рік тому

    Bro in the code you didn't give the microseconds and the d5 high where are they

  • @roboticeye7855
    @roboticeye7855 2 роки тому

    Sir please make a low budget wireless camera of unlimited range

  • @VijayKumar-sz2vs
    @VijayKumar-sz2vs 2 роки тому

    Esp8266 ki jagah esp32 use kar sakte hai

  • @muhammadhaasif
    @muhammadhaasif 6 місяців тому

    Brother I tried your code , but all I get is slow beep from one ESC and other no response either ESC’s help!!!!!!

  • @gouravsiddesh246
    @gouravsiddesh246 3 роки тому

    You can make a app for controlling the drone