User Tools

Site Tools


sparkfun_as3935_to_esp8266_wiring

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

sparkfun_as3935_to_esp8266_wiring [2022/09/02 17:36] – created 192.168.1.108sparkfun_as3935_to_esp8266_wiring [2022/09/02 17:38] (current) 192.168.1.108
Line 1: Line 1:
 ===== Wiring the AS3935 SPI Bus ===== ===== Wiring the AS3935 SPI Bus =====
-  * IRQ  D1  IO5 + 
-  * Clock D5 IO14 +
  
    #define SPI_CS       // IO5 (D1)    #define SPI_CS       // IO5 (D1)
Line 10: Line 8:
    #define AS_INT    15     // IO15  (D8)    #define AS_INT    15     // IO15  (D8)
    #define NEOPIXEL  4     // IO4  (D2)    #define NEOPIXEL  4     // IO4  (D2)
 +   
 + I initially tried to hook the device CS to D8 but that prevented the ESP8266 from booting.\\
 +Instead I put the CS on D1 and placed the INT on D8. This worked.\\
sparkfun_as3935_to_esp8266_wiring.1662154569.txt.gz · Last modified: 2022/09/02 17:36 by 192.168.1.108