Code Monkey home page Code Monkey logo

Comments (5)

FDelporte avatar FDelporte commented on July 22, 2024

I see in the pom you are using pi4j version 1.2. For the Raspberry Pi 4, please use version 1.3 or 1.4.

You will also need to update WiringPi to be able to access the GPIOs in the right way.
For full description, see https://pi4j.com/1.4/install.html

sudo pi4j --wiringpi

from pi4j-v1.

RobinQuante avatar RobinQuante commented on July 22, 2024

i have istall a new Linux on the pi,
have install the pi4j with the command from the webside.
i have install the new wiringpi with you Command.
Update the Version of the dependencies in the pom to 1.4
the Native and device i have deleted.

i still have still the same problem.

from pi4j-v1.

FDelporte avatar FDelporte commented on July 22, 2024

did you run the program with sudo?
if it would be possible to upload your full project to github I can maybe take a look if I can spot the problem...

from pi4j-v1.

RobinQuante avatar RobinQuante commented on July 22, 2024

i have start the Program with sudo java -jar tractor-1.0-SNAPSHOT.jar

i have start the GpioTest.java, it runs without an error.

i have try to upload the code and hope you can see it https://github.com/RobinQuante/AutoDriving/tree/main/AutoDrivingTractor

from pi4j-v1.

FDelporte avatar FDelporte commented on July 22, 2024

Hey Robin, I've taken a look at your project. Please find attached an updated version.
Nice work BTW with the Swing. If you ever want to move to JavaFX, check https://pi4j.com/getting-started/user-interface-with-javafx/ for more info.

Some of the changes:

  • For a correct maven project, the files are moved into a subdirectory
  • Package names should be lower case (InOut > inout)
  • pom.xml
    • bumped to Java 11 as this is now default on Raspberry Pi OS and for Pi4J V1.4
    • modified the build plugins
  • build your project with mvn package
  • run with sudo java -jar target/AutoDrivingTractor-1.0-SNAPSHOT-jar-with-dependencies.jar
  • there is still an error with GPIO 17 being used twice, but I leave that one to you to fix ;-)
sudo java -jar target/AutoDrivingTractor-1.0-SNAPSHOT-jar-with-dependencies.jar 
Exception in thread "main" com.pi4j.io.gpio.exception.GpioPinExistsException: This GPIO pin already exists: GPIO 17
        at com.pi4j.io.gpio.impl.GpioControllerImpl.provisionPin(GpioControllerImpl.java:554)
        at com.pi4j.io.gpio.impl.GpioControllerImpl.provisionPin(GpioControllerImpl.java:538)
        at com.pi4j.io.gpio.impl.GpioControllerImpl.provisionDigitalInputPin(GpioControllerImpl.java:642)
        at com.pi4j.io.gpio.impl.GpioControllerImpl.provisionDigitalInputPin(GpioControllerImpl.java:670)
        at com.pi4j.io.gpio.impl.GpioControllerImpl.provisionDigitalInputPin(GpioControllerImpl.java:664)
        at com.pi4j.io.gpio.impl.GpioControllerImpl.provisionDigitalInputPin(GpioControllerImpl.java:687)
        at autodrivingtractor.RotationSpeed.<init>(RotationSpeed.java:21)
        at autodrivingtractor.Main.main(Main.java:13)

AutoDrivingTractor.zip

from pi4j-v1.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.