Hi!, I configured my servo like you said, but I have a problem. Why the motor move like crazy?,
@palashproduction47233 жыл бұрын
I found a solution. Pigpiod utility allows better servo handling than conventional gpio pins. (apt-get install pigpiod, install nodered pigpiod module, in /etc/rc.local put on line betwen fi and exit 0 sudo /usr/bin/pigpiod & and reboot )
@blue_water38883 жыл бұрын
I have a 180 degree servo. How can i rotate the servo for 180 degrees in 3 minutes and back the same, all the time with no stop ever.
@iney10003 жыл бұрын
The immediate solution I can think of is changing the injection number block to a timed block. The option should be in the injection block itself. You can do timed injections and then use a function block that would reset your injected values to zero. It’s a start. I hope that kind of helps. And good luck! Edit: Cut down some words and fixed spelling errors :)