Raspberry Pi Flight Controller: Hardware Review

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ก.พ. 2023
  • This video shows the basic hardware needed to create a Raspberry Pi flight controller.
    Hardware Components:
    RadioMaster TX16S: www.radiomasterrc.com/product...
    FrSky Taranis Receiver X8R 8: www.frsky-rc.com/product/x8r/
    Buck Converter: www.amazon.com/dp/B07XXWQ49N?...
    Raspberry Pi 4: www.raspberrypi.com/products/...)\
    ESC (Electronic Speed Controller): www.amazon.com/gp/product/B07...
    Servos: a.co/d/2zQ9lRW
    Git Hub Repository for Computer Vision Flight Controller:
    github.com/timmarkhuff/horizo...
    #python #opencv #drone #rcplane #computervision #robotics #aviation #fpv
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    A fascinating example of applying computer vision. Thanks for sharing details and posting the code.

  • @ja_ja_wunderbar
    @ja_ja_wunderbar ปีที่แล้ว +1

    👍can't wait for the next part. 😊

  • @hamzaehsan404
    @hamzaehsan404 9 หลายเดือนก่อน +1

    This was amazing. I have some experience wit computer vision and drones but needed a little guidance when it comes to hardware. I am trying to work on rasberry pi powered autonomous check point script for my aeroscout.

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

    Tim, good job!

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

    awesome video thank you -- looking forward to part 2!

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

      It's coming soon! Stay tuned

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

      ​@@timmarkhuff😢

  • @BooDevil65
    @BooDevil65 ปีที่แล้ว

    Awesome, I must try this! I do vision systems for defect detection professionally, and at home have an unused rpi4, a brand new pusher plane kit that I got 2 days ago, and an extra GPS receiver 😁
    Keep up the good work!

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

      lol I'm in the same boat as you!

  • @MrTully
    @MrTully ปีที่แล้ว

    This is so cool!

  • @Twitch-Lord
    @Twitch-Lord ปีที่แล้ว +1

    i love this channel

  • @tenns
    @tenns ปีที่แล้ว +1

    you can use ELRS with an sbus(i think it's the protocol on the RX output side) library if you want more range and consistancy, and want to reduce weight. A bit of a tangent to your goal, just in case you need it!
    You could also get a pwm ELRS receiver, but that's more than 1 wire, but you're using the RX as PDB so might be a better option

  • @shivavarunadicherla
    @shivavarunadicherla ปีที่แล้ว +1

    Your skill and interest in this field is amazing. I only have an esp32 and was waiting for buying a raspberry pi but the shortage ruined it. So I cant replicate it ;( Cheers on the good work

    • @Willy_Tepes
      @Willy_Tepes 11 หลายเดือนก่อน +1

      Same principle. You can do this with an Arduino.

  • @bernardhfox
    @bernardhfox ปีที่แล้ว

    Excellent!

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

    Thanks. I want to do this on some level with a Pico/MMBasic and already have a PWM Throttle function similar to a tester. Some sensors should be able to provide "something" to start with and flying in a straight line for some time would be a pass.

  • @farkhodkhikmatov4738
    @farkhodkhikmatov4738 ปีที่แล้ว

    i cant believe its so simple!

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

    Love it would like to see the pi zero 2w or the zero

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

    nice project) ty

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

    Extremely cool! Is there any reason not to use normal IMU? Looks bit more challenging and prone to fail in case of poor visibility.

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

    This is very promising! First time I see computer vision on an RC plane. I wonder how more complex the software can get if you feed the footage to a laptop and perform the computer vision there.

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

      Or what about putting a more powerful computer on the plane, like a Jetson. I might go in that direction at some point

  • @GhostRyderFPV
    @GhostRyderFPV ปีที่แล้ว +2

    Future Ghost is back, after ingesting the rest of the awesome: You're doing this with a Pi Cam 2?!!! I assumed you had the mythical HQ Module with a long-ish lens (the cam 2 is 62 degrees FOV, but the discriminator shows about 10 degrees of sky and horizon, no?). Sorry, this is absolutely fascinating. Last question, I promise.

    • @timmarkhuff
      @timmarkhuff  ปีที่แล้ว +1

      I have an HQ camera and I originally intended to use it for this project, but I learned two things: 1) it’s very heavy with its lens, not good for flying on small planes 2) the normal RPI camera captures plenty of detail for what I am trying to do. No need for HQ. Of course, it might be nice to have an HQ camera just to get better video of what I am doing, but it won’t make the program run any better.
      The FOV of the Camera v2 is 48.8 according to the documentation. The horizon detector uses this value to calculate the pitch.

    • @GhostRyderFPV
      @GhostRyderFPV ปีที่แล้ว

      @@timmarkhuff Holy crap, I saw the new Global Shutter Camera from Pi, and thought of your project. Not sure if your system suffers from rolling shutter, or Jello, or any CMOS specific issues, but take a look: th-cam.com/video/1r9AxhCZclc/w-d-xo.html

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

      @@timmarkhuff The HQ camera is heavy considering what most people would use it for on a plane. As a downward looking camera on a larger motorized glider, it would make sense for things like object detection and tracking. Lost sheep and such. ;)

  • @narimanfrokawan7729
    @narimanfrokawan7729 7 วันที่ผ่านมา

    nice projected

  • @choasisgoated
    @choasisgoated 14 วันที่ผ่านมา

    Hey is part 2 coming?

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

    Dogfight Blick😮😮😮

  • @nakilakeddys.7571
    @nakilakeddys.7571 7 หลายเดือนก่อน +1

    Hello, im from the philippines, i hve a question on the flight computer. Is it good to use raspbery pi or arduino?

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

    @timmarkhuff could you please explain how do you stream the video from the camera connected to RPi? Thank you.

    • @timmarkhuff
      @timmarkhuff  2 หลายเดือนก่อน +1

      It’s a raspberry pi camera v2 connected directly to the raspberry pi. I used cv2.VideoCapture to interface with the camera

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

    So you are using one voltage converter for the Pi and one for the receiver? How many amps does the Pi actually need? You can easily get 3 amps out of a esc with bec. Size and weight does not seem to be an issue here, but this setup could easily lose over half it's weight with some planning.

    • @timmarkhuff
      @timmarkhuff  10 หลายเดือนก่อน +1

      Thanks! I'll look into that

  • @mrmoonrc
    @mrmoonrc ปีที่แล้ว

    👍I looked at the sources. seems like I might dare. but where do i choose the pins for the servos etc.? Didn't find this in the GitHub sources. thanks.

    • @timmarkhuff
      @timmarkhuff  ปีที่แล้ว

      Thank you for your interest in the project! The GPIO pin numbers are passed into the TransmitterSwitch and ServoHandler objects in main.py. Please note that the version on GitHub is a slightly older version than what I use in this video. The version you see on GitHub does not use SBUS, but rather reads each output from the receiver using different GPIO pins. I plan to have the updated SBUS version of the code up on GitHub soon, but it still needs more work at this point.

    • @mrmoonrc
      @mrmoonrc ปีที่แล้ว

      @@timmarkhuff thanks! So I should wait...

    • @timmarkhuff
      @timmarkhuff  ปีที่แล้ว

      @@mrmoonrc I would wait. The next version will be better and easier to install and deploy.

  • @mukeshbaskaran2557
    @mukeshbaskaran2557 7 วันที่ผ่านมา

    Are you not controlling the thrust (i.e speed of your motor) using raspberry pi?

    • @timmarkhuff
      @timmarkhuff  7 วันที่ผ่านมา

      I am not. Haven’t figured out how to measure airspeed yet, so I wouldn’t be able to control throttle

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

    How would I go about finding a plane that does not come with a receiver or anything?

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

      Search for “plug and play” airplanes

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

    Hi, are you still active in the project? Will there be another part/update? Thank you! :)))

    • @timmarkhuff
      @timmarkhuff  10 หลายเดือนก่อน +1

      This project has been on the back-burner for a bit, but I’m getting back into it now. I hope to have a new version available soon that controls the rudder and reads SBUS packets from the receiver. Stay tuned!

  • @jebeandiah
    @jebeandiah ปีที่แล้ว

    how hard would it be to use crsf instead of sbus

    • @timmarkhuff
      @timmarkhuff  ปีที่แล้ว

      I’m not as familiar with that protocol, but in theory it should be possible. I found a Python library that can read SBUS. Perhaps there is something like that out there for CRSF, or if not, perhaps it could be created.

    • @mikenomatter
      @mikenomatter ปีที่แล้ว +1

      at last you can use CRSF to SBUS converter from Matek or any other

    • @alexanderfedorov7890
      @alexanderfedorov7890 ปีที่แล้ว

      @@timmarkhuff its rather simple. buzz trappy for spec pdf, takes 100 lines of code max.

    • @tenns
      @tenns ปีที่แล้ว

      is ELRS sbus or CRSF on the RX output ?

    • @tenns
      @tenns ปีที่แล้ว

      never mind its CRSF

  • @guckesksk5895
    @guckesksk5895 11 หลายเดือนก่อน +1

    Still waiting for software part.😢

    • @timmarkhuff
      @timmarkhuff  10 หลายเดือนก่อน +1

      It’s coming soon! Within a couple weeks I plan to have a version that’s ready to release

  • @peterboy209
    @peterboy209 ปีที่แล้ว

    Subscribed. I should revive my codingskills...

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

    You have code sbus?

    • @timmarkhuff
      @timmarkhuff  8 ชั่วโมงที่ผ่านมา

      I was working on a proof of concept here: github.com/timmarkhuff/horizon_detector/tree/sbus, but it's not really complete. The code I wrote uses an SBUS library provided here: github.com/VermontCoder/read_sbus. I have also had some luck using this C++ SBUS library: github.com/Carbon225/raspberry-sbus. Let me know if any of that is interesting, and I might be able to make a video on it.