
jhoepffner
User
Jun 11, 2008, 10:47 AM
Post #2 of 3
(1064 views)
Shortcut
|
|
Re: [jhoepffner] Arduino and servos from isadora
[In reply to]
|
Can't Post
|
|
second step Thats it, an easy way to communicate between Isadora and arduino, in the two way… it's experimental but it work for me with 4 motors and 6 pots. Dont forget to instal the FTDI driver (it's included in the arduino software install), to choos the right serial connection (in Mac something like usbserial-A6004arV, more tricky in windows for COMX reasons), to choose the right speed (19200 for my sample), No Parity, 8 bits, no flow control. Do not use the same serial connection with 2 softwares and close your connection before to unplug arduino (can cause crashes). If you use more than 1 servo, USB is not suffisant, use an external power through the barrel, with the right voltage (6V for servos) and use Vin to feed your servos. All the references concerning arduino are in the arduino website : http://www.arduino.cc then playground Enjoy it and give me some feedback ! Jacques
|