Nikkilae / PPM-reader

An interrupt based PPM signal reader for Arduino
GNU General Public License v3.0
77 stars 44 forks source link

How reduce noise? #11

Open frozenmafia opened 2 years ago

frozenmafia commented 2 years ago

I am using flysky-i6 with arduino. But I am getting a lot of noise. Suddenly the value of channel spikes up and down. Due to this issue my RC car goes crazy.

I have attested the photo of values I serial plotted. Please help me how to solve this issue. This is when remote is off This is when remote is on

frozenmafia commented 2 years ago

I understood the reason of this noise. The library works fine. But my issue is still unresolved.

The problem is my IMU sensor interferes with my ppm signal. But I do not know how to solve this issue.

Here I am attesting my circuit diagram. image

And here is my ppm signal with noise. image

If anyone knows how to solve this issue . Please do help me.