pigpio icon indicating copy to clipboard operation
pigpio copied to clipboard

Fast GPIO, PWM, servo control, state change notification and interrupt handling with Node.js on the Raspberry Pi

Results 10 pigpio issues
Sort by recently updated
recently updated
newest added

Would it be possible to provide examples for how to use pigpio for a stepper motor in the ReadMe 🙏 ? This issue was raised in the past (https://github.com/fivdi/pigpio/issues/88) at...

question

hey i am trying to using pigpio with 4 motors using pins 20 21 26 16 the problem is that its not fast enough i need to set up the...

Hello moderator: Can you come up with a use case for electronic speed controller? I am a novice do not understand how PWM is generated, tried a lot of methods

question

First off, thanks so much for this project!! I'm trying to control several PWM channels concurrently and seem to have hit a max of 4 in use at any one...

I am using a dual rotary encoder that has two pins A and B that determine the direction of rotation. While doing that I am running two BLDC motors as...

Very nice project, but it lacks the bitbanged (software) serial read and write function, which the c and python libraries have. This is a very helpful feature which makes it...

enhancement

Hi Guys just wondering if this is possible and something you are looking into?

Note, there is a [minor issue with `getPwmFrequency()`](https://github.com/joan2937/pigpio/issues/557) that prevents it from always reading the correct output frequency.

Thank you very much for this wonderful library! I've just started experimenting with it, but already ran across some minor errors which I would like to see corrected. With greetings...

I had a projet with this library and It was working well last year. Now I'm setuping a new raspberry pi with Raspberry OS Lite 64 bits and I got...