Flight Simulator Joystick Info

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 213

  • @typxxilps
    @typxxilps 4 роки тому +96

    the animations of the magnets and hall sensors interacting are really great... lot of value how things get together.

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

      especially this bit also 2:40

  • @gaz0z
    @gaz0z 4 роки тому +28

    Brilliant! I was planning to buy a low cost helicopter simulator controller kit to use with VR. Which is roughly same design as yours, minus collective. The kit is £750. With a bit of design change to accommodate collective instead of throttle, I can DIY it for 1/3 of the kit's price ^_^ Thanks a bunch Tom! You made my day!

    • @aldenroswell8504
      @aldenroswell8504 4 роки тому +4

      planning something similar heli simming is expensive

    • @TheBigFatHairyCheese
      @TheBigFatHairyCheese 4 роки тому +2

      I'm considering this for the same thing: add a collective and twist grip throttle and possibly remove the cantering springs from the cyclic would be perfect

    • @DanielRoy76
      @DanielRoy76 4 роки тому

      Oz What heli sim do you plan to play?

    • @scoutg001
      @scoutg001 4 роки тому

      @gargy2002 but you see, i have friends with printers, and soldering irons

    • @rickgreer7203
      @rickgreer7203 4 роки тому +4

      @gargy2002 Or you could do all that and enjoy learning new skills and accomplishing something you haven't done before. Plus then you'll have new tools and a 3D Printer too! And still spend time with your family. Win, win, and win. (Of course yeah, if the only goal is money saving and you don't have interest beyond the device -- just buy it.)

  • @kersgames6382
    @kersgames6382 4 роки тому +8

    Very impressive tom! To make a STRONG flight stick of the shelf and keep it relative cheap!!

  • @SpencerPaire
    @SpencerPaire 4 роки тому +3

    This is was a brilliantly simple and elegant build! I always thought these kind of joystick or HOTAS set-ups would be really tricky.
    One suggestion for the code is it use the Button library. It handles all the current-state/previous-state internally so your code is a lot tighter. Also, you can use arrays to save yourself from repeating code for every axis/button. This makes it a lot easier to add more inputs down the line. That said, arrays can be difficult to figure out, especially with arrays of objects, so there's kind of a learning investment to do.

  • @timcuatt1640
    @timcuatt1640 3 роки тому +3

    Thanks for the links! The code and drivers work great as long as one takes a look and makes sure the axis assignments correspond correctly.
    Appreciate you sharing your work, happy flying! I'll be working on a Spitfire-style spade grip :)

  • @SkydiveCarpathian
    @SkydiveCarpathian 4 роки тому +1

    If you don't have a compass but you know where north is, you can float the magnet in a plastic lid (off a milk bottle or some such) and change the orientation until it lines up N-S. Mark the north pole with a dot from a marker pen.

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

    Didn't know that this second channel existed until you mentioned it in the primary video for this joystick.

  • @1Hippo
    @1Hippo 4 роки тому +22

    Came here because I was wondering how the Joystick driver was made, of course there is already a Arduino library ;)
    Looking at your code I noticed a lot of duplication though, especially the switch part could be written way shorter. Just save the pin definitions and lastButtonState as array, then do the setup and readout in a for loop. CurrentButtonState does not need to be global, one temporary variable is enough. This might sound like overengineering, but it makes changing the pins way simpler as well. I can send you a pull request if you want.

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

      Ooooh I'd be interested in seeing the code myself!

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

      @@timcuatt1640 Here: github.com/Jakeler/Flight-Simulator-Joystick/blob/main/Flight_Sim_Controller.ino
      You can also find it through the open pull request in his repo page.

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

      @@1Hippo Other thing to change.. the joystick range should be 0-1023 and not 0-1024. This is a 10bit value.

  • @paulb36utube
    @paulb36utube 4 роки тому

    This is really cool. The hall sensors are definety something that interests me.

  • @virgilecheminot
    @virgilecheminot 4 роки тому +2

    Thank you so much! I purchased flight simulator recently but the stick that I wanted to buy is out of stock... Now I know what to build!

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

    I have been designing something similar, very early stages, but one thing I am looking into is to surround the stick with a air bladder (similar to a blood pressure cuff) to make the stick stiffer at higher speeds. In fact, originally I was thinking of creating a seat with air bladders to (poorly) simulate G-forces in the seat. If the pilot is well strapped in, air bladders to the back, right and left inflate and push against the pilot (originally for simracing, but it would work for flight simulation as well with some modifications

  • @EastLondonKiwi
    @EastLondonKiwi 4 роки тому +2

    Tim you are a legend! Thanks for this awesome DIY project, I am definitely giving it a go.

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

    Thanks for this. I want to do exactly the same but for a helicopter, so will be adding a collective/throttle lever also. Especially thx for the tip on linear hall effect sensors. The link on your video is no longer valid, but I was able to find sensors for less than $1 US and the first one seemed to work great. This will greatly improve the reliability vs a potentiometer. I also really like how you use 80/20 extrusions. They are so handy for anything like this.

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

    Thank you for this you solved all of the design problems I had, I just need some money, and I already see how to add break on the rudder, more throttle, ffb... seems a cool project to do !

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

    Thanks for both videos. You're a real good engineer.
    Akaki Kuumeri YT video uses the same technique. I assume he inspired you too.
    Both inspiring creations.

  • @benjaminjohnson6476
    @benjaminjohnson6476 4 роки тому +1

    This is great timing! I have been thinking about doing this my self but have no experience with arduino. So Im definitely going to build one now. although i might just go with the rudder and throttle setup first.

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

    Nice, I'd not realised you had a second channel - just subscribed! :)

  • @PaulLemars01
    @PaulLemars01 4 роки тому +5

    Thank you so much for this project Tom. This should be more accurately described as a HOTAS since it's a lot more than just a joystick. As a FS2020 user I've wanted something like this but you've given me the impetus to build it myself. I was originally using CH Products throttle and stick but the big issue is rudder pedals using a standard office chair. By modifying your design to anchor to the central pillar of the chair it should stop the chair rotating when applying pressure to the pedals. Another design question is that the brakes are supposed to be integrated into the pedals on light aircraft. Maybe a pair of button pads mounted above the rudder pedals?

  • @mr911jyym
    @mr911jyym 4 роки тому +8

    would you mind sharing the step files for this amazing project? :-)

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

    I want to see you build a collective hand throttle so you can do helicopters

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

      I think you can do the same thing as he did with the throttle, but add a rotational axis with a potentiometer and add it to the code, should be quite straightfoward (I guess)

  • @soliv27
    @soliv27 4 роки тому

    Thanks very much for your generous sharing and kindness ! Your channel is excellent. I wish my english was better to imply in common project.
    Hope you will carry on your experiments and inventions for long.
    Not only ambitious, you go as far as possible, with basic stuff and tools, congratulations.

  • @jeremye6056
    @jeremye6056 4 роки тому

    Now you need to use it for some FPV flying!

  • @aeronuti
    @aeronuti 4 роки тому +7

    Thank you Tom, this is fantastic! How about a mod for the throttle quadrant converted into a collective lever for helicopter simulators? 🤓

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

      That are my intensions too. I´m going to use a modificated cyclic / TM Warthog, but try to use the Arduino Sim from Tim for rudder pedals and collective. I just try to understand the Arduino codes and will going to use another hall effect sensor for the collective.

  • @TomSaunders
    @TomSaunders 4 роки тому

    Very nice, been thinking about doing this myself and never found the time, now I don't need to!

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

    Now make a racing setup, you would make some real awesome designs if using Hall effect for those.

  • @BikesBobbers
    @BikesBobbers 4 роки тому

    using ribbon cable for the switch panel would really help with labeling/ identifying components!

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

    This looks fantastic, better than anything I have seen. Do you, built a helicopter collective that can be use with the accelerator?

  • @janmenzinga
    @janmenzinga 5 місяців тому

    Hi Tim, very cool! I have built some hardware for flightsims (I use X-plane 11) like rotary encoders for controlling flight instruments and GPS/Radio/Autopilot.
    I like helicopters a lot and I am very interested in your project! Besides a yoke and throttle quadrant, including trimwheel, I have a good joystick (X52), but the
    experience with the hardware you built would be way better. We (my wife and me) like the UK very much, been there often for holidays! Cheers from The Netherlands (North-East).

  • @serversurfer6169
    @serversurfer6169 4 роки тому +1

    3:30 Seems like you would have benefited from a multicolor ribbon cable here, especially given the common ground/earth. 🤓🤔🤷‍♂️

  • @GNARGNARHEAD
    @GNARGNARHEAD 4 роки тому

    great project, looks like a really solid execution, thanks for sharing :D

  • @peterdkay
    @peterdkay 4 роки тому +2

    Those Hall devices are expensive ($5 each). Try searching eBay for 49E Hall sensors @$0.14 each in 10+ quantities.

    • @peterdkay
      @peterdkay 4 роки тому

      @PUB Genius Yes these are analog devices so give a output proportional with change in magnetic field

  • @guilhermebechtinger
    @guilhermebechtinger 4 роки тому +3

    Hello Tim, What is the name of the board below the arduino micro?

  • @MikkoRantalainen
    @MikkoRantalainen 4 роки тому

    How about using I²C hall effect sensor such as SI7210-B-00-IVR? That would be ~13 bit sensor with a cost of less than 1 euro. That supports 4 selectable I²C addresses so you could put 4 such sensors in a single wire. That sensor has internal for temperature compensation but it also supports reading the temperature so you can fix possible temperature caused drift in software, too.

  • @shykitten55
    @shykitten55 4 роки тому +2

    So, sorry: Is your name Tim or Tom? I just watched your clip on making a joystick and there it is Tom, yet here it is Tim.

  • @hazza940
    @hazza940 4 роки тому

    I don’t have a 3D printer but want this so bad!! The only reason I bought a yoke was that the joystick throw is way too short.
    Have pedals and throttle just want the joystick part, shame you don’t make them and sell them!

  • @Geoffreyinoz
    @Geoffreyinoz 4 роки тому

    If you hang the magnets they will orient themselves within the earth magnetic field, the north will be facing north.

  • @headintheclouds2569
    @headintheclouds2569 4 роки тому +1

    What sort of bread board thing is the arduino attached to? Thats the only thing I think I am missing!

  • @lou2737
    @lou2737 4 роки тому +1

    Really cool project!

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

    Very interesting work Tim. I just have one query that how had interfaced your controller with the flight simulator.

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

    Hi Tim. A great design. I found all the bolts and bearings at RS Components and the Hall effeect at Farnell. The Arduino came from Cool Components. I have a problem geting the Arduino to be recognised by my Windows 10 machine The old Wingman joystick is seen by the computor but cant work out why the Arduino isnt. Your help would be aprecaed

  • @augustinasv9900
    @augustinasv9900 22 дні тому +1

    Can it work with 5x5x5 magnets?

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

    I'm going to try this with a 12 bit ADC rather than 10 bit.

  • @wamplertube
    @wamplertube 4 роки тому +2

    sweet rig!

  • @LewisRawlinson30
    @LewisRawlinson30 4 роки тому +1

    Hi Tom, I'm building something very similar to use as a training simulator for human powered flying. This might seem quite trivial but how have you secured the hall sensors in position?

  • @lilyrooney
    @lilyrooney 4 роки тому +2

    > i've got too many links in the description
    I see you've streamlined it now by forgoing the main channel video link c:

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

    Can I remove the potentiometer from the joystick and install a hall sensor for greater precision? Regards from Brazil.

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

    Hi Tim thanks for this video. I’m afraid I am a retired military pilot who knows nothing of computer electronics but I am determined to construct my own flying controls for my flight simulator. Can you be more specific about the Arduino Micro board you used as I am having trouble sourcing it from the multitude of Arduino products out there?

  • @militarykid9183
    @militarykid9183 4 роки тому

    I presume that a similar system could be used for a racing wheel and pedal design

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

    Any plans for a collective for helicopter sim?

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

    Very cool. I might try to do this. I never even knew of some of these components. May I ask how long it took you to develop and build this project?

  • @StigBSivertsen
    @StigBSivertsen 4 роки тому +1

    Adding force feedback in verison 2?

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

    nice video. nice project.! is it easy to get the outputs connected to an open tx transmitter?

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

    Hope this set-up works for DCS

  • @dbuezas
    @dbuezas 4 роки тому

    Very clever use of magnets! Did you considered using an opamp to do the scaling instead? That's an interesting topic on itself

  • @richmayfield8449
    @richmayfield8449 2 місяці тому

    I've been using this for a few years, and I'm looking to upgrade. Any chance you can post the STEP files?

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

    Good video ! can i use A3144 hall sensor from amazon ? or another stuff like that ?

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

    How do you manage to read from 0 to 1023? The datasheet for SS496A1 says that Vout is from 0.5v to 4.5v.

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

    Hello Tom! Great video like always ! I have 2 questions, do you consider to use ADS1115 module - do u think i will help increase the resolution ? You know maybe, how to eliminate this input lag? do u think that faster MCU like ESP will help with that ?

  • @arsamyazdanian7123
    @arsamyazdanian7123 4 роки тому

    hi tom
    can you do a tutorial of how to build the compositor rc car or rocket?
    that would be nice

  • @samernajia
    @samernajia 4 роки тому

    This is fantastic. Is there any way to adapt this to operate a Collective for Heli flights?

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

    Gorgeous project !! Peeping your code a doubt has risen in my mind. Are you gettting full range (0 -1023) on A4 or other Hall sensors when setting them up as PULL UP ?

  • @asklapios
    @asklapios 4 роки тому

    you are amazing , thank you so much for your informations

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

    Tim, are you consideing offering kits? I can assemble the parts , maybe even find a printed equipped friend but the electronics and arduino are out of my skill set now.

  • @t.mischol8236
    @t.mischol8236 3 роки тому

    this is probably the best joystick u could ever have!
    sadly dont have a 3d printer :(
    if someone wants to sell his or her unit id be intrested tho ;)

    • @t.mischol8236
      @t.mischol8236 3 роки тому

      also :D
      tim would u build one on order :D?

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

    in the process of getting these bits to make this. Can you confirm the sizes of the shoulder bolts for the rudder pedals, i am thinking they should be the same diameter / thread as the shoulder bolts in the joystick?

  • @Timh-hx2le
    @Timh-hx2le 4 роки тому

    Nice Project, you inspired me to make some additional stuff for my existing setup but I have a question:
    what is roughly the maximum possible distance between the magnets?

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

    Lovely Project! Do you have the STEP files available for the 3D printed parts?

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

    Hello! Just wondering how/whether one could make the rudder pedals independent/wireless. Is it possible to transmit their analogue signals over bluetooth/wifi and if so how best to do this? I live in a small flat where I can't afford to have something as large as this setup :-)

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

    The values in the analogRead should be 0-1023 not 1024.

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

    welp, the only thing i wanted was that it didn't needed a 3d printer

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

    Is it possible to explain the size of the bolts a little better for people, like me, don't use the metric system especially the shoulder bolts? Having an issue of finding the right bolt size. Also, what are the pitch of threads on the bolts?

  • @56Seeker
    @56Seeker 4 роки тому +1

    Christmas is coming, and I notice you're a Banggood affiliate.
    What's the minimum hobby starter 3D printer? I've wondered about getting one, and this may tip the decision, but I know next to nothing about them when it comes to choosing one to buy for the first time.

    • @joelaw728
      @joelaw728 4 роки тому +2

      Creality Ender 3, about £180. Prints amazing out of the box. With half an hour or so building and leveling the bed, you could get prints the same quality as you see in this video. 3d modelling is another skill that really makes 3d printing useful. Fusion 360 is the best free software. Plenty of videos on printing and fusion on UA-cam.

    • @56Seeker
      @56Seeker 4 роки тому

      @@joelaw728 Thanks for that. I'll check that out.

    • @charlieromeoaviation
      @charlieromeoaviation 4 роки тому

      @@joelaw728 Fusion 360, however, will get worse over the next few months as some file export options and tools will be cut from the free version.

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

    How does the signal get sent to the computer?

  • @OceanEady
    @OceanEady 4 роки тому

    Oh you absolute god

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

    Please tell me where you can get drawings or files of parts for a 3D printer? I wanted to change your mind a bit.

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

    Dear Tim;
    I almost finished my Joystick/Pedal. Did you try other hall sensors, can I use the 495 instead of the 496A1?

  • @Skydive4ever
    @Skydive4ever 4 роки тому +2

    I've been looking into building something like this for my RC planes. How easy could you modify the code in the arduino and make the necessary connections to make it easy to connect to a RC Transmitter?

    • @ColinJWiens
      @ColinJWiens 4 роки тому +1

      I've seen a couple DIY transmitters, it's mostly an exercise in finding the matching hardware and libraries, give it a google

    • @ethanwilliams5544
      @ethanwilliams5544 4 роки тому +1

      not sure if this is what you want to hear, but you could take apart a rc transmitter and replace your roll, pitch, yaw, and throttle potentiomiters with the hall effect sensors that are built into tom's joystick. that would be the easiest way in my opinion. The other option is programming the arduino to output a CPPM signal based off of the individual hall sensor's values, and then connecting that to the trainer port on your RC transmitter.

    • @Nicolas_dG
      @Nicolas_dG 4 роки тому +2

      Outputting ppm can be done quite easily with an arduino and then plugging into a RC transmitter with trainer mode so if anything goes wrong you can use the rc transmitter

    • @ethanwilliams5544
      @ethanwilliams5544 4 роки тому

      @@Nicolas_dG is there a ppm library that you know of? I've been wanting to look into this for a while

    • @JBeloncik
      @JBeloncik 4 роки тому

      It’s been a long time, and Tim’s design and implementation are better than mine in every way. I only post this to show you that yes it is very possible to make this work with an RC controller. I don’t recall exactly which library I used, but I know it output ppm and I wired it into the trainer port on my RC transmitter. ua-cam.com/video/gHg2VLMVQRo/v-deo.html

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

    Hi, first of all, thank you very much for such an instructive video, it's been great. Im currentrly running tests in order to see If I can get the circuit up and running, and then, Im going to print everything. One thing Im facing on my tests, using an arduino UNO and a ss49e sensor, is that I cant get the value to reach maxium and minimum values. Printing a simple Serial.println(analogRead(A0)); and using 5x2mm neodymium magnets, I can only move from 400 to 600 output value, no matter how I face or how close I put both magnets (Im sure I faced the north and south poles correctly), while I was exptecting the full 0-1024 range. Is it possible that these magnets are not powerful enough? Thanks in advance!

  • @bbogdanmircea
    @bbogdanmircea 4 роки тому

    Great idea, I use the same library to make an additional Clutch Pedal for my El Cheapo Sim Racing Setup. This works perfectly, although my code is not so perfect, as I have no automatic Offset calibration? Did you do this in your code?

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

    Would this work with a yoke steering wheel by mounting the roll below the yoke instead of at the bottom?

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

    Do you think this would work if I used an MPU6050 instead of the hall sensors?

  • @AJAviator
    @AJAviator 4 роки тому

    Awesome project.
    Question, why the decision not to go with standard skateboard bearings? 8 x 22 x 8

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

      Brilliant idea!

  • @glennrmarks
    @glennrmarks 4 роки тому +1

    What is the requirement that it must be a 32u4 processor for the Arduino?

    • @davido25
      @davido25 4 роки тому +1

      It's required by the Arduino Joystick Library; it is for to mimic USB joystick to Windows.

    • @bbogdanmircea
      @bbogdanmircea 4 роки тому

      It is the cheapest Arduino that is recognized as USB by a PC, otherwise it will not be seen as a controller or 🕹️.

  • @AmanSharma-xr5xo
    @AmanSharma-xr5xo 3 роки тому

    can we use Arduino UNO R3 to make this simulator ???

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

    I mistakenly ordered m5 screws instead of bolts. Does it matter?

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

    What are the chances of you making one of these for a helicopter with collective and cyclic?

  • @benfrazier6713
    @benfrazier6713 4 роки тому

    Do you have an approximate spring constant for the springs you used in your design? Working on something similar and trying to decide on the return spring strength...

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

    can someone make a parts list with links ?
    I'm interested in making this.

  • @Scrogan
    @Scrogan 4 роки тому

    Buttons without pull-up resistors, and going to analog inputs? Never seen that before. Maybe reading all those ADC channels causes some latency, as compared to using pull-up resistors with digital inputs. Though I doubt any such latency it causes is on the 100ms scale.
    Still, makes me wonder where all that latency comes from, be nice to see you hook up a logic analyser to some digital outputs of the arduino, which are programmed to turn on at certain stages in the loop so you can debug your circuit without loading it down with much extra code.
    Using an external SPI ADC might speed things up, maybe.

    • @Rozbujnik_Rumcajs
      @Rozbujnik_Rumcajs 4 роки тому

      You can use all inputs as digital. Atmega have internal pull-ups, no need for adding extra resistors.

  • @Lacno
    @Lacno 4 роки тому

    Hi TIm great project, which probably persuate me to build a rig where i can run MSFS2020 (curently using apple ecosystem). Are you aware or someone from audience if MS joystick driver comptibile with arduino joystick library is also compatibile with x-box One?

  • @mauriciocarrion6205
    @mauriciocarrion6205 4 роки тому

    i can make this 3d printed part small to do a sidestick like Airbus?

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

    I get "Error compiling for board Arduino Pro or Pro Mini." any advice

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

    You say you used M8 shoulder bolts for the rudder pedals, but you are using 10mm ID bearings there. Is this a typo in your parts list and it should be M10x30mm shoulder bolts?
    Also, where did you find your springs? I'm trying to source these parts in Canada, and it is a nightmare D: metric parts are so hard to find...

  • @karthikeyanparameswaran7327
    @karthikeyanparameswaran7327 4 роки тому

    Tim Station ftw

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

    Hi !
    I'm new to this Arduino/clones but I really wants to build some controls for the FS2020 !
    I just ordered some controllers from Banggood (not Arduinos but GeekCreit !)
    I designed a rudder pedal including L/R-brake switch mechanicly and want to make the coding of wiring now.
    Unfortunaly I see it's NOT the same microcontroler ... I have a board with the 3.3V 8MHz ATmega328P
    1) will it work with the library ?
    2) is there a forum or so for projects like this FS2020 controls somewhere ?

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

    Hello!
    Great project, thanks for inspiration!!!
    I have question. Can I use SS495A type of hall effect sensor?
    I can't buy in poland 496 type.
    Regards

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

      I'm wondering the same thing. Output current of the SS495A1 is less than the SS496A1. Not sure what the result will be.

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

      @@martinbachrodt745 it is perfect. Flight simulator working grate. Thanks !

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

    Can i use hall effect sensor SS49E instead? i cant fined anything about how they are different.

  • @roccocafa7872
    @roccocafa7872 4 роки тому +1

    you will be able to make a guide of the connections and compilation of working arduino? For people who know how to build and print but do not know how to use arduino. Like me, for example. I would pay for this info

    • @headintheclouds2569
      @headintheclouds2569 4 роки тому

      I am working on this exact thing this weekend. I am not great with Arduino but I have messed with it enough to figure it out. Literally just finished testing my arduino with the buttons, potentiometer and hall effect sensor and it all works. It is pretty simple. I will be making a UA-cam video and link will be on thingiverse

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

      @@headintheclouds2569 It would be interesting to me too.

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

      @@sleepyhollow6884 you know, I finished this thing and it works great but I never made a dang video or anything 😄

  • @kobrapromotions
    @kobrapromotions 4 роки тому

    Think you could simplify it by using this BU0836X 12-Bit Joystick Board from LeoBodnar? Whats the downsides? Works with hall effect.

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

      I was thinking the same. I have the same and currently am just using slide pots for throttles, props and mixtures.

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

    Hi Tim, thanks for the great project. My 3d printer runs for the second day. I´m going to convert the simulator for a helicopter, so I will use Your rudder pedals and build a collective instead of the throttle stick. For the cyclic I implemented a third party stick but with modifications. This little Arduino Leonardo is my very first Arduino and I try to understand Your code with multiple UA-cam Videos. The upload of your codec was successful so far, but no sensors are connected yet. I have one question about the analog config. My Arduino has 5 Analog Pins and in the codec is written analog A6 as example for the rudder pedals. And pinMode A0-A9. Is Your Board extended? I only need 2 Analog Pins for tail rotor and collectiv. But this confusing me.
    Mybe someone can help me before I start to rewrite the codec. Best Regards.