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)
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
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.
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 )?