-
Hello,
I've been using this library for several weeks on an RPI4B+ with no issues whatsoever. It is really a great tool!
I am now trying to run it on an RPI3B+.
raspian 0S 64bit is fully upda…
-
Hi, I am trying to run this using python2.7 on a pi3. I have all of the dependencies installed. Followed all of the directions. When using the following code I get an import error for import pigpio.
…
-
I was currently experimenting with pi4j but when I start to fat Jar it, it kept throwing exception
my first attempt was to utilize shadowJar, which wasn't able to jar all the necessary libraries res…
-
Hi
I try to get this running on a **Raspberry Pi 4** with **Debian 11.6 64bit** (5.10.0-20-arm64).
I followed the steps on https://abyz.me.uk/rpi/pigpio/download.html.
When I try to start the D…
-
I'm getting ready to do a bunch of work to avoid running my application as sudo (pigpio bit banging stuff). But, I also need to control LED strips using the ws2811 library. So, maybe I need to incl…
-
Hello!
So I'm building the latest version of the library on my Pi4:
```
git clone https://github.com/Pi4J/pi4j-v2
export JAVA_HOME="/usr/lib/jvm/jdk-16.0.1"
cd pi4j-v2/
mvn clean install -Pnativ…
-
I followed the instructions. However python-pigpio doesn't install correctly.
```
geohei@rpi5:~/Pi-Somfy $ sudo apt-get install python-pigpio
Reading package lists... Done
Building dependency tr…
-
Hi,
Thank you for creating this library. I am starting to use it for a Nerves project, but I found out I need to use `WAVE_MODE_REPEAT_SYNC` instead of `WAVE_MODE_REPEAT`. Is this possible using pi…
-
I tried to run the standard minimalistic example and it did not work for a regular user(pi), but worked for root.
It looks like the problem is related to IO memory permissions.
I tried two differe…
elmot updated
2 years ago
-
The abstraction of the sensors should be easily testable and mockable without rasp. We need to find a library to communicate with GPIO pins ([pigpio?](https://github.com/joan2937/pigpio)).
Right no…