My RC Joystick
#26
Super Contributor
Thread Starter
Join Date: Jun 2013
Posts: 1,231

For me I use to be a private pilot, not current today, and have used Joysticks on Flight Sims for 35 years or so. It is just easier for me to use a Joystick. I do not have to think and work like I have to with two thumb sticks. 35 years using a Joystick vs 3 years thumb sticks.
Last edited by dereckbc; 12-10-2016 at 09:08 PM.
#27
Super Contributor
Thread Starter
Join Date: Jun 2013
Posts: 1,231

If you could program all the buttons and hat switches for more than four channels, so much the better! Trims, flaps, gear - all done with hat switches, and no need to take your hand off the stick while doing it. Having throttle on it's own control device (such as a slider) separate from rudder control would be nice, too - at least for me.
You can have anything you want like 16 full channels and 36 buttons and switches to do stuff like Trim, Rates, Expo, or anything you want. You just have to write the code. In Fact here is one using a Orange or Lemon TX Module. It is a DIY Plane Radio Transmitter that holds 4 models with all the bells and whistles you find on a factory radio's.
The limit to how you can go is how good of a code writer you are. The electrical part is simple.
What I wanted, I am not capable of writing the code and not many are. Take any USB Joystick, plug into a Black Box, and Output PPM for any Radio Trainer Port. That is called USB2PPM Converter. It can be done today and a commercial product is available, 2 that I know of, problem with them is that Black Box is a Laptop computer using Windows HID USB Drivers. What I learned is you cannot take something like a Micro-Controller and make it work with every USB Joystick out there as you do not have the memory required to hold all the drivers you have to use to decode the data coming from the stick. What you can do is make one for a Specific USB Joystick and that has been done by the same guy using a Logitech 3D Joystick.
There is one disadvantage to using USB Joysticks, Resolution is limited. About everyone I have seen has 10-bit (0 to 1023) on X-Y (aileron-elevator) axis only, 9-bit (0-511) on Z (rudder), and 8-bit (0-255) on the slider (throttle). Which migh be fine with you, but using a Teensy you can have 10-bit (0-1023) to 13 bit (0-8191) resolution on analog channels. So if you want precision you have to build your own.
This is my Proof of Concept model, I am now building the working model using Industrial grade Joystick and Slider. Should be precise enough for a surgical robot.
Last edited by dereckbc; 12-10-2016 at 09:02 PM.
#29
Super Contributor
Thread Starter
Join Date: Jun 2013
Posts: 1,231

If any of you try it, the Precision and Control is excellent. You can make very fine precise movements. I know a lot of you guys are all thumbs, pun intended. Bu tif you are like me using Flight Simulators for over 20 years for flight training and fun, a 3-Axis Joystick is super intuitive and just comes naturally. Flying 3D and Stunt is just super easy with a 3-Axis Joystick.
Even thought about how it could be used in FPV using a Flight Yoke, Rudder Pedals, and Throttle Quadrant.
Now on the search for an affordable Industrial 3-Axis Joystick like they use in Skid Steers or Cranes. Time to go from Toy to Tool. If you know a source please share.
#30

The single stick, table tray concept would certainly take those of us "two thumb" TX pilots quite awhile to conquer........Something the old muscle memory would not take kindly to (in my case)....!
Even my Xbox/Playstation joystick abilities would be challenged by the "crash and burn" fear my model RC planes would have to endear......lol
Even my Xbox/Playstation joystick abilities would be challenged by the "crash and burn" fear my model RC planes would have to endear......lol
#31
New Member
Join Date: Dec 2021
Posts: 1

Hi Derek,
I have been trying to hook up a joystick/pedals/throttle to my Tx using PPM via an Arduino UNO using some code I found with limited success! then stumbled on your solution which looks far more elegant, so I’ll have a go at making it instead.
Is it possible to also incorporate the PPM stream from a head tracker (Fat Shark Trinity) and mix it into the existing PPM output? I’m planning on using it with a Taranis Tx that has positive PPM pulses.
Many thanks,
John
I have been trying to hook up a joystick/pedals/throttle to my Tx using PPM via an Arduino UNO using some code I found with limited success! then stumbled on your solution which looks far more elegant, so I’ll have a go at making it instead.
Is it possible to also incorporate the PPM stream from a head tracker (Fat Shark Trinity) and mix it into the existing PPM output? I’m planning on using it with a Taranis Tx that has positive PPM pulses.
Many thanks,
John
Thread
Thread Starter
Forum
Replies
Last Post
FloridaEstateSales
General RC items For Sale and WTB
3
07-05-2015 05:53 PM
Murocflyer
General Electric Discussions
38
10-12-2014 09:51 PM
modomigliore
Ebay for sale
0
09-29-2014 05:35 PM
ggunners
Flight Simulators
0
12-02-2011 07:50 PM
ggunners
Flight Simulators
0
10-14-2011 09:12 PM
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)