Jump to content

Banner.jpg.b83b14cd4142fe10848741bb2a14c66b.jpg

RadekK

Members
  • Posts

    124
  • Joined

  • Last visited

Blog Comments posted by RadekK

  1. New version of Astroberry-DIY driver has been just released.

    v2.6
    * Major changes and new functionalities added
      - added: Support for DS18B20 temperature sensor
      - added: Temperature compensation
      - added: Resolution unlocked from 1/1 to 1/32 microsteps
      - added: Changing to lower resolution fine tuned
      - update: system info driver separated from board/relay driver
      - update: default BCM pins changed (!!!)

    Sources: https://github.com/rkaczorek/astroberry-diy

    Binary for Raspian Buster: https://www.astroberry.io/

  2. @Gina et all, I have just released astroberry-diy drivers (including focuser, relays and system info). This version is independent of WiringPi and BCM2835 low level control libraries. Instead I decided to use the latest libgpiod, which uses mainland kernel character device. This makes the driver totally independent from any external library. As for now the driver need some testing so it is kept in separate branch. As soon as you test it and confirm it works ok I will move it to master branch and release debian packages. You can grab the source code by running:

    git clone https://github.com/rkaczorek/astroberry-diy.git
    cd astroberry-diy
    git checkout libgpiod

    Make sure that you have libgpiod-dev package installed before compiling this version. The compilation should go smoothly by running:

    mkdir build && cd build
    cmake -DCMAKE_INSTALL_PREFIX=/usr ..
    make
    make install

    Please let me know if it works as designed

    • Thanks 1
  3. At first I have been surprised by what @JamesF said but I have just read this http://wiringpi.com/wiringpi-deprecated/

    So it looks like wiringPi will not be maintained anymore 😞 It's really bad news. However I fully understand Gordon. Maintaining a software is a nightmare nowadays. Few understand how much work it takes and how many nights one has to invest to keep things running for others for free.

    Having said that I will have to move astroberry-diy back to BCM2835 library. It will take a while though so stay tuned.

  4. Hi @Gina

    Remove wiringpi installed with apt and use the latest version from the author's site http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/

    The driver used to support low level library designed for raspberry pi only (bcm2835) and wiringpi. The latest version uses wiringpi only as it makes it more generic - now it can be used on other devices than raspberry pi and is not limited to a specific version of raspberry pi.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.