USB Joystick HID adapter for CPPM RC recievers. (requires microprocesor with native USB support, e.g. Arduino Pro Micro or Arduino Duemilanove) Dependent upon jmparatte/jm_CPPM
and MHeironimus/ArduinoJoystickLibrary
for CPPM reading and Joystick HID support respectively.
This project makes use of the PlatformIO extension to VSCode for compilation and upload.
.vscode/*
: Visual Studio Code workspace config filesArduino_old
: Old project files from the Arduino IDEDebug-CPPM-Monitor.ino
: Debug program to test functionality of CPPM reading libraryDebug-JoystickTest.ino
: Debug program to test functionality of Joystick libraryJoystick.ino
: Main program, upload this to Arduino
CPPM reader detects signals on Arduino pin 4. (silkscreen lettering on Arduino Pro Micro) Most RC RXs can be powered straight off the board's VCC rail. Pretty much just that; make sure that the correct wires go to the correct places.