Video není dostupné.
Omlouváme se.

Connecting a Stratux to the MakerPlane EFIS

Sdílet
Vložit
  • čas přidán 22. 05. 2023
  • In this video, I demonstrate how to use AHRS information, published from a Stratux ADS-B receiver, to control an attitude indicator on the MakerPlane EFIS.
    If you're not familiar, both the Stratux and the MakerPlane software are free to use and edit - they're both "open source" software packages.
    Here's a link to a document with most of the commands I typed in case you prefer to copy/paste them:
    docs.google.co...

Komentáře • 33

  • @ivanhoyt7757
    @ivanhoyt7757 Před rokem +4

    Dan, that was huge! Thank you for being so generous and patient as you walked us through a number of topics. I'm thankful for the pause button, this is all new territory for me.

  • @nealjenkins4647
    @nealjenkins4647 Před rokem +1

    Great vid. Keep going!

  • @VVV-AVIATION
    @VVV-AVIATION Před měsícem

    Hello Bro , I got stratux , but when I start pyEfis my background always Grey not Blue, and nothing not working, please Help

  • @VVV-AVIATION
    @VVV-AVIATION Před 5 měsíci

    Thanks for your video, how can i change screen resolution in program from 800×480 to 800x600 ?

  • @ivanhoyt7757
    @ivanhoyt7757 Před 10 měsíci +1

    Dan, do you think the MakerPlane EFIS would be able to connect to a TruTrak Vizion and send flight plans from the EFIS to the Autopilot?

    • @dan_der_flieger
      @dan_der_flieger  Před 10 měsíci

      pyEFIS only displays flight and engine sensor information (at least from what I've been able to do). There's a separate mapping project that I haven't messed with at all.
      It's open source software, so it's designed to be a starting point for someone who wants to customize it to their needs. The pyEFIS is a nice little display, but you have to get the data to it and that data needs to be in the format that it's expecting.
      That said, pretty much anything is possible, but if you want something outside of the basic functionality, you'll need to write some code to make it work.

    • @ivanhoyt7757
      @ivanhoyt7757 Před 10 měsíci

      Dan, your videos and your response are so helpful. Thank you for your generous help.

  • @VVV-AVIATION
    @VVV-AVIATION Před 5 měsíci

    Dan all work thanks, and where i can change [ hide back next ems units basic ] buttons size , its very bigs now

    • @dan_der_flieger
      @dan_der_flieger  Před 5 měsíci +1

      I don't think you can change the size of the buttons. The best you can do is move them to the bottom of the display and change the spacing between them. Here are the values you can change to do that:
      button_spacing:
      left_margin:
      top_margin:
      If you use a negative number for the button_spacing: property (for example -120) the buttons will line up in reverse order.

    • @VVV-AVIATION
      @VVV-AVIATION Před 5 měsíci

      @dan_der_flieger yes i did so , thanks bro

  • @michaelbishton9439
    @michaelbishton9439 Před 9 měsíci

    Google just queued your video.. It's great. How do I get true airspeed? What provides the data?

    • @dan_der_flieger
      @dan_der_flieger  Před 9 měsíci

      Good question. I haven't dug into the code enough to know *_exactly_* how pyEFIS calculates it, but my best reasonable guess is that it uses sensor data like indicated airspeed, outside air temperature, and the altimeter setting to calculate it.

  • @showlogisticsllc5109
    @showlogisticsllc5109 Před 2 měsíci

    Having a hard time installing geomag without running a virtual environment. Should this be a problem?

    • @dan_der_flieger
      @dan_der_flieger  Před 2 měsíci

      I haven't had any issues with geomag. It's a pretty common library. Are you sure you've installed it with the correct version of pip (should be pip version 3) and are you sure you have Python version 3.x set as the default? It probably won't work if it's set to Python version 2 unless you specifically run it with v. 3 (python3 ./pyEfis).

    • @showlogisticsllc5109
      @showlogisticsllc5109 Před 2 měsíci

      @@dan_der_flieger I think it may be because of the 2.0 install. I got it running. Now i'm just trying to figure out how to make it work with my stratux.

  • @VVV-AVIATION
    @VVV-AVIATION Před 5 měsíci

    Do you have some instructions or videos how build Stratux , thanks

    • @dan_der_flieger
      @dan_der_flieger  Před 5 měsíci +1

      I built my Stratux while I was doing my flight training 8 years ago. I don't know if things have changed, but here's a link to the project's website. It looks like it has a parts list and assembly instructions:
      stratux.me/
      If that doesn't answer your questions, feel free to ask and I'll do my best. 🙂

    • @VVV-AVIATION
      @VVV-AVIATION Před 5 měsíci

      @dan_der_flieger Thanks a lot bro, and one more question what you think about can it work on asus tinker board 2 ,? Or raspberry pi3 only, and where can i get img or iso files for it Thanks

    • @dan_der_flieger
      @dan_der_flieger  Před 5 měsíci +1

      @@VVV-AVIATION If you can run a Raspbian image on a tinker board, it should work. The only question is if you add the AHRS chip, the pinouts will have to be the same and the GPIO mapping would need to be the same. I've never used a tinker board, so I can't say one way or the other. You'll also want a board that supports WiFi. In my case I usually use "FltPlan Go" as my EFB (free for Android and iOS). I can't remember if I connected the pyEFIS via WiFi or Ethernet, but I know for sure that WiFi works with a tablet or phone for testing.
      As for RPi image, click this link and scroll down to the first "Assets" section. You'll want to download one of the stratux-v1...img.zip files. I'm not sure what the difference is between the two, but my best guess is that the one with "us" in the name is hosted on a server based in the US??
      github.com/cyoung/stratux/releases

    • @VVV-AVIATION
      @VVV-AVIATION Před 5 měsíci +2

      @dan_der_flieger i try build efis from your videos couple month and unlucky , but I hope 🙏 i can

  • @VVV-AVIATION
    @VVV-AVIATION Před 5 měsíci +1

    Thanks for your video, how can i change screen resolution in program from 800×480 to 800x600 ?

    • @dan_der_flieger
      @dan_der_flieger  Před 5 měsíci +1

      At 16:53 in the video, I show how to get to the configuration file. In that file, near the top, you can change the size of the window. The two properties you want to change are:
      - screenWidth: 800
      - screenHeight: 480
      Change the number after *screenHeight:* to whatever you want (600 in your case) save the file, then restart pyEFIS. That should be it.

    • @VVV-AVIATION
      @VVV-AVIATION Před 5 měsíci

      @@dan_der_flieger i will, thanks a lot

    • @VVV-AVIATION
      @VVV-AVIATION Před 5 měsíci

      @dan_der_flieger ill try change , but still nothing , change 800×600 then save yaml file but nothing- no any reactions

    • @dan_der_flieger
      @dan_der_flieger  Před 5 měsíci +1

      @@VVV-AVIATION which of the .yaml files are you changing? It's possible you're changing one that's not being used when you start up pyEFIS.

    • @VVV-AVIATION
      @VVV-AVIATION Před 5 měsíci

      @dan_der_flieger i use same file what you use in video , home/pyEfis/pyefis/config/main.yaml