Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Here are some general suggestions which often helps when one or more sticks are not recognized:

- Make sure you don't have any other joysticks/controllers connected, that might cause a conflict.

- If connecting via USB, make sure you uninstall vJoy and Smartpropoplus if you have them. Their driver messes with things when connecting via USB.

- Make sure you have "Heli" selected as model type on your radio. ("Plane" generally doesn't work very well).

- Perhaps you can remap the output channels (in the menu of the transmitter) so that it sends to another channel.


If none of the above works you could try to connect an ordinary 3.5mm audio cable from the trainer port of the transmitter to the audio-in (or mic-in) jack of your computer, along with a software called Smartpropoplus (Windows only).

http://www.smartpropoplus.com/site/

There is more info on that in the Spektrum setup tips document:

https://drive.google.com/file/d/0BwSDHIR7yDwSaHNwc...

https://github.com/nigelsim/ppmadapter is an linux alternative to SmartPropoPlus.

Thanks for sharing, I will add that info to the manual.

You could also add https://www.instructables.com/id/RC-Transmitter-to-USB-Gamepad-Using-Arduino/ to the manual, as this is an USB Adapter that works for win, linux and mac as standard HID interface, meaning it does not need any driver. It basically allows you to connect any PPM outputting transmitter (which is a quite big class) as gamepad to your machine. Only thing is you have to build it yourself based on an Arduino - however you can see this as an advantage or a drawback, as you wish... ;) I like it and it for me the preferred way of connecting any transmitter.

Absolutely, I will add it!