PaulStoffregen / PulsePosition

Multiple High-Res Input & Output PPM Encoded Signal Streams on Teensy 4.x, 3.x & LC
47 stars 23 forks source link

Single channel PPM #3

Open fgm08 opened 9 years ago

fgm08 commented 9 years ago

Hello Paul, I'm sorry to bother you but I'm having a bit of a problem with the PPM library you made for Teensy 3.1. I hope you can help me solve this please.

I'm trying to use a single channel PPM but my Teensy doesn't get it right. Then I tested with an oscilloscope and the signal shows a period equal to the PPM I seted, and doesn't it has to be the width seted to that PPM? Because when I try with the arduino PPM library, my arduino throws a width with the PPM I seted and my period stays constant to 10 ms. And it works for my driver.

I hope I explained right. Thanks

PaulStoffregen commented 8 years ago

I do not understand what you're trying to say.

Maybe you could post that Arduino code which works?