Hello,
I am using Johnny-five with configurable-firmata. My application is built with node.js. I am using a mg996r servo and a DS18b20 temperature sensor, which is configured per this johnny-five spec: JavaScript Robotics: Thermometer - DS18B20 with Johnny-Five). I am using a 5v step-down converter from a 12v power source (which is plugged into the wall) to my breadboard to achieve a separate 5v power source from the arduino.
So for some reason, every time the temperature sensor sends a reading to node (I have it set to fire the event every 5 seconds), I hear the servo "tick" slightly. I tried connecting the temp sensor to the arduino 3.3v power to completely separate it from the servo, but that did not help. My theory is that the serial communication is causing the ticking...
Any idea why a temp sensor event would cause the servo to tick like this? I can create a diagram and paste my code if needed. Any help is appreciated.