Guy McSwain
Guy McSwain
Hmm, I thought this api accepts a buffer up to 64K (IIRC) and keeps the FIFO full. Can you send me more information on what you are seeing with perhaps...
I don't know about CM in general. This library did not extend support to the additional SPI peripherals found on the Pi4 chip. You only have access to the original...
I've been away for a while. Are you still seeking help?
You should try the ‘develop’ branch; It has an improved signal handler.
I'm glad it resolved your issue. I probably will. I was waiting for some feedback and then sort of lost interest for a while.
Yes, you need root permission.
From the terminal: ```bash sudo pigpio pigs r 25 pigs w 25 ```
Funny, I've been playing around with DHT sensors recently myself. For the start pulse, the following seems to work well for me: ```javascript // initialize pi as a pigpio-client somewhere...
I should add that the DHT timing of the pulse width is very liberal. I think the spec states that it be 'at least as long as xx milliseconds', or...
Greetings! The WS2811 chip timing appears to be sub 1us. That would exclude the use of pigpio's waveform APIs. You would need to use DMA to directly drive the output...