Git Product home page Git Product logo

Comments (7)

pcfens avatar pcfens commented on August 17, 2024

Did you remember to enable the I2C device driver?

You may also need to set the I2C bus to 1.

from raspberrypi-as3935.

DarKOrange75 avatar DarKOrange75 commented on August 17, 2024

Thank you for your answer, I2C bus was set to 1, the AS3935 is detected with i2cdetect -y 1 in position 3
What do you mean by enable the I2C device driver?

 0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f

00: 03 -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- 36 -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --

from raspberrypi-as3935.

pcfens avatar pcfens commented on August 17, 2024

By driver I mean the kernel module - that i2cdetect works makes me think it's working as expected.

Can you try running the python script as root (or using sudo)? I doubt that's it, but it'd be good to confirm.

from raspberrypi-as3935.

pawelKapl avatar pawelKapl commented on August 17, 2024

Same here, i2c is detecting module as 03 on bus 1. And getting very same error, with sudo too. Running on Raspberry Pi 2b.

from raspberrypi-as3935.

DarKOrange75 avatar DarKOrange75 commented on August 17, 2024

Same error when running the script with sudo.

from raspberrypi-as3935.

zanzeoo avatar zanzeoo commented on August 17, 2024

same

File "demo.py", line 17, in
sensor.calibrate(tun_cap=0x0F)
File "/home/pi/RaspberryPi-AS3935/RPi_AS3935/RPi_AS3935.py", line 24, in calibrate
self.set_byte(0x08, (self.registers[0x08] & 0xF0) | tun_cap)
File "/home/pi/RaspberryPi-AS3935/RPi_AS3935/RPi_AS3935.py", line 222, in set_byte
self.i2cbus.write_byte_data(self.address, register, value)
IOError: [Errno 121] Remote I/O error

from raspberrypi-as3935.

pawelKapl avatar pawelKapl commented on August 17, 2024

Hey guys i noticed something interesting. Sensor is actually starting working when GND of Raspberry or sensor ground is connected to earth, or u just touch it with a finger. This might explain why for example sensor can work with LAN cable, but not on wifi.

from raspberrypi-as3935.

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.