Archive for the ‘Arduino’

Use RC Remote for Flight Simulator with Arduino

Posted by admin on Samstag 23 Januar 2016

Since I was not able to use the serial cable of my FlySky FS-CT6B with my Mac, I’ve searched for an alternative to use my remote with flight simulators.

With the help of UnoJoy I was able to use my Arduino Uno (Rev 3) as a joystick input. The Arduino library EnableInterrupt is very handy for interrupt handling, which is needed to decode the PWM signals provided by the RC receiver.

More …