First Weather Balloon Payload Testing on a Model Rocket (Pt.1)

Working with a professor at my college and Carolina Edge of Space in May of 2010 I, along with a small group of friends, sent a weather balloon 74,642 feet into the sky.  This post is mainly about the payload I designed, built and tested for the project.

This project was inspired by many seen recently online where students have been sending cheap payloads into the stratosphere. It started around December 2009 when we all met for the first time to discuss the project. It turns out that one of the professors in the Earth Sciences department focuses on remote sensing (gathering data about earth from satellites, etc.) who had done some weather balloon projects in the past. We all got together to discuss a possible launch.

Read moreFirst Weather Balloon Payload Testing on a Model Rocket (Pt.1)

How to Replace XP with Linux

Many people are curious about linux, or maybe have even tried linux at some point. There is a huge difference between people trying linux, and people using linux. Hopefully this article will sort of ease your transition into using linux, either as a full time OS or even just enough to get around if you ever encounter it. Once you are familiar with software on one OS, its tough to move on but with this article I hope to list out some linux software that replaces many of the XP programs I once loved and how to run certain irreplaceable Windows software on linux.

The version of linux used here is Linux Mint, which is built off Ubuntu.

(Image provided by Wikimedia Commons. Authors Larry Ewing, Simon Budig, Anja Gerwinski)

Read moreHow to Replace XP with Linux

Add Automatic Reset to Your FTDI-232R Cable

I’ve had a FTDI cable for a while for testing serial communications between my microprocessors and my computer and for that job, it works great. However, I recently grabbed a couple Ardweenies from Solarbotics and decided to use my FTDI cable to program them.  The FTDI cable doesn’t have an automatic reset, so you have to push the reset button on the board at exactly the right time when trying to program it from your computer.  This causes tons of frustration.

Oddly, a few days of experimenting with the arduinos, my cable got a short in it. While fixing the short, I was surprised to find out that the FTDI cable uses the same chip as the Sparkfun Programmer (which has automatic reset) so I went about modifying my cable to include this feature.

Modifying the cable is much easier said than done, but since I got it working, I figured I’d do a write-up on it in case anyone else wants to give it a shot.

Read moreAdd Automatic Reset to Your FTDI-232R Cable