-
That's project worked in RPi B and RPi B+ but don't worked in RPi 2.. Will I need must update to PI4J-1.1-SNAPSHOT ? That's because new processor of the RPi change to BCM2836 ?
ghost updated
8 years ago
-
Symlink all necessary files to web folder, set up wifi broadcast.
-
Hello!
There is an issue with the Pi4J I2C implementation that keeps crashing my application on shutdown:
Whenever there is an I2C read waiting to obtain the bus access lock and the thread is inte…
-
equipment: raspi4
os: ubuntu 23.10
pi4j version: 2.4.0
I wrote some code, hoping to get data from DHT 11, after repeated tests, unfortunately I can't get enough 40 bits of data, I think it may be…
-
Is there any documentation on interfacing with pijuice with java. (pi4j) for things like charging state, level. Thanks for any tips or pointers you can provide.
-
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
-
This piece of code crashes the Pi 4B:
```java
for (int pin = 0; pin < 31; pin++) {
try {
int pinNum = pin;
DigitalInput digitalInput = Bonnet.pi4j
.create(D…
-
Otherwise, the "adding a simple Maven dependency" is actually not true:) Having to download the source and install to a local rep defeats the purpose of maven.
I'm excited for this simple wrapper, se…
-
I've used the files in both Pi4J-Basic-OS-0.3.0.img.zip and Pi4J-Basic-OS-main.img.zip. I've verifying they are good via the SHA256 checksums. I've used multiple SDCards created with the Raspberry Pi …
-
The workflow build.yml is referencing action gradle/wrapper-validation-action using references v1.0.4. However this reference is missing the commit [89eda1fdc0167f59521d2bb10767f7169fb4d018](https://g…