Pratik Phadte
Pratik Phadte
  • 26
  • 154 348
LongFly Drehm Teensy Arduino Flight controller UNBOX and Setting up Part 1
Get the teensy FC here: www.longfly.co/PRATIK1910
Modified code for Teensy FC using servoPWM
protocol for SIMONK 30A escs: github.com/pratikPhadte/dRehmFlight/blob/master/Versions/dRehmFlight_Teensy_BETA_1.3/dRehmFlight_Teensy_BETA_1.3.ino
Nicolas Rhem: ua-cam.com/users/NicholasRehm
Переглядів: 335

Відео

How to improve stability of DIY Esp32 Drone FC? | ESP32 S3 FC
Переглядів 1,1 тис.28 днів тому
Hello all, this video is on how to improve flight of the esp32 drone. GitHub repo: github.com/pratikPhadte/ESP32-Flight-controller- Do visit my channel and explore my links for connecting with me! If any queries you can drop them in my comment section, I will respond.
PID controller Simple explanation with a Quadcopter as example.
Переглядів 64 тис.Місяць тому
This video is about a pid controller with a practical example. You will briefly know what a pid controller is and understand the variation of gains in pid loop. Please leave any suggestions in comments. Resources: For esp32 flight controller and WiFi pid tuning code. Esp32 GitHub repository: github.com/pratikPhadte/ESP32-Flight-controller- References: Joop Brooking -ua-cam.com/video/JBvnB0279-Q...
How to use Webcam or IP address video feed in ROS2?
Переглядів 2702 місяці тому
GitHub repo - github.com/pratikPhadte/my_camera Main purpose to make this repo was to stream video from an ip address. Existing repo for webcam feed - 1. USB cam 2. OpenCV cam
MicroRos ESP32 Robot with Computer Vision | ROS2 | OpenCV | Gazebo
Переглядів 1,1 тис.2 місяці тому
Hey guys! It’s been super long since the old video, I have been quite busy with a few exams. However, I am free now to make content! This robot is really affordable and it won’t cost like a raspberry pi ;) however, there are its own downsides but nevertheless, it’s the best shot for learning Ros and getting started. If you liked this robot, post your comment, would love to hear from y’all! Belo...
ESP32 Drone Flight controller with Camera
Переглядів 4,7 тис.4 місяці тому
Hey guys, apologies for the absence of the content, I have been a little busy, I'll get back when I can. I have uploaded the schematic to my Github, it is the same circuit as earlier but clear and easier to understand. I used EasyEDA to generate the Gerber file and then used Robu.in Services to print the PCB. github.com/pratikPhadte/ESP32-Flight-controller- FPV camera setup items: 1. 1/3" CMOS ...
Full Guide How to make ESP32 Quadcopter | Code and Schematic
Переглядів 9 тис.7 місяців тому
Github: github.com/pratikPhadte/ESP32-Flight-controller- In my repository in GitHub, you will find code and schematic for the flight controller. There is also a bill of materials list to refer. For indoor flight keep p gain of pitch and roll to be 0.6 And for outdoor flight keep p gain of pitch and roll to be 0.75 This is done considering the wind rush in outdoor conditions Patreon patreon.com/...
Change PID gains over WiFi | ESP32 DIY quadcopter & Flight controller code in Arduino IDE
Переглядів 6 тис.8 місяців тому
The code takes in PID gain values from the webserver and uploads them to the ESP32 upon activation of the switch on the transmitter, this can be used for various applications other than a quadcopter. github.com/pratikPhadte/ESP32-Flight-controller- Reference links: randomnerdtutorials.com/esp32-esp8266-input-data-html-form/ randomnerdtutorials.com/esp32-useful-wi-fi-functions-arduino/
How to make ESP 32 DIY FLIGHT CONTROLLER PROTOTYPE #2 | Part 2
Переглядів 19 тис.8 місяців тому
So I have learnt from my past mistakes and made this newer version of ESP32 flight controller. The code and setup remain the same. github.com/pratikPhadte/ESP32-Flight-controller- Disclaimer- this is a basic code to help people understand the flight computation of a quadcopter using inexpensive development boards. It is not meant for professional purpose. Please verify all the information befor...
How to make ESP 32 DIY FLIGHT CONTROLLER PROTOTYPE #1 | Part 1
Переглядів 14 тис.8 місяців тому
Joop Brokking YT- www.youtube.com/@Joop_Brokking github.com/pratikPhadte/ESP32-Flight-controller- Carbon Aeronautics YT- www.youtube.com/@carbonaeronautics
DIY ESP32 quadcopter test flight results - PiD tuning and time cycle variation
Переглядів 1,6 тис.9 місяців тому
This is my upcoming project where I am developing an ESP32 flight controller from scratch. A stable angle mode flight code is available in the below link. If you have any questions please feel free to drop them in comments. github.com/pratikPhadte/ESP32-Flight-controller- Patreon patreon.com/PratikPhadte?Link&
Goan evenings
Переглядів 1229 місяців тому
Goan evenings
Low-cost DIY STM32 based Quadcopter-Test flight - DIY flight controller for drone
Переглядів 2,2 тис.10 місяців тому
Low-cost DIY STM32 based Quadcopter-Test flight - DIY flight controller for drone
DEMAND RESPONSE CONTROLLER
Переглядів 1402 роки тому
DEMAND RESPONSE CONTROLLER
FY Project Video 1/2
Переглядів 1063 роки тому
FY Project Video 1/2
How to make a Tesla Coil QUICKLY!
Переглядів 1293 роки тому
How to make a Tesla Coil QUICKLY!
Tesla coil with background music
Переглядів 823 роки тому
Tesla coil with background music
Energy Saving Air conditioner Algorithm along with consumer comfort
Переглядів 1103 роки тому
Energy Saving Air conditioner Algorithm along with consumer comfort
What Is Back EMF In Synchronous Motor?
Переглядів 7 тис.4 роки тому
What Is Back EMF In Synchronous Motor?
What Is Meant By Excitation in Synchronous Motor?
Переглядів 12 тис.4 роки тому
What Is Meant By Excitation in Synchronous Motor?
Introduction And Working Of Synchronous Motor
Переглядів 7 тис.4 роки тому
Introduction And Working Of Synchronous Motor
What is a Relay? , Relay Interfacing With 8051 MicroController
Переглядів 2,8 тис.4 роки тому
What is a Relay? , Relay Interfacing With 8051 MicroController

КОМЕНТАРІ

  • @nikolaskupnjak7248
    @nikolaskupnjak7248 3 дні тому

    Hi everyone. I have a problem with using IBusBM library with the ESP32 to get the transmitter values. I get an error code and it says that, for example, "timerAlarmEnable" was not declared in this scope. There is more error messages. Can someone help me because I can't find anywhere about my problem. Thanks in advance!

  • @have_fun1107
    @have_fun1107 5 днів тому

    could you please show how we can implement gps into this drone?

  • @Rick-gl8bq
    @Rick-gl8bq 5 днів тому

    Hi Pratik, I'm an university students from Taiwan who have been working on a drone project quite similar with yours(including hardware sets). Me and my partners admire your delicate work very much. But recently we have been faced with a tricky problem about vibration. Zip tie and vibration-reducing panel have both been considered and tried, but the outcomes were not good enough for the drone to fly. Can you tell me your software or other hardware solution about it? Thanks.

    • @pratikphadte
      @pratikphadte 5 днів тому

      THanks for your kind words, i would suggest you to refer my stable flight video, that has some improvements in flight by doing accelerometer calibration.

  • @tsshadowff
    @tsshadowff 5 днів тому

    Hey bro! I want a coustom project. Can you build it for me! Your Instagram ID please

  • @Hadii127
    @Hadii127 7 днів тому

    thanks

  • @Ahmet-es9kf
    @Ahmet-es9kf 9 днів тому

    Bu dronun bir benzerini kendim yapıyorum ESP 32 kullandım. Kodlar sizin githubda paylaştığınız kodlarla aynı, bağlantılardada bir sorun yok pid ayarlarıda dahil olmak üzere herşey aynı fakat deone stabil uçmuyor kontrolü çok zor, sebebi ne olabilir?

    • @pratikphadte
      @pratikphadte 5 днів тому

      Please try watch the stable flight video and try following the steps in that, I think it should help

  • @dipanshudhote5671
    @dipanshudhote5671 9 днів тому

    where is the gihub link?????

  • @mrknight3552
    @mrknight3552 10 днів тому

    Noo audio

  • @varshithindia
    @varshithindia 13 днів тому

    About your disclaimer: you mentioned that the clock frequency of ESP32 as 80Mhz, but actually it is 240Mhz. If i'm correct then why did you changed the microcontroller?

    • @pratikphadte
      @pratikphadte 9 днів тому

      Normal esp32 dev kit allows you to have only 80Mhz clock for some reason, I was not able to find option for 240Mhz

    • @pratikphadte
      @pratikphadte 9 днів тому

      I just wanted to see if there was any improvement in trying a new uc , but it was more or less the same result.

  • @techknowledge9424
    @techknowledge9424 14 днів тому

    Sir could you explain esp32 flight controller whole code.

  • @physicswallah_Shiksha
    @physicswallah_Shiksha 14 днів тому

    list of component is not clear

    • @pratikphadte
      @pratikphadte 5 днів тому

      It’s there in an excel file, you can find it there clearly with price

  • @sharifsk0722
    @sharifsk0722 15 днів тому

    Is it possible to build a small drone in budget?

    • @pratikphadte
      @pratikphadte 5 днів тому

      Yes it is, just need to worry about weight and think of a mechanism to run motors with mosfet

  • @sharifsk0722
    @sharifsk0722 15 днів тому

    Please make it from scratch in one video please 🙏🙏🙏🙏

    • @pratikphadte
      @pratikphadte 5 днів тому

      I am trying to, I have recently moved to a different country for studies, I’m getting quite busy so, but I’ll make soon!❤️

  • @sharifsk0722
    @sharifsk0722 15 днів тому

    Totol cost please

    • @pratikphadte
      @pratikphadte 7 днів тому

      Approx 11k bro with flysky fsi6 transmitter receiver

  • @have_fun1107
    @have_fun1107 15 днів тому

    Hello, great tutorial. while you update the PID the loop timer is 5000 microseconds. is the loop timer same while you run the drone without wifi PID tunning?

    • @pratikphadte
      @pratikphadte 5 днів тому

      There is an option to change the pid time in the wifi code, so I am changing it there it self, when I upload the code, default may be something but then I change it in the webserver ip address.

  • @TMADZ0712
    @TMADZ0712 16 днів тому

    hi im trying to build quadcopter with esp32 but with coreless motor do i need to change anything to the code because im using mosfet as motor driver

    • @pratikphadte
      @pratikphadte 5 днів тому

      That’s terrific, You need to change the motor write protocol, maybe use analog write instead of servo write.

  • @saadanasilmamuna2880
    @saadanasilmamuna2880 17 днів тому

    English is a weird language. German accent can be funny but such English remains fully understandable. Finnish accent is weird but even such English remains fully understandable. However, under Indian accents English will fully loose its clarity. There are so many nice videos on the Internet which remain tolerable just on the condition you switch the sound off and read the subtitles.

    • @pratikphadte
      @pratikphadte 5 днів тому

      I hope the video helps you in some way 😅

  • @dipanshudhote5671
    @dipanshudhote5671 22 дні тому

    Hello Pratik, I build a mini drone based on esp32 all works fine but there is one issue while uploading the code or pressed reset button the motors get starts automatically until uploading gets finished, I already set these pins to 0 in setup section, then what might be the error causing it... ?????

    • @pratikphadte
      @pratikphadte 5 днів тому

      Hello, great to know this, but I’m not quite sure how to help you as I don’t know about your system. Can you frame the question better with elaboration?

    • @dipanshudhote5671
      @dipanshudhote5671 5 днів тому

      Problem is solved now, some pins of esp32 boards get logic high whenever we upload programs or pressing reset button, I go through every pin and found 4 pin which are logic low at these conditions and now working fine, I choose pin 2, 4, 12, 25

  • @varshithindia
    @varshithindia 25 днів тому

    Hello, can know if we want to fly the drone only in Z axis (up and down) do we have to only move the throttle stick or do we have to even move the yaw and pitch channel in transmitter?

    • @pratikphadte
      @pratikphadte 24 дні тому

      This drone usually drifts and hence we have to move the pitch and roll at times to fix it.

    • @varshithindia
      @varshithindia 23 дні тому

      @@pratikphadte can i get your mail id? Even after calibration my roll and pitch angles are AccX:-0.05 AccY-0.04 AccZ1.00 AngleRoll:-2.02 AnglePitch:3.01 AccX:-0.05 AccY-0.04 AccZ1.00 AngleRoll:-1.98 AnglePitch:2.97 AccX:-0.05 AccY-0.03 AccZ1.00 AngleRoll:-2.02 AnglePitch:2.97 AccX:-0.05 AccY-0.04 AccZ1.00 AngleRoll:-1.95 AnglePitch:2.84

  • @bushettyshivakumar7341
    @bushettyshivakumar7341 25 днів тому

    can you make a course, i will buy

    • @pratikphadte
      @pratikphadte 24 дні тому

      That’s so wonderful to know, thanks, I am planning on it.

  • @akyadavhere
    @akyadavhere 26 днів тому

    I too build a quad with Joop's YMFC and made some modification, My quad flies very very stable, I mean in terms of stability it is near by ardupilot. First of all soft mount the IMU (Your two layers of foam tape ain't gonna absorb enough high Hz vibrations, instead of using full size tape pieces use strips of 4-5mm stacked one upon another, and use these as pillars on two side of the boards, leave the center space empty. Trust me this will alone absorb all the extra vibrations). Second, do balance your prop to as much extent as possible (See Joop's video, In his test program I had a vibration value reduced to 50-70 from 300+). Trust me just doing these two things properly, helped to increase the stablity by 60%. Don't forget to do the standard PID tuning after hardware changes.

    • @pratikphadte
      @pratikphadte 24 дні тому

      Thank you for this comment, I appreciate your answer, I am keeping this in mind and I made a few changes, i am still facing some issue in stability, my motors were very badly damaged so I have got new better motors, I will test your recommendations and see the results.

  • @farziverse4209
    @farziverse4209 27 днів тому

    I assume you must have learnt from Brokking and made the 1st version, because he also had only calibrated gyro and accelerometer. But nice insight, thanks!

    • @pratikphadte
      @pratikphadte 27 днів тому

      Yes he is my inspiration for all this! I sort of missed out on acceleration calibration, post that results were much better.

  • @manhcuongnguyen2784
    @manhcuongnguyen2784 27 днів тому

    Can you upload the program for the new microcontroller to your GitHub? I watched part of the program in your video, but I'm not sure which part of the flight control program has been adjusted. :']]

  • @dipanshudhote5671
    @dipanshudhote5671 28 днів тому

    hii, i am building mini drone with esp32 with wifi apk remote, i have a problem when i set the Wire.setClock(400000) and use wifi to receive data, they not work but if i remove this line all works fine, so is it necessary to keep this line in a code??????

    • @pratikphadte
      @pratikphadte 27 днів тому

      Yes this line is important, I think the WiFi runs on a separate core, so try calling this line after your WiFi code, or try setting the values lower than 400khz and see what happens, there are certain standard values.

    • @akyadavhere
      @akyadavhere 26 днів тому

      Make sure your I2C connections are intact, also try shifting the setClock() after begin(), In my case these things helped to solved the halting issue in code

    • @dipanshudhote5671
      @dipanshudhote5671 26 днів тому

      @@akyadavhere okk

    • @dipanshudhote5671
      @dipanshudhote5671 26 днів тому

      Have u try this esp32 flight controller????

  • @steinne
    @steinne 28 днів тому

    Thank you for sharing

    • @pratikphadte
      @pratikphadte 27 днів тому

      It’s my pleasure, thank you!

  • @sandeepgogu4742
    @sandeepgogu4742 29 днів тому

    Bro how much does it cost to make one..?

    • @pratikphadte
      @pratikphadte 29 днів тому

      The flight controller itself should cost you around 800 rupees or less

  • @myetis1990
    @myetis1990 Місяць тому

    you should consider that you wil not use the connection part during real flying, so you need to compensate the PID values for real weight and geometry.

    • @pratikphadte
      @pratikphadte Місяць тому

      Yes I agree, again this video is to demonstrate the PID controller and not to be referred completely as a guide to tune your quadcopter.

  • @AshieduJude
    @AshieduJude Місяць тому

    Nice job. What if I want to use the Crazyflie android app for WiFi or Bluetooth control using Andriod phone?

    • @pratikphadte
      @pratikphadte Місяць тому

      I think you could do that, you have to test its APIs. I tried with a web page joystick and it works alright. The libraries I used were Esp32Async server and esp32 webserver

    • @AshieduJude
      @AshieduJude Місяць тому

      @@pratikphadte okay. Thank you

  • @neymarjr266
    @neymarjr266 Місяць тому

    do ready-made flight controller give direct pid value

    • @pratikphadte
      @pratikphadte Місяць тому

      The pid values are kind of related to the drone system so ideally it’s never the case but fast fc like thee speedybee have a good processing speed and that makes their pid values workable for a broader bandwidth of Systems, they may give the most perfect result but it’s almost satisfactory.

  • @pranav4533
    @pranav4533 Місяць тому

    😊waiting for next video

  • @mehul4mak
    @mehul4mak Місяць тому

    I understand PID, one of the best video but I am still not able to find out why drone oscillate even if you are not giving any command. What phenomenon is it?

    • @pratikphadte
      @pratikphadte Місяць тому

      Thank you for your kinds words, can you please mention the timestamp? If you are talking about the very high oscillations, it’s because of the overshoot in the p controller.

  • @sumitgumtya
    @sumitgumtya Місяць тому

    bro make PID video in hindi

    • @pratikphadte
      @pratikphadte Місяць тому

      My audience is very niche I feel that’s why I make videos in English, but yes I can work on that idea. Thanks

  • @sumitshinde7695
    @sumitshinde7695 Місяць тому

    bro can you tell me the name of the controller and are there any alternative?

  • @satyamagrawalblogs
    @satyamagrawalblogs Місяць тому

    Actually flying pid use please

    • @pratikphadte
      @pratikphadte Місяць тому

      I have showed one in my pid WiFi tuning video, check that one, also there is a small 2 min video showing the flight, you may check that as well.

  • @neymarjr266
    @neymarjr266 Місяць тому

    see how your drone is stable almost stable at p =1 and rest values zero . But my drone is free falling have tried different values of p. Also my circuit is connected using jumper wire not pcb/gbp.

    • @pratikphadte
      @pratikphadte Місяць тому

      Hello, the results will vary as this is done on a stand, and the system is different from an independent quadcopter , I suggest you to follow a p value of 0.7 and d value of 0.008, I you can keep 0

    • @neymarjr266
      @neymarjr266 Місяць тому

      @@pratikphadte see in my drone correction are happening but in your case the drone is in center stable that is not happening

  • @embedded_coding
    @embedded_coding Місяць тому

    how can talk to you bro?

    • @pratikphadte
      @pratikphadte Місяць тому

      Yes, I’m available for personal guidance on drone related stuff on my Patreon!

  • @ro-kg5vb
    @ro-kg5vb Місяць тому

    I think I should be zero here. The angle is already an integration and the rotation speed of the motors also change slowly, I mean when you have a new controller output, the motor speed is still the same and needs time to change, almost like another integration. So it is not good to add even more I in the controller. You could also try to use 2 control loops. So the inner loop is the pitch RATE controlled by an PID controller that gets the target pitch rate from the outer loop, that is also an PID control loop. The outer loop should have I gain = 0. The first step of tuning is that the inner loop only so the copter can rotate at a rate that you want. If that works, add the outer loop. The horizontal bar is also an issue as others already commented. I'd suggest to use a thread that is connected so it fits the center of gravity. A thread will have almost no friction but limited number of rotations. So I'd keep the horizontal bar until the control works good enough so that the number of rotations is not an issue anymore.

    • @pratikphadte
      @pratikphadte Місяць тому

      Thank you for your reply, however I could grasp it not so well, if possible can you share me some resources I can follow, especially the dual loop part. And yes you are right about the rod, i made this video for people to understand and learn about a pid controller and not specifically about the drone. You are right the values will change when I fly the quadcopter independently. I hope my answer makes sense.

    • @ro-kg5vb
      @ro-kg5vb Місяць тому

      @@pratikphadte I'm not sure if I can post a link as yt sometimes blocks the comment, but the term to search is mathworks cascade control loop for example.

    • @what_on_arth
      @what_on_arth 19 днів тому

      Removing the integral gain for this specific constrained system may work due to a lack of external perturbations, but will not work in-flight. The "I" gain helps mitigate lots of external factors such as mass imbalance, wind gusts etc. A quick check is to see what happens if you put the battery to one side of the frame instead of the center with no integral gain. From experience I can tell you that your vehicle will (in this constrained setup) stabilize at a non-zero roll angle. In-flight this would mean your vehicle will stabilize with a coupled roll-pitch tilt and fly off into the sunset. ;)) Furthermore, two control loops generally make sense when you have time-scale separation, e.g rotational and translational dynamics where rotational dynamics are much quicker than translational. Then you could have one loop for stabilization (rotational dynamics) as you have now which operates at relatively higher sampling rates, and another one for navigation/guidance/waypoints (translational kinematics/dynamics) which operates at lower sampling rates, typically a difference of 10x. Then you could have the outer loop (slower) command attitudes from the inner loop (faster) for translational motion. @pratikphadte, loved the work. I did something similar on an Arduino Mega last summer. Worked out for a bit, but as you may have figured out from your own experience, quick and responsive PID control and stabilization across the normal flight envelope is not something that boards like an Arduino or an ESP32 handle well with their relatively massive overhead. Switched to an APM 2.8 and later to a Pixhawk 2.4.8, couldn't be happier today with all the flying that I do and the additional functionalities they offer. Good luck and happy flying!

  • @TrungHaiPham-p5g
    @TrungHaiPham-p5g Місяць тому

    Hello Pratik Phadte, I'm Hai from Vietnam. I watched your tutorial video on making an ESP quadcopter and I really admire you. Currently, my team and I are developing a similar device but we are facing some issues with testing the PID. Could we ask you some questions to help us solve our problems? May I connect with you on some social networks like Facebook or Instagram? Thank you very much.

    • @pratikphadte
      @pratikphadte Місяць тому

      Hello Trung, thank you for your kind words. I am amazed to see that you all are working on it! And good luck to you!. I would suggest you to watch my videos and the resources in my videos carefully to solve your problems. I am available on Patreon, if you would like to get personal guidance, I am doing it only for my paid members on Patreon, due to lack of time I am unable to help everyone, please take this is a good way, thank you! And I again appreciate your comment and your words!

  • @fifaham
    @fifaham Місяць тому

    @11:00 when the drone flies in the air it will have completely different COG location point. This is due to the fact that the parts are not distributed perfectly symmetrical relative to the center.

    • @pratikphadte
      @pratikphadte Місяць тому

      Yes you are correct, I made this video for people to understand learn about a pid controller and not specifically about the drone. You are right the values will change when I fly the quadcopter independently. I hope my answer makes sense.

  • @fifaham
    @fifaham Місяць тому

    @10:42 the center of gravity in this case is not aligned with the frictionless horizontal bar, this doesn't represent the actual calibration. Your ideal axis of swivel must change to probably adding a vertical frictionless bar that is collocated with frictionless horizontal for a valid calibration. Alternatively, you may need to figure out where exactly the COG located and hang the drone right on that COG point.

    • @pratikphadte
      @pratikphadte Місяць тому

      Yes you are correct, I made this video for people to understand learn about a pid controller and not specifically about the drone. You are right the values will change when I fly the quadcopter independently. I hope my answer makes sense.

  • @manhcuongnguyen2784
    @manhcuongnguyen2784 Місяць тому

    Hello, I followed your instructions, but I couldn't find your webserver to customize the PID. Could you share the address of that webserver with me?

    • @pratikphadte
      @pratikphadte Місяць тому

      Hello, please follow the WiFi tuning video, in that I have mentioned how to get the ip address of the esp32.

    • @manhcuongnguyen2784
      @manhcuongnguyen2784 Місяць тому

      @@pratikphadte I figured it out! Thank you so much, and I hope to see more videos about quadcopters from your channel in the future.

    • @neymarjr266
      @neymarjr266 Місяць тому

      is the code working properly and making the drone stable

  • @SKHROSX
    @SKHROSX Місяць тому

    OSM brother, really loved your piloting confidence and risking those PC. even though i am seeing this video, i was afraid 😁😁. liked your confidence even more when you takeoff again 7:30 . Nice Work

  • @neymarjr266
    @neymarjr266 Місяць тому

    do we get same pid value from the same drone but from diferrent flight controller

    • @pratikphadte
      @pratikphadte Місяць тому

      No it depends, if the fc has good clock freq then for better working I can select a lower time cycle which can sort of give me pid values which will be different Than the esp32 pid values

    • @neymarjr266
      @neymarjr266 Місяць тому

      @@pratikphadtewould it be same for arduino uno and amp2.8 as they both have 16M hz , will it be same?? . Because i am trying pid tuning but facing problems using the arduino .

    • @pratikphadte
      @pratikphadte Місяць тому

      Can’t say for sure but yes

    • @neymarjr266
      @neymarjr266 Місяць тому

      @@pratikphadte bro have you done this thing on arduino

    • @pratikphadte
      @pratikphadte Місяць тому

      No I haven’t, you can check joop brokking for Arduino fc

  • @sarvajittilve7542
    @sarvajittilve7542 Місяць тому

    Great bro!

  • @PAMarechal
    @PAMarechal Місяць тому

    Good Job. You can also use the Ziegler-Nichols method to calculate the coefficients for I and D. It was developed by John G. Ziegler and Nathaniel B. Nichols. The method presented here uses the generation of continuous oscillation in a closed loop.

    • @pratikphadte
      @pratikphadte Місяць тому

      Yes sir I agree, I wanted to mention this method. It is being used in the pixhawk flight controllers. Thank you for sharing your input, glad!

  • @nightshowdown4178
    @nightshowdown4178 Місяць тому

    as always video is just great and very informative i like your work and salute you for all the hardwork you do for a single video 🫡

    • @pratikphadte
      @pratikphadte Місяць тому

      @@nightshowdown4178 thank you for subscribing and supporting! Thank you so much!!

    • @nightshowdown4178
      @nightshowdown4178 Місяць тому

      @@pratikphadte hey just wanted to give you suggestion would it be better if you upload code explanation series like carbon aeronautics or joop brokking that what you entire code is doing and how an individual can make it ? just a suggestion hehe🙂

    • @pratikphadte
      @pratikphadte Місяць тому

      @@nightshowdown4178 ill take up on it, but the thing is Carbon Aeronatics and joop have already done a god jobs, to recreate it, it seems like a re work. But never the less, ill try making. I have some more good stuff coming UP. I really appreciate your suggestion and advice, thank you so much for supporting!