Guy McSwain

Results 210 comments of Guy McSwain

From the above code snippet, it looks like you are only using gpio read and write APIs. Those APIs have nothing to do with the DMA. The basic tests above...

My misunderstanding, I thought they were separate variants. I would prefer to change the title to RPi OS 11 in this case.

In case of a conflict with audio please try the following: - Ensure you have remote access (ssh). - Unplug your HDMI cable from the rpi. - Re-run the pigpio...

@pierol , thank you for your patience. I don't have my hardware freed up yet to do any testing. However, I recently did a search on the raspberrypi.com forums and...

Please try the following: ``` // Create a drop-in file for pigpiod.service: // note: automatically creates '/etc/systemd/system/pigpiod.service.d/override.conf' # sudo systemctl edit pigpiod // Add this content to the file: [Install]...

You need both statements. The first overrides the existing setting then the second sets the new setting. On Fri, Jan 20, 2023 at 2:16 PM Piero Longhetto ***@***.***> wrote: >...

I'm got my pi3b+ (a020d3) with a fresh install of RPi OS 32 bit desktop: ``` cat /etc/debian_version 11.6 ``` I tried to reproduce the experiments on the raspberrypi forum,...

Ok, I think I understand how to get the pigpiod service to start later in the boot sequence. But first, I should explain why: My theory is that pigpiod service...

The service is dead. Make sure you reloaded the systemd daemon - step 4. Then do step 7 for good measure.

Something strange between your system and mine: ~~On my system 'rc-local.service' runs late in the sequence. On your system it the second in sequence! Or maybe I don't understand the...