You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using AS3935 with ESP32-S2, but I get a lot of wrong information from the registers when using 3,3V. I read some reports of problems with the I2C interface and saw many projects using SPI.
Did you have problems using I2C and that's why you chose SPI?
The text was updated successfully, but these errors were encountered:
No, I started with SPI right away, mainly because all examples I could find were using SPI. It also turned out to be very stable, so I saw no reason to switch to I²C.
I²C is also much slower than SPI, and requires an additional external pull-up resistor on the SCL line.
Hi,
I'm using AS3935 with ESP32-S2, but I get a lot of wrong information from the registers when using 3,3V. I read some reports of problems with the I2C interface and saw many projects using SPI.
Did you have problems using I2C and that's why you chose SPI?
The text was updated successfully, but these errors were encountered: