Hi everyone,
I'm beginner in arduino and i hope to find some help here.
Actually i work on video projection on Object in motion and i use for that a software called Quartz Composer where i create my virtual 3D object.
I use a servo to move my real object with an arduino
For a first test i find how move my servo and send the analog input data of a potentiometer to quartz composer with the serial port and control my virtual object
But now i want to send the digital out data instead od the analog input
Do you think it's possible?
Find enclosed my first sketch
Thank you
SERVO_V1.ino (4.07 KB)