Skip to content

Adaptor for RC simulators based on Arduino Leonardo. Accepts direct PPM input from radio

Notifications You must be signed in to change notification settings

voroshkov/Leonardo-USB-RC-Adapter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

USB RC Joystick Adapter

This project turns Arduino Leonardo (or Pro Micro) into a USB adapter for RC transmitter. The adapter can be used to play FPV Freerider or other flight simulators.

The project is based on rc-leonardo-joy and contains the following improvements:

  • higher sticks resolution (0-1000 instead of 0-255)
  • sharper reading of ppm intervals (using timer input capture interrupt instead of micros() func)
  • cleaner and more specialized code

#Flashing:

  • Put hid.cpp and usbapi.h from ArduinoLibs folder into Arduino installation folder: *...\Arduino\hardware\arduino\cores\arduino*
  • Open the sketch in Arduino IDE, choose Leonardo board, upload.

#Connections:

  • RC PPM out <==> Digital Pin 4 of Arduino Leonardo
  • RC GND <==> Arduino GND

#Usage: In Windows: open Devices and Printers find Arduino Leonardo. Then right click on it and choose Game controller settings. Calibrate joystick using your RC transmitter connected.

Definitely works with Futaba 7C transmitter and FPV FreeRider simulator :)

About

Adaptor for RC simulators based on Arduino Leonardo. Accepts direct PPM input from radio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 83.2%
  • Other 16.8%