PPM-reader icon indicating copy to clipboard operation
PPM-reader copied to clipboard

An interrupt based PPM signal reader for Arduino

Results 9 PPM-reader issues
Sort by recently updated
recently updated
newest added

Hi, the library currently works awesome in simple cases when the RC receiver has a merged PPM output pin. However, some of them do not, and it could be very...

This works excellent with an Arduino MKRZero. I tried it with an Arduino Uno R4 Minima, but the values all read 0. No errors occur when compiling and uploading. Just...

I'm having a problem with some of my servos where I continuously reading the PPM channels and also continuously writing data to the servos. However, reading the PPM channel values...

I'm trying to use your PPM-Reader with an Adafruit ESP32 Huzzah Feather and I'm not able to get anything but zeros for all 6 channels. I'm using a Radiolink T8S...

On IDE 2.04 and Espressif 1.04 I can read 6 Channels with PlotChannels.ino when I install latest Espressif 2,07 and compile the same PlotC hannels.ino script I have no error...

The following features are added : * ESP32 compatibility, hence fixing #6 * This is done by moving the interrupt attachment into a `begin` function * A percentage getter of...

Hello, I try to use your library with a RP2040 Zero but the serial terminal return 0 for all channels. In theory the PI RP2040 accept interrups on all its...

Im reading ppm from a crossfire nano rx using a rp 2040 on pin 12. It works great! However, if signals shorter than 1000 or longer than 2000 are recieved,...