Hello,
First off, I am new to this forum and to Arduino as well. That being said, I am having a little trouble getting my servo to work with the Example Sketch "Sweep" included in the IDE.
I wire everything correctly according to the diagram provided on the website(Black to Ground, Red to 5v, and Orange to PWM pin 9.
When I plug in the arduino with everything hooked up, the servo moves slightly(no code uploaded to it) and then the red light on the arduino starts to blink. When I try to upload the sample code to the arduino, I get this error:
Binary sketch size: 2,666 bytes (of a 30,720 byte maximum)
avrdude: ser_open(): can't open device "/dev/cu.usbserial-A4011UU6": Resource busy
ioctl("TIOCMGET"): Inappropriate ioctl for device
Everytime I press "upload" the arduino resets and the servo moves slighty but then everything stops.
Here are some specs for you:
Servo
EMax ES 08MA 4.8~6V Analog servo
Arduino Duemilanove
Any ideas?