pigpio icon indicating copy to clipboard operation
pigpio copied to clipboard

pigpio is a C library for the Raspberry which allows control of the General Purpose Input Outputs (GPIO).

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

This change check the result of socket.recv and break the loop if connection is closed (recv returns 0) Related issue: https://github.com/joan2937/pigpio/issues/563

Hello everyone! I noticed that when a python client is connected to the daemon (via TCP socket) and the daemon stops then the client go to 100% of CPU. How...

I've been helping someone who ran into a problem on a Raspberry Pi 4B after rebuilding their system based on Bullseye. Before the upgrade, their Node-RED flows using node-red-node-pi-gpiod and...

There are lots of warnings that pigpio uses /dev/mem, and hence needs to run as root. That's fine. I'm building a C daemon that will use pigpio. I'd rather not...

Hello Guy, As discussed in Issue #555 , this pull request adds the ability to obtain the serial number of the board. The change is implemented in a similar fashion...

I'm using pigpio for interfacing with Wiegand reader and a 2-Channel Relays Module. I started this project on Raspberry PI 3 B+ installing RPi OS 10 (buster) 32bit Desktop and...

Hello In order to ease development of pigpio dependent Home Assistant integrations, specifically regarding [their guidelines on entities unique identifiers](https://developers.home-assistant.io/docs/entity_registry_index#example-acceptable-sources-for-a-unique-id), I would like to suggest exposing the board serial number....

I'm trying to write a cli program to manage gpio on my pi. One of the things I want to use is the hardware clock output. I also want to...

Hello, I am using the pigpio C interface to drive an OLED, and cannot send transfers of over 128 bytes using the `spi_write` command. Apart from this `spi_write` works, as...

[guymcswain](https://github.com/guymcswain) asked me to create a new issue for this - before I was adding comments to issue [#478](https://github.com/joan2937/pigpio/issues/478) I'm using pigpio library on a raspberry 4 with a buildroot...