-
Recent Posts
Recent Comments
Archives
- December 2021
- January 2019
- April 2018
- March 2018
- June 2016
- April 2016
- October 2015
- June 2015
- March 2015
- December 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
Categories
- ADE7763
- AmScope
- Arduino
- ARM
- AS3935
- AVC
- Components
- Desk Clock
- Die Filer
- FIRST LEGO League
- Furnace Monitor
- Home Energy Monitor
- IR Beacon
- LD-AIR
- Lightning detector
- MCP42010
- MSP430
- Personal
- PIC
- Pololu 9DOF IMU
- Processors
- Product reviews
- Projects
- Python
- Rigol DS1102D
- Robotic DVD burner
- RS232 Shifter
- Sailboat Race Timer
- Software
- Sugru
- SUNDAR
- Teensy
- uBlock LEA-6H
- Uncategorized
- Vectronix DMC
- XBee
Meta
Author Archives: Skye Sweeney
SUNDAR project
In the interest of trying to determine my heading for the AVC robot competition, I have been working on a celestial solution. I am calling this device a SUNDAR as a hybrid of SUN and RADAR. In essence I am … Continue reading
Lightning detector update (AS3935)
In a previous comment, I was informed that I had a bug in the software I posted on GitHub. Seems that I forgot to implement the 2 millisecond delay before reading the interrupt service register. Not sure what happened as … Continue reading
Posted in AS3935, Lightning detector
5 Comments
Azimuth
Determine ones heading in an autonomous vehicle is very important. Without it, it is very hard to navigate a race course like the one for AVC. I have been very involved with FIRST LEGO League (FLL). The experiments that I … Continue reading
Posted in AVC
Comments Off on Azimuth
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
4 Comments
Roving Networks RN-42
Over the weekend I took a side trip with my AVC processor to include a wireless BlueTooth transceiver. This will allow me to communicate with the robot as I run various experiments. It turned out to be fairly easy.
Posted in Arduino, AVC, Processors, Projects, Uncategorized
Comments Off on Roving Networks RN-42
Magnetic flux
I have been playing with the magnetometer in the Pololu 9DOF IMU. I recorded the data into a CSV file and plotted it in Excel. At the time I did not think much about it, but one evening as i … Continue reading
Posted in AVC, Pololu 9DOF IMU
Comments Off on Magnetic flux
I have a full year till AVC 2014!
A few months ago I came to the realization that I would have to abandon my bid for AVC this year. A whole bunch of issues came up in my work and private life that made it impossible to work … Continue reading
Posted in AVC
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
Comments Off on AS3935 code is on GitHub
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
Comments Off on AS3935 and register zero