RaspberryPi-AS3935 icon indicating copy to clipboard operation
RaspberryPi-AS3935 copied to clipboard

A basic library for working with the AS3935 that's connected to the Raspberry Pi.

Results 7 RaspberryPi-AS3935 issues
Sort by recently updated
recently updated
newest added

Hi there I tried to run demo.py with Python 3.7.3 and get the following error: Traceback (most recent call last): File "demo.py", line 13, in sensor = RPi_AS3935(address=0x03, bus=1) TypeError:...

from the datasheet: "The combination a0 = 0 (low) and a1 =0 (low) is explicitly not allowed for I2C communication." does this driver actually work? i'm having trouble getting this...

Hi, I can't get it to work, I am running it it with a raspberry A+ and as soon as I test it with a piezo I get this error:...

You have the bones for someone to set the tuning capacitors, which is great for someone who knows what the value should be. In my case, there was no such...

I have RPI 3. I run ./demo.py after I've set adress to 0x03 and Bus to 0x01 Everything is fine. As soon as I unplug LAN cable and connect via...

Hi there, I was testing out my sensor with your library, but I ran into an issue. When I try to simulate lightning using a lighter, I mostly gave the...

The class itself should be documented.

bug
enhancement