Arduino nano v.3 PPM decoder

Hi all

Please, help me, I want to build a four channel PPM decoder with Arduino nano v.3, but I'm not good at programming, i am beginner
I want the program to decode PPM pulse stream and then send signal to the servo (3 ch for servo, 1 ch for ESC motor)

Topic opened by mem
http://forum.arduino.cc/index.php?topic=22140.0

I built a library with "mem" (ServoDecode.h , ServoDecode.cpp , ServoDecode.pde Test Sketch ) and tried to compile, but it gives me an error.
exec: "C:\Users\Roby\Desktop\ARDUINO\ARDUINO 1.6.5 Software\arduino-nightly\hardware\tools\avr/bin/avr-g++": file does not exist
Error compiling.

I mention that ServoDecode library I created, do not appear in examples files

Thank you very much
Best Regards
Robert

What program did you try to compile and where were the library files located ?

Hi

I apologize that I answer so late

http://forum.arduino.cc/index.php?topic=22140.0

Software ARDUINO 1.6.5 arduino-nightly

I copied the code from the link above (ServoDecode.h , ServoDecode.cpp , ServoDecode.pde Test Sketch ) and pasted in 3 new text document, I renamed .h, .cpp, .ino, then pasted in new folder named ServoDecode, then I did new folder named examples and pasted ServoDecode.pde(.pde renamed . ino) - then created .rar archive.
I opened the Arduino IDE - Sketch - Include Library - Add .ZIPP Library- select folder ServoDecode(the archive ServoDecode.rar ) not seen, I select the created folder.

Thank you very much
Best Regards
Robert

Nobody knows how to do it correctly a library of 3 (ServoDecode.h , ServoDecode.cpp , ServoDecode.pde Test Sketch )?

Why are you using an outdated nightly build?

I installed the latest version of the Arduino 1.6.7, how to do it correctly a library of 3 (ServoDecode.h , ServoDecode.cpp , ServoDecode.pde Test Sketch )?

The sketch should not be in the library folder.