Firmata loop values issue

Hi everyone,
as the title suggests (and as the screenshot hopefully shows), I’m having an issue with Firmata:
I have a photoresistor mounted on one servo motor, and a laser on another servo. I want the photoresistor’s value to influence the movement of both servos — they should move in opposite directions, but only when the photoresistor reading exceeds a certain threshold.

What I’m getting instead is a warning about a feedback loop being detected.

Thanks for all!


Hi @pulse01,

you can get rid of the Feedback loop warning by adding a Feedback CHOP before the Null CHOP.

Hope this helps
cheers
Markus

Thank you very much! It works!