Skip to content

wdcossey/ppm-to-ibus-serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ppm-to-ibus-serial

This sketch enables you to use your PPM receiver with VJoySerialFeeder.

Essentially it'll decode a PPM signal and re-encode it to IBus and transmit it over the Arduino Serial.

The Arduino sketch can be found from here, build and upload to your Arduino of choice.

Don't use this sketch if your receiver already supports IBus (pretty pointless).

This sketch will:

  • Automatically detect the number of PPM channels (no fixed numbers).
  • Pads any unused IBus channels (with a default value of 1500).
  • Generate a valid IBus checksum.

Hardware requirements:

  • Arduino (Interrupt PCINT0, D8 on the Uno).
  • PPM receiver.

Software requirements:

ToDo:

  • Remove PPM jitter.

Releases

No releases published

Packages

No packages published

Languages