Skip to main content

Questions tagged [pigpio]

pigpio is a library for accessing GPIO pins as well as other functions including I2C. pigpio has a client-server architecture , which enables you to remotely control GPIO pins.

0 votes
0 answers
36 views

I have an Aardvark USB to I2C/SPI adapter and I want to use it to test I2C communications between my Raspberry Pi 3 B+ and Ubuntu computer. Because of the project I'm doing I need the raspi to be the ...
leonn's user avatar
  • 1
0 votes
0 answers
23 views

I have setup a freshly installed Raspberry PI OS x64 on a RPI 3. Updated everything and installed lirc. I can see two devices /dev/lirc0 & /dev/lirc1. 1 = receive 0 = transmit I could see & ...
Marc's user avatar
  • 121
-1 votes
1 answer
405 views

I'm trying to set up pigpio on my Raspberry Pi 5 (aarch64 architecture running 64-bit Raspberry Pi OS Lite). The installation appears successful, but I can't connect to the daemon from Python. ...
Alex's user avatar
  • 1
0 votes
2 answers
628 views

I have custom-made a compact push-type PWM signal generator that operates on 3.3V power and outputs a 50Hz PWM signal with a duty cycle ranging from 0% to 100%. I power it using the Raspberry Pi 5's 3....
hakunami's user avatar
  • 109
1 vote
1 answer
185 views

Normally I just use the set_servo_pulsewidth() method (which is "hardware timed"). I understand that this pulse width is managed in software, and that to use hardware PWM, I need to use ...
Daniele Procida's user avatar
0 votes
0 answers
103 views

I currently have a 600 p/r encoder hooked up to a pi 4. Seems to work ok, but due to the pi OS (bookworm) it usually misses some counts. From what I read, it seems that there are 2 possible ways to ...
Greg W's user avatar
  • 1
-1 votes
1 answer
211 views

I have the following code of pigpio library and I have to convert it's functionality using gpiod library. Where pigpio has a good documentation I can understand the working of previous code using that....
farhan jatt's user avatar
0 votes
1 answer
144 views

I am new to Raspberry Pis. I am using a Raspberry Pi 4. I am trying to control a BLDC motor from the BLHeli_32 ESC, using PWM signals output from GPIO pin 18. For this project, I need the motor to go ...
Tsz Kit Koon's user avatar
-2 votes
1 answer
200 views

I was trying to control a Tower Pro SG-5010 servo motor using a Raspberry Pi 4, with the python code below, but after working for a minute or so, the servo started not turning for some of the commands,...
guest1253's user avatar
-1 votes
1 answer
96 views

I have an ESP32 set to an SPI Master with 100kHz, Mode 2 and just want to send 0x19 to the RPi4 as a slave running pigpiod and using shell for output. When I use piscope, everything seems fine for me ...
karlo922's user avatar
1 vote
0 answers
509 views

They say that the output current of the Pico GPIO is configurable (2, 4, 8, 12mA). What does it means ? If I choose 8mA, what will happen if I connect a bigger load ? Will the curent be limited to 8mA,...
Marus Gradinaru's user avatar
-1 votes
1 answer
149 views

Does anyone know how to make delay on raspberry pi until 58 us and 100 us? I am using raspberry pi 4B with python language. I want to make code for sending packet data (I will include my code). I'm ...
Naufal Yanu Kusdianto's user avatar
1 vote
1 answer
969 views

Can anyone verify that there will NOT be an update for the pigpio library to work with Pi V5? ( Please, not a guess or opinion). I have used the pigpio library extensively on my projects, Pi Zero ...
JPinWindsor's user avatar
0 votes
0 answers
136 views

I have a 443 sender connected to my RPi3+. I want to replace WiringPi to control my 433MHz sockets on my RPi3+. I used so far the command send 11111 2 0 with send from the raspberry remotepackage and ...
Michael Schmidt's user avatar
1 vote
1 answer
4k views

I need a PWM signal of 25KHz and duty cicle 0-100%. It must be "hardware" becase I don't want to bother the CPU with that. The ony way I found to do that in Python is by using ppigpio ...
Marus Gradinaru's user avatar

15 30 50 per page
1
2 3 4 5
22