Create your own DIY ESP32 Wi-Fi Drone | With Height Hold | Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น • 41

  • @saaraswata
    @saaraswata  4 หลายเดือนก่อน +2

    Link for Flight video : th-cam.com/users/shortsncZDqGRDmAk?feature=shared

  • @kumarshivaworldofpoetry3827
    @kumarshivaworldofpoetry3827 13 วันที่ผ่านมา

    EXCELLENT PPERFORMANCE, GO AHEAD FOR FURTHER NEW INSTRUMENT AND FEATURE

  • @eprohoda
    @eprohoda 4 หลายเดือนก่อน +4

    Nice to meet you-Saaraswata! innsane ,

    • @saaraswata
      @saaraswata  4 หลายเดือนก่อน

      @@eprohoda Thank you! Part 2 coming tomorrow, so be sure to subscribe!

  • @techfun5656
    @techfun5656 4 หลายเดือนก่อน +1

    Awesome waiting for part 2

    • @saaraswata
      @saaraswata  4 หลายเดือนก่อน

      Working on it!

    • @saaraswata
      @saaraswata  4 หลายเดือนก่อน

      Also do subscribe! Will motivate me to upload as quickly as possible

    • @techfun5656
      @techfun5656 4 หลายเดือนก่อน +1

      @@saaraswata bro i am your first subscriber and the one who recommended you or helped you make the drone

    • @saaraswata
      @saaraswata  4 หลายเดือนก่อน

      Oh haaaaaaa didn't notice :p

    • @techfun5656
      @techfun5656 4 หลายเดือนก่อน

      Will you upload part 2 today

  • @rohansarkar8306
    @rohansarkar8306 4 หลายเดือนก่อน +3

    Brothaa slaying as usual💪🏼!!

    • @saaraswata
      @saaraswata  4 หลายเดือนก่อน

      Hehehe

  • @rock-qp1nv
    @rock-qp1nv 3 หลายเดือนก่อน +1

    Thanks bhai im successful installation cf clients ❤😄😃

  • @golpokhana9898
    @golpokhana9898 4 หลายเดือนก่อน +1

    ❤❤❤❤❤

    • @saaraswata
      @saaraswata  4 หลายเดือนก่อน

      Please Subscribe and share this video, will motivate me to upload more of these

  • @chrisgray7
    @chrisgray7 หลายเดือนก่อน

    And one more question: For what is the voltage booster needed exactly?

    • @saaraswata
      @saaraswata  หลายเดือนก่อน

      It is needed to provide esp32 with constant 5v because battery voltage will drop once on throttle

  • @nishantkaushal13
    @nishantkaushal13 หลายเดือนก่อน

    hey brother i am trying to make f450 quadcopter drone using esp with bldc motors so will this code work for my project as well?

    • @saaraswata
      @saaraswata  หลายเดือนก่อน

      Absolutely! , it will work just as fine!

  • @SarangSakhare-k5z
    @SarangSakhare-k5z หลายเดือนก่อน

    Hello sir, i have done all the steps you have shown, but while flashing, its showing me error : "xtensa-esp32-elf-gcc.exe: error: C:\Users\EDO: No such file or directory
    xtensa-esp32-elf-gcc.exe: error: PRIME\AppData\Roaming/ccache/tmp/cmd_args.W8fRcb: No such file or directory
    xtensa-esp32-elf-gcc.exe: fatal error: no input files"
    I m new to this please help

    • @saaraswata
      @saaraswata  หลายเดือนก่อน

      This is a problem of ESP IDF. Make sure you are using the correct ESP - IDF version and do a clean install. If it doesnt work then try in another PC.

  • @shivufpv6248
    @shivufpv6248 2 หลายเดือนก่อน

    How too check attitude hold is working or not ?? Is possible to check in the client server??

    • @saaraswata
      @saaraswata  2 หลายเดือนก่อน

      @@shivufpv6248 for altitude hold you have to use cfclient in pc and control via joystick by holding the assisted mode button

  • @dipanshudhote5671
    @dipanshudhote5671 2 หลายเดือนก่อน

    Hello brother, i created a same drone with mpu6050 sensor only with esp32 dev, all process done drone is connected with the app and all motors checks are also correct but when i up the throttle the motors are not spinning... Why?? In this drone i directly flash the bin file provide by the esp drone main folder using online esp tool

    • @saaraswata
      @saaraswata  2 หลายเดือนก่อน

      i have been testing some things, ill update you

    • @saaraswata
      @saaraswata  2 หลายเดือนก่อน

      Do one thing, do as per video, but use this instead
      git clone -b gyro github.com/saaraswata/espquad32.git

  • @chrisgray7
    @chrisgray7 หลายเดือนก่อน

    Awesome!! Can a use the 6500 instead of the 6050 analoge to this tutorial? Are there some things i need to keep in mind when trying with a different imu?

    • @saaraswata
      @saaraswata  หลายเดือนก่อน

      The drivers for mpu6500 are not present in the firmware, however it can be added by tinkering a little bit. After that you can use mpu6500

  • @刘宁-f2t
    @刘宁-f2t หลายเดือนก่อน

    When installing pip install pyqt5==5.13.0 in ubuntu24.04, this error error: externally-managed-environment is reported. How to solve it?

    • @saaraswata
      @saaraswata  หลายเดือนก่อน

      I am also facing an issue in Ubuntu, I haven't found any solutions yet, I'll inform once I find

    • @刘宁-f2t
      @刘宁-f2t หลายเดือนก่อน

      @@saaraswata okey

  • @geogold420
    @geogold420 17 วันที่ผ่านมา

    there's an error in the code, error:
    'pressure' undeclared (first use in this function)
    ms5611GetData(&pressure, &temperature, &asl);
    error: 'temperature' undeclared (first use in this function)
    ms5611GetData(&pressure, &temperature, &asl);
    error: 'asl' undeclared (first use in this function); did you mean 'flsl'?
    ms5611GetData(&pressure, &temperature, &asl);

    • @saaraswata
      @saaraswata  15 วันที่ผ่านมา

      Which branch did you clone

  • @Ayush_Pr-ot1wh
    @Ayush_Pr-ot1wh 12 วันที่ผ่านมา

    What is weight of you drone and which battery are you using ??

    • @saaraswata
      @saaraswata  12 วันที่ผ่านมา

      60 grams including battery, using 800mAh 30C Lipo

  • @CircuitCreator
    @CircuitCreator หลายเดือนก่อน

    Hey I am facing problem can you help me please

    • @saaraswata
      @saaraswata  หลายเดือนก่อน

      Yeah you can ask you question here

    • @CircuitCreator
      @CircuitCreator หลายเดือนก่อน

      ​@@saaraswatasend me your insta ID

    • @saaraswata
      @saaraswata  28 วันที่ผ่านมา

      I am not on insta, email me at : saaraswataroy@gmail.com