Flight Simulator Joystick Info

  Рет қаралды 75,776

Tim Station

Tim Station

Күн бұрын

Main channel video:
Arduino code: github.com/TomStanton/Flight-...
Joystick Library: github.com/MHeironimus/Arduin...
3D printer STL files: www.thingiverse.com/thing:463...
Frame:
2pcs 4040 600mm Extrusions (ooznest.co.uk/product/v-slot-...)
1pcs 4040 300mm Extrusion
4pcs M5x20 Bolts
4pcs M5x10 Bolts
(Extrusion ends must be tap threaded for M5 bolts)
Joystick:
1pcs 2020 300mm Extrusion (lengths can be adjusted for different chair heights)
1pcs 2020 200mm Extrusion (ooznest.co.uk/product/v-slot-...)
4pcs 10x26x8mm Bearings (Inside diameter x Outside diameter x Width)
2pcs M10x20 Shoulder Bolts (10mm shoulder, 8mm thread)
2pcs M10x10 Shoulder Bolts (10mm shoulder, 8mm thread)
8pcs M5x10 Bolts
7pcs M5x14 Bolts
14pcs M5x20 Bolts
16pcs M5 T-slot Nuts
4pcs 75x10x1.25mm Springs (Length x Outside Diameter x Wire Diameter)
2pcs 8mm cube magnets (www.amazon.co.uk/Magenesis-Ne...)
2pcs Hall Effect Sensor SS496A1 (uk.farnell.com/honeywell/ss49...)
1pcs Push button (www.amazon.co.uk/RUNCCI-Butto...)
Throttle + switches:
2pcs M5x10 Bolts
4pcs M3x10 Bolts
2pcs M5 T-slot Nuts
1pcs M5 Grub Screw (To clamp the potentiometer shaft)
4pcs Toggle Switches (www.amazon.co.uk/Coolty-Posit...)
1pcs Push button (www.amazon.co.uk/RUNCCI-Butto...)
1pcs 10k Potentiometer (www.amazon.co.uk/Aussel-Linea...)
Rudder Pedals:
2pcs 2020 150mm Extrusions (ooznest.co.uk/product/v-slot-...)
3pcs M8x30 Shoulder Bolts
6pcs 10x26x8mm Bearings
4pcs M5x14mm Bolts
22pcs M5x20mm Bolts
16pcs M5 T-slot Nuts
2pcs M5x100mm Bolts
2pcs M5 100mm Threaded Rod
4pcs M5 Female Rod ends
2pcs 75x10x1.25mm Springs (Length x Outside Diameter x Wire Diameter)
2pcs 8mm cube magnets (www.amazon.co.uk/Magenesis-Ne...)
1pcs Hall Effect Sensor SS496A1 (uk.farnell.com/honeywell/ss49...)
Arduino Case:
2pcs M5x14 Bolts
2pcs M5 T-slot Nuts
2pcs M3x10 Bolts
Other Electronics:
Arduino Micro (must be 32u4 processor)
USB lead
30awg wire (Atleast 10m total, but preferably different colours for power/ground/signal etc)

Пікірлер: 211
@typxxilps
@typxxilps 3 жыл бұрын
the animations of the magnets and hall sensors interacting are really great... lot of value how things get together.
@skelobones
@skelobones Жыл бұрын
especially this bit also 2:40
@kersgames6382
@kersgames6382 3 жыл бұрын
Very impressive tom! To make a STRONG flight stick of the shelf and keep it relative cheap!!
@timcuatt1640
@timcuatt1640 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 :)
@SpencerPaire
@SpencerPaire 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.
@EastLondonKiwi
@EastLondonKiwi 3 жыл бұрын
Tim you are a legend! Thanks for this awesome DIY project, I am definitely giving it a go.
@paulb36utube
@paulb36utube 3 жыл бұрын
This is really cool. The hall sensors are definety something that interests me.
@gaz0z
@gaz0z 3 жыл бұрын
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 3 жыл бұрын
planning something similar heli simming is expensive
@TheBigFatHairyCheese
@TheBigFatHairyCheese 3 жыл бұрын
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 3 жыл бұрын
Oz What heli sim do you plan to play?
@scoutg001
@scoutg001 3 жыл бұрын
@gargy2002 but you see, i have friends with printers, and soldering irons
@rickgreer7203
@rickgreer7203 3 жыл бұрын
@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.)
@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 !
@benjaminjohnson6476
@benjaminjohnson6476 3 жыл бұрын
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! :)
@GNARGNARHEAD
@GNARGNARHEAD 3 жыл бұрын
great project, looks like a really solid execution, thanks for sharing :D
@virgilecheminot
@virgilecheminot 3 жыл бұрын
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!
@soliv27
@soliv27 3 жыл бұрын
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.
@randysonnicksen9475
@randysonnicksen9475 2 жыл бұрын
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.
@lou2737
@lou2737 3 жыл бұрын
Really cool project!
@RWBHere
@RWBHere 3 жыл бұрын
Didn't know that this second channel existed until you mentioned it in the primary video for this joystick.
@TomSaunders
@TomSaunders 3 жыл бұрын
Very nice, been thinking about doing this myself and never found the time, now I don't need to!
@SkydiveCarpathian
@SkydiveCarpathian 3 жыл бұрын
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.
@wamplertube
@wamplertube 3 жыл бұрын
sweet rig!
@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.
@PamelaContiGlass
@PamelaContiGlass 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
@PaulLemars01
@PaulLemars01 3 жыл бұрын
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?
@asklapios
@asklapios 3 жыл бұрын
you are amazing , thank you so much for your informations
@1Hippo
@1Hippo 3 жыл бұрын
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 жыл бұрын
Ooooh I'd be interested in seeing the code myself!
@1Hippo
@1Hippo 3 жыл бұрын
@@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 2 жыл бұрын
@@1Hippo Other thing to change.. the joystick range should be 0-1023 and not 0-1024. This is a 10bit value.
@jmike54
@jmike54 3 жыл бұрын
This looks fantastic, better than anything I have seen. Do you, built a helicopter collective that can be use with the accelerator?
@jeremye6056
@jeremye6056 3 жыл бұрын
Now you need to use it for some FPV flying!
@weston3303
@weston3303 3 жыл бұрын
using ribbon cable for the switch panel would really help with labeling/ identifying components!
@3rd_Millennium_Engineering
@3rd_Millennium_Engineering 3 жыл бұрын
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?
@Timh-hx2le
@Timh-hx2le 3 жыл бұрын
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?
@foxbox7929
@foxbox7929 3 жыл бұрын
Thank you.
@mr911jyym
@mr911jyym 3 жыл бұрын
would you mind sharing the step files for this amazing project? :-)
@arsamyazdanian7123
@arsamyazdanian7123 3 жыл бұрын
hi tom can you do a tutorial of how to build the compositor rc car or rocket? that would be nice
@aeronuti
@aeronuti 3 жыл бұрын
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.
@suckofeach
@suckofeach 3 жыл бұрын
Great project! I wanted to ask if bolts go straight into the plastic without a thread or you used a thread tap?
@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 ?
@OceanEady
@OceanEady 3 жыл бұрын
Oh you absolute god
@ahmadjavaid5914
@ahmadjavaid5914 2 жыл бұрын
Very interesting work Tim. I just have one query that how had interfaced your controller with the flight simulator.
@samernajia
@samernajia 3 жыл бұрын
This is fantastic. Is there any way to adapt this to operate a Collective for Heli flights?
@dbuezas
@dbuezas 3 жыл бұрын
Very clever use of magnets! Did you considered using an opamp to do the scaling instead? That's an interesting topic on itself
@janmenzinga
@janmenzinga 2 ай бұрын
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 expirience 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).
@lilyrooney
@lilyrooney 3 жыл бұрын
> i've got too many links in the description I see you've streamlined it now by forgoing the main channel video link c:
@LewisRawlinson30
@LewisRawlinson30 3 жыл бұрын
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?
@stevegibson4703
@stevegibson4703 3 жыл бұрын
Lovely Project! Do you have the STEP files available for the 3D printed parts?
@MikkoRantalainen
@MikkoRantalainen 3 жыл бұрын
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.
@TheWalter777
@TheWalter777 3 жыл бұрын
nice video. nice project.! is it easy to get the outputs connected to an open tx transmitter?
@ferdous_h
@ferdous_h 2 жыл бұрын
Now make a racing setup, you would make some real awesome designs if using Hall effect for those.
@shykitten55
@shykitten55 3 жыл бұрын
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.
@karthikeyanparameswaran7327
@karthikeyanparameswaran7327 3 жыл бұрын
Tim Station ftw
@bbogdanmircea
@bbogdanmircea 3 жыл бұрын
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?
@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 ?
@atoum6638
@atoum6638 3 жыл бұрын
Good video ! can i use A3144 hall sensor from amazon ? or another stuff like that ?
@torquesplitcallnr5128
@torquesplitcallnr5128 3 жыл бұрын
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?
@guilhermebechtinger
@guilhermebechtinger 3 жыл бұрын
Hello Tim, What is the name of the board below the arduino micro?
@StigBSivertsen
@StigBSivertsen 3 жыл бұрын
Adding force feedback in verison 2?
@benfrazier6713
@benfrazier6713 3 жыл бұрын
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...
@militarykid9183
@militarykid9183 3 жыл бұрын
I presume that a similar system could be used for a racing wheel and pedal design
@headintheclouds2569
@headintheclouds2569 3 жыл бұрын
What sort of bread board thing is the arduino attached to? Thats the only thing I think I am missing!
@hazza940
@hazza940 3 жыл бұрын
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!
@mikemei6973
@mikemei6973 3 жыл бұрын
Would this work with a yoke steering wheel by mounting the roll below the yoke instead of at the bottom?
@ashgork
@ashgork 3 жыл бұрын
Hello, What software do you use to create animations like this ? Thank you in advance and sorry for my bad english...
@SCPlntrCll096
@SCPlntrCll096 2 жыл бұрын
Hope this set-up works for DCS
@MrJolppy
@MrJolppy 3 жыл бұрын
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)
@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
@botlarry4437
@botlarry4437 3 жыл бұрын
Do you think this would work if I used an MPU6050 instead of the hall sensors?
@mauriciocarrion6205
@mauriciocarrion6205 3 жыл бұрын
i can make this 3d printed part small to do a sidestick like Airbus?
@No1sonuk
@No1sonuk 3 жыл бұрын
Do you have a UK source for the rudder pedal rod ends?
@Lacno
@Lacno 3 жыл бұрын
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?
@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!
@serversurfer6169
@serversurfer6169 3 жыл бұрын
3:30 Seems like you would have benefited from a multicolor ribbon cable here, especially given the common ground/earth. 🤓🤔🤷‍♂️
@rodneybungard9319
@rodneybungard9319 3 жыл бұрын
I may have missed this but what infill are you printing the 3d parts?
@bluush
@bluush 2 жыл бұрын
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?
@mpark0
@mpark0 3 жыл бұрын
Hey Tom, fantastic design! I'm in the process of going through the parts list and ordering components now. Quick question: Are the shoulder bolts supposed to be 10mm to go with the 6000-2RS bearings? It currently says 8mm in the BOM
@TimStation
@TimStation 3 жыл бұрын
Apologies, they're supposed to be 10mm shoulder bolts with 8mm thread. I've updated the list in the KZfaq description, but thingiverse takes a while to update. Thanks for letting me know!
@mpark0
@mpark0 3 жыл бұрын
@@TimStation Sure- no problem at all!
@BamTehBrent
@BamTehBrent 3 жыл бұрын
Just out of curiosity, is the 30awg wire you're using PVC or Silicon insulated?
@Sqwince23
@Sqwince23 3 жыл бұрын
used these videos as inspiration to build my own rudder pedals (with toe brakes). I'm finally at the programming steps and struggling with the Arduino Micro. I have used plenty of the 328p style arduinos with no issues, but this Micro (32u4) style is kicking my butt. the whole thing with COM3 & COM4 popping up in windows 10 device manager during the reset of the micro was a real hassle and of course when you upload the joystick library it changes to a new COM port. I haven't figured out a way to reprogram the Micro easily after it has the joystick sketch loaded as it is taking over the COM port at that point. I have to hook up my MEGA to flash the bootloader on the Micro and then reload the modified library... Is there a better way? would greatly appreciate any tips for fast code editing and uploading if you have any guidance on this dang MIcro.
@No1sonuk
@No1sonuk 3 жыл бұрын
I've found that with the Leonardo, when the Arduino IDE gets to the upload stage, pressing the reset button makes it enter programming mode as soon as it boots. Maybe the Pro Micro does this too? Alternatively, try the Leonardo.
@MozTS
@MozTS 3 жыл бұрын
Are you drilling M8 holes for the bearings into the aluminum?
@sleepyhollow6884
@sleepyhollow6884 2 жыл бұрын
holes are in the printed mount blocks
@AJAviator
@AJAviator 3 жыл бұрын
Awesome project. Question, why the decision not to go with standard skateboard bearings? 8 x 22 x 8
@colins2
@colins2 3 жыл бұрын
Brilliant idea!
@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.
@Geoffreyinoz
@Geoffreyinoz 3 жыл бұрын
If you hang the magnets they will orient themselves within the earth magnetic field, the north will be facing north.
@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?
@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 жыл бұрын
@@martinbachrodt745 it is perfect. Flight simulator working grate. Thanks !
@wantafastz28
@wantafastz28 3 жыл бұрын
What are the chances of you making one of these for a helicopter with collective and cyclic?
@GerhardMack
@GerhardMack 3 жыл бұрын
I'm going to try this with a 12 bit ADC rather than 10 bit.
@juninhocavini
@juninhocavini 2 ай бұрын
Can I remove the potentiometer from the joystick and install a hall sensor for greater precision? Regards from Brazil.
@fabriciocabral3987
@fabriciocabral3987 3 жыл бұрын
Where can I find the springs?
@Stubby0266
@Stubby0266 3 жыл бұрын
What should the 3d printer settings be and what filament was used?
@sleepyhollow6884
@sleepyhollow6884 2 жыл бұрын
I used 40 percent infill and PLA
@The1wsx10
@The1wsx10 3 жыл бұрын
In the frame portion you mention M5x20 Bolts twice. is this a typo? are they different size?
@FlySweden
@FlySweden 3 жыл бұрын
Hello Tom, Is it possible to use an ADC 16 bit card (ADS1115 for example) to increase the resolution of the Arduino pro Micro to 16 bits for the Joystick ? Thanks !
@Topper_Harley68
@Topper_Harley68 Жыл бұрын
No the limit will be the same 10 bit.
@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 ?
@sleepyhollow6884
@sleepyhollow6884 2 жыл бұрын
is should be the 32U4 chip
@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?
@magnusolausson6254
@magnusolausson6254 Жыл бұрын
Any plans for a collective for helicopter sim?
@oriel360
@oriel360 2 жыл бұрын
can someone make a parts list with links ? I'm interested in making this.
@Stubby0266
@Stubby0266 3 жыл бұрын
How do you wire up the hall sensors to the Arduino board? Where does the hall sensors get their power?
@asifakhan41942
@asifakhan41942 Жыл бұрын
Hi Did you figure out the wiring for this build?
@szaszalot0472
@szaszalot0472 3 жыл бұрын
Hey I've a question does it work on any arduino for ex. leonardo or uno? I've idea making it for fs19 and its definitly cheaper option. sorry for english its not my lang.
@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 :-)
@ndfebmagnet6865
@ndfebmagnet6865 Жыл бұрын
How do you manage to read from 0 to 1023? The datasheet for SS496A1 says that Vout is from 0.5v to 4.5v.
@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 KZfaq 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.
@charlvanheerden8311
@charlvanheerden8311 3 жыл бұрын
I get "Error compiling for board Arduino Pro or Pro Mini." any advice
@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?
@kobrapromotions
@kobrapromotions 3 жыл бұрын
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.
@Skydive4ever
@Skydive4ever 3 жыл бұрын
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 3 жыл бұрын
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 3 жыл бұрын
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 3 жыл бұрын
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 3 жыл бұрын
@@Nicolas_dG is there a ppm library that you know of? I've been wanting to look into this for a while
@JBeloncik
@JBeloncik 3 жыл бұрын
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. kzfaq.info/get/bejne/na6XZbl9sry1gqM.html
DIY Arduino Helicopter Collective Joystick Control
22:44
element14 presents
Рет қаралды 132 М.
DIY Flight Simulator Joystick
9:10
Tom Stanton
Рет қаралды 1 МЛН
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 60 МЛН
Stay on your way 🛤️✨
00:34
A4
Рет қаралды 8 МЛН
Эффект Карбонаро и нестандартная коробка
01:00
История одного вокалиста
Рет қаралды 9 МЛН
Strike Eagle Controller Assembly and Wiring Overview
31:58
TheSimNet
Рет қаралды 6 М.
Mini ebike
7:06
Tim Station
Рет қаралды 232 М.
DIY Pendular Rudder Pedals | Custom F-14 Tomcat Pedals
11:35
I CNC'd a Drone
6:42
Tim Station
Рет қаралды 128 М.
I made a VR cockpit from PVC pipe
16:14
Akaki Kuumeri
Рет қаралды 94 М.
DIY 3D Printed Flight Yoke for 2020 Microsoft Flight Simulator
14:00
Michael Rechtin
Рет қаралды 198 М.
CadetPedals Demonstration and Build
7:27
Vince_Prints
Рет қаралды 43 М.
ВАЖНО! Не проверяйте на своем iPhone после установки на экран!
0:19
ГЛАЗУРЬ СТЕКЛО для iPhone и аксессуары OTU
Рет қаралды 6 МЛН
КРУТОЙ ТЕЛЕФОН
0:16
KINO KAIF
Рет қаралды 6 МЛН