Category Archives: Lightning detector

AS3935 details

After a very frustrating weekend, I am pretty confident I have the worst of the integration problems behind me. The Embedded Adventures board is a very nice board but did take the choice of SPI or I2C out of my … Continue reading

Posted in Arduino, AS3935, AVC, Components, Lightning detector, Pololu 9DOF IMU, Processors, Projects | 64 Comments

First impressions of the AS3935 lightning detector

After ordering the break out board from Embedded Adventures in the UK, I got a nice email indicating that they would ship to me via stock held in the USA. The email also included some sample code for a PIC.

Posted in AS3935, Components, Lightning detector, Projects | Comments Off on First impressions of the AS3935 lightning detector

Lightning Detector

First I must apologize for going off line so long. Back in June I got a cold that damaged my inner ear. With the damage, I have been suffering from vertigo. Luckily, the brain learns and re-calibrates the inner ear … Continue reading

Posted in Lightning detector, Projects | Comments Off on Lightning Detector

Converting the lightning detector over to RS-485

During the precessing of getting the RS-232 communication working with the lightning detector and my Linux box, I learned the advantages of RS-485. RS-232 sends over its signals as a single ended voltage. RS-485 uses a differential signal. This has … Continue reading

Posted in Lightning detector, Projects | Comments Off on Converting the lightning detector over to RS-485

The real root cause (maybe?)

Just when you think you understand everything, life gives you a left hook.

Posted in Lightning detector, Projects | Comments Off on The real root cause (maybe?)

Root cause to RS-232 bug found!

Last night I found the true cause of my RS-232 problems. The question should not have been why two computers did not work when one did, but rather how did any manage to work.

Posted in Lightning detector, Product reviews, Projects, RS232 Shifter | Comments Off on Root cause to RS-232 bug found!

Bug update

This bug is now officially driving me nuts.  Just to review, for several years I have been working on building a lightning detector to shutdown my computer network during a storm when I am away from home. I learned a lot … Continue reading

Posted in Lightning detector, Projects | Comments Off on Bug update

Heartbreaking Bug Revisited

Got time to look at the problem in much more detail. Last night I was just too upset to start work so close to bed time. Today I discovered that the baud rate was indeed correct. What i was measuring … Continue reading

Posted in Lightning detector, Projects | Comments Off on Heartbreaking Bug Revisited

A heartbreaking bug

Last night I decided to try to find a nagging bug in my lightning detector software. The code is supposed to not output a strike severity number unless it is different than the previous value. I was seeing several cases … Continue reading

Posted in Lightning detector, Projects | Comments Off on A heartbreaking bug

Solution to reboot issue?

Could it be that I found the reason that my lightning detector rebooted on strong sparks? When I ran the project without the programming cable connected I stopped getting resets. Connected it would reboot. Perhaps some kind of ground loop … Continue reading

Posted in Lightning detector, Projects | Comments Off on Solution to reboot issue?