To use a servo more than 15 controlled by maxuino

murray's icon

I recently try to use 20 servos in maxuino-009 patch. But, it dosen't allow me to control them over the 15 pin numbers. And then, I just checked the "maxuino.js" (maxuino-09/support/maxuin.js) that there is seem to be the problem in this program command i can guess.
this is following below;

function servoConfig(a, b, c) {
if (a
if (a>15) a = 15;
outlet(0, 112, a, b, c);

This is the reason why when changing the number of 16 pin, for instance, I always change value of 15 pin instead.

Please give me a piece of advice if anyone is genius of max & java.
if possible, I would really appreciate you.

Regards

609.Screen_shot_2010-06-01_at_06.57.05.png
png
Juan Hurle's icon

Hi, I'm having exactly the same issue here, has anybody looked at it yet? Most of the way through a project that depended on being able to use all 48 of my Mega Arduino pins with servos, and have run into this 15 pin limitation.

Anyone know a way around this, or a quick fix. It's pretty urgent!

Thanks in advance.
Juan

marta_verde's icon

I´m having the same issue, I was wondering to control up to 48 servos with an Arduino Mega & Maxuino.
I´ve also seen this shield: http://letsmakerobots.com/node/26054; but I´m not sure if it can be controlled with Max, or directly communicate it via Serial from Max to Arduino
Any advice will be apreciated¡
Thank you