Jet Powered Hijinks

[youtube=http://www.youtube.com/watch?v=tjS8btFb9RA]

This jet powered carousel is brought to you by the Madagascar Institute. They convene, or collide, to create large scale art, sculptures, and rides. This one seems to fit the last definition. The two gentlemen are strapped to a jet powered carousel. It actually looks pretty fun, but we would have been needing some fresh shorts after the jet bursts into flames near the end. He didn’t seem too concerned, he wasn’t screaming and flailing his arms at least.

Rocket Acceleration Logger

rocketdatalogger

Have you ever wondered how high or how fast a model rocket goes when you launch it? [sprite_tm] did, so he decided to build a low cost, lightweight data logger that he could fit into the nose cone of his rocket. To keep the circuit small, he built it around the popular ATtiny13 microcontroller. The microcontroller collects data from a Freescale MMA7260, a 3-axis accelerometer that he extracted from a third-party Wii nunchuck controller. After the microcontroller collects the data, it’s stored in 32K of EEPROM on a 24C256. All of this is powered by a small 3.6v Li-ion battery, which is the largest part of the circuit. If this sounds like something you’d like to make, he has detailed instructions along with the software used available on his site. While we don’t launch a lot of model rockets here, we may soon start just so that we have an excuse to build this.

Rocketting Fun

cansat

[Gabe] sent in this project summary from his rocketry club’s yearly project(pdf). The goal was to build a rocket that would go up to about 800 meters and eject a robot that would pilot itself to a destination on the ground for re use. There’s tons of great information from what hardware is in the robot to hardware design for the ejection mechanism.  There are great pictures of the final build, not so many of the construction itself. The project seemed to go well until EMI problems caused everything to fail during flight.  If you’re interested in seeing more from the club, check out their site (translated).

Model Rocket GPS And Data Logger

datalogger

Serious rocket hobbyists aren’t content with merely launching their rockets into the air. [wwgd] wants to have an on board computer to control his flights and log the data.  He doesn’t quite know how to do it all yet, so he’s starting with the basics. He has built the basic GPS data logger using an accelerometer, a GPS unit, and a BS2P microcontroller. The overall weight is 62 grams and it can record for the whole 5 minute flight. At roughly $200 though, we’d be thinking twice before launching it into the stratosphere.

Rocket Camera

[youtube=http://www.youtube.com/watch?v=gfVTCSYekso]

[Jordan] sent us his Rocket Camera project. It really isn’t much that we haven’t seen before, but we thought many of you would be feeling the effects of gravity a little harder today. So when your belly is stretched to its limits with Turbaconducken and you don’t think you can stand, take a little flight with [jordan]. Careful you don’t lose your lunch on the way back down though.

Hacking A Scale To Test Rocket Motors


[David Steeman] sent us this project. He uses a consumer scale to measure rocket engine thrust. He wanted to be able to map the thrust curve of his homemade rocket motors to determine whether they are meeting the design goals. It does this by measuring the force applied by the rocket engine via a microcontroller that records it in a text file on a computer. He then analyzes this data in an Excel spreadsheet.

The sensors were harvested from a consumer scale while the rest of the electronics were built by hand. He’s using a PIC 18F2550 microcontroller which has a built in USB interface. He has breakdowns of each piece with detailed information on how it works as well as some nice pictures. There is also a list of future improvements that he would like to do such as increasing sample speed, integrating it with the ignition, and decreasing the physical size. Files for the schematic, firmware, and excel spreadsheet are available for download at the bottom of the page, so keep scrolling down.