-
Recent Posts
Recent Comments
- DaveH on Not feeling the love
- Skye Sweeney on Bug on AS3935
- Beat on Not feeling the love
- Malcolm Rook on Bug on AS3935
- Skye Sweeney on AS3935 details
Archives
Categories
- ADE7763
- Arduino
- ARM
- AS3935
- AVC
- Components
- Desk Clock
- FIRST LEGO League
- Furnace Monitor
- Home Energy Monitor
- Lightning detector
- Personal
- PIC
- Pololu 9DOF IMU
- Processors
- Product reviews
- Projects
- Python
- Rigol DS1102D
- Robotic DVD burner
- RS232 Shifter
- Sailboat Race Timer
- Software
- Sugru
- Uncategorized
- Vectronix DMC
Meta
Category Archives: Lightning detector
Not feeling the love
It is 12:30 at night and I was woken up by a thunderstorm raging outside. Heard the rain, saw the flashes, and heard the thunder. Went downstairs to look at the output of the AS3935 based lighting detector. Dang thing … Continue reading
Posted in Arduino, AS3935, Components, Lightning detector, Processors, Projects
2 Comments
AS3935 code is on GitHub
I took my first jump into GitHub as a contributor. I put my current AS3935 based application called “Striker” into the repository. You can find it here: https://github.com/SkyeSweeney/Striker This should now get me off the hook for several of you … Continue reading
Posted in Arduino, AS3935, Lightning detector
Leave a comment
Bug on AS3935
After three weeks of banging my head against a brick wall, I confirmed last night that the AS3935 has an issue with the I2C interface. There is an issue with the chip that prevents reading register zero without violating the … Continue reading
Posted in ADE7763, AS3935, Components, Lightning detector
2 Comments
AS3935 and register zero
The more I bang my head against this chip, the more I am certain there are ‘issues’ with it. I can now read and write every register with amazing repeatability except register zero. This register refuses to be read or … Continue reading
Posted in AS3935, Lightning detector, Projects
Leave a comment
AS3935 lightning detector update
I was having problems with reliable communications with the lightning detector chip over the I2C bus. Sometimes I would read a register and it would not be at all what I was expecting. The situation was during calibration when I … Continue reading
Posted in AS3935, Components, Lightning detector, Projects
Leave a comment
Another excercise in Yak Shaving
I have been having problems with the I2C interface on a chip I have been playing with. Since I do not have an I2C bus analyzer (nor can I afford one!), I have been using my scope to decode bus … Continue reading
Posted in Lightning detector, Python
Leave a comment
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
34 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
Leave a comment
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
Leave a comment
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
Leave a comment