TroubleshootingArduino

Lightning sensor V1

userHead GrégoryEtienne 2022-06-30 01:47:48 384 Views2 Replies

Hi Everyone,

 

I'm currently trying the Lightning sensor V1.0. Unfortunately, The IDE doesn't find the "Lib_I2C.h" library, and I don't know where to find to it. When looking for that name in the library manager, I can't find it.

 

I followed those instructions:

https://wiki.dfrobot.com/Gravity%3A%20Lightning%20Sensor%20SKU%3A%20SEN0290

 

Could anyone tell me under which library name I could find it?

 

Thanks in advance, Greg

 

 

2022-07-06 10:00:47

1.Download the lib here :https://github.com/DFRobot/DFRobot_AS3935

2.move the lib to the Arduino-libraries file and unzip it;

3.make sure .cpp and .h files are in the subdirectory of Libraries.

Find more instruction here: https://www.arduino.cc/en/Guide/Libraries#.UxU8mdzF9H0

userHeadPic Winster