Questions tagged [python]

Python is a high-level programming language designed to be easy to read and simple to implement. It is open source, which means it is free to use, even for commercial applications. Python is considered a scripting language and is often used for creating Web applications and dynamic Web content.

19 questions
1
vote
1 answer

LEGO servo (88004) controlled by Raspberry Pi using python pigpio

I'm trying to control a LEGO servo (88004) using a Raspberry pi. I would like to use pigpio to get a more precise control (no shaking, like with gpio PWM). It's work with a regular servo (3 wires). It kinda works with the 88004, it buzz when I test…