Elias Santistevan

Results 9 comments of Elias Santistevan

Sorry about the problems; I've went ahead and updated as per your suggestion. I'll get to a new release sometime today or tomorrow.

Give me some time to look over this list you've provided. I did notice that you tried changing the frequency (clock) on the SPI bus to the lightning detector and...

I'll be taking a look at this problem today, thanks for you patience.

Sorry for the late response on this @PureTek-Innovations. The solution was a lot more simple: ```c void SparkFun_AS3935::setIndoorOutdoor(uint8_t _setting) { if (((_setting != INDOOR) && (_setting != OUTDOOR))) return _writeRegister(AFE_GAIN,...

Thanks for the issue, it's on my list and I'll get to this issue if not today, then tomorrow!

Thanks for the follow up, this may help quite a bit. This library has a few open issues that I'd like to tackle simultaneously as they have a common thread...

I suspect it has something to do with the "CMD_DELAY" being significantly reduced in later firmware releases but I still need to test with a board that has the latest...

You make a good point, there is no way as the user to differentiate between the `statusByte` and the `returnByte`. I'm not sure I understand your solution, but perhaps I...

This is very helpful - looks much better than mine and uses much better coding practices! I'll use what's relevant to the issue you described, and perhaps improve the library...