Coder Social home page Coder Social logo

Comments (2)

ironsheep avatar ironsheep commented on September 23, 2024

Most of the buses on your RPi (SPIx, I2Cx, etc.) need to be set up and or enabled.

Check to see if SPI is enabled with ls /dev/spi*

if you see something like:
crw-rw---- 1 root spi 153, 0 Aug 31 18:23 /dev/spidev0.0
crw-rw---- 1 root spi 153, 1 Aug 31 18:23 /dev/spidev0.1

then SPI0 is enabled. if not use raspi-config to enable it.
if you are connected to SPIx which is not SPI0 then you will also need to enable a driver for it by editing /boot/config.txt

Also, it looks like you may not have started the pigpiod service.

Please follow the instructions to enable and then start the pgpiod.serice.
👍
Also make sure your interrupt line is on the GPIO pin you expect and that gpio pin number is correctly entered into your config.ini

Does this help?

from lightning-detector-mqtt2ha-daemon.

keyj9 avatar keyj9 commented on September 23, 2024

It turned out to be a hardware problem
I tried another raspberry pi and everything worked fine

from lightning-detector-mqtt2ha-daemon.

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.