Servo twitch with Grasshopper Firefly

Hey everyone

I’m working on a project that include moving servo motors with arduino mega and grasshopper-firefly.

The problem is that the motors twitches and the movement is not smooth. I’ve tried the smooth node in firefly but with no success.

When I upload arduino code to the arduino it works just fine.

Can anyone help me with that?

How can I make the motors movement smooth?
What may be the problem?

Thanks!!

1 Like

Ok the problem was wrong baud rate.

Apparently it should be 57600 and NOT 115200 as the default.

Good luck