Cornell Final Project List

Looking for an interesting project to do using an Atmel Mega644? Students at Cornell University have got you covered. They were required to choose, design, and build a project using the microcontroller; and this year is quite promising with video object tracking, the always popular theremins, helicopters, Potentiostats, even Pavlovian conditioned mosquitoes, and more.

Of course all the previous years are included as well, making over 350 projects total.

[Thanks Bruce Land]

Toner Transfer Explained Step-by-step

[Tanjent] send us a link to his tutorial on the toner transfer process for fabricating circuit boards. We’ve seen a lot of these in the past, but we liked how his is straight to the point while also sharing several tips and options along the way. Notably, he ”tints” the copper clad before trying to adhere the toner to it by swabbing on a bit of etchant. His reasoning for this is that the toner has more trouble sticking to the shiny copper. Just a bit of etchant will pit the surface and let the toner stick better.

He’s still using paper as a medium and not printing toner powder directly to the copper clad. His paper of choice is HP Brochure Paper while we use glossy pages from the union newspaper. But like us, he does use copper chloride as an etchant, which you can learn to make yourself. We’re still looking for a definitive solution for disposing of this chemical. We’ve been using the same batch for years and recently it’s turned cloudy with impurities. If you’ve got disposal tips let’s hear them in the comments section.

Mad Machinist Masterpieces

If a picture is worth 1000 words, by our count, [Ryan Commbes] has said 1.68×10^6 different things about his custom robot, airsoft, and monster truck builds. While we’re not ones to pick favorites, we agreed his Alpine TPG-1 (picture at the top) build is a step above the rest. Sadly, the forums with his build log doesn’t seem to be loading, but he says the basic process if you wanted to make your own is to gather pictures, measure, and create.

[Thanks Andrew]

Perfect Spiral, Every Time

[Carmine] let us know about his team’s Automated Football Launcher. Their goal was to combine a football launcher with motion tracking, to allow a player to practice running and catching with the perfect throw. Unfortunately, and we’re not quite sure when, they ended up changing out the Jugs machine for an air cannon, which resulted in the use of foam footballs and the loss of throwing factors such as spiral. Somewhat defeating the purpose but we’ll let it slide; only because we know its going to be shooting potatoes eventually.

The project comes together by using two cameras giving distance and color tracking, combined with a rotating platform (and the best use of garden hose ever), an accurate set-top for their launcher. As seen in the video after the jump, it works out quite nicely. Continue reading “Perfect Spiral, Every Time”

Multiple Buttons And A Pot On one pin

[Kevin Fodor] shares his method of reading multiple inputs on one pin of a microcontroller. The analog to digital convert function of the microcontroller is used to read a potentiometer but with some careful calculations a resistor network can be built into the circuit that provides a unique voltage value for each button pushed. The only real drawback is that the system cannot read multiple button presses at the same time. Theoretically up to ten momentary push buttons can be used but [Kevin] estimates that only four plus the potentiometer will work reliably.

[Thanks Charper]

Egg Incubation Chamber

[Mazomen] left the expensive ready-to-order options for others and built his own egg incubation chamber. It keeps the eggs warm and happy in a Styrofoam lined box. Temperature regulation is handled by an ATtiny26 microcontroller in conjunction with a DS18B20 temperature sensor. When the temp drops, two 60-watt light bulbs in the chamber above the eggs are turned on and the air is circulated with a small case fan. If you’ve already made the switch to automated vegetable growing this project will make your chicken raising easier as well.

[Thanks RicoElectrico]

Beginner Concepts: Using An Accelerometer

Accelerometers make for nice user interaction, that’s why every Apple product seems to have one included and the Nintendo Wii is still alive despite its underpowered graphics capabilities. Adding one to your project is pretty simple, just a matter of reading in analog data and interpreting it according to the datasheet. If you’re just starting out, here’s a tutorial on how to interface an accelerometer with a PIC microcontroller. They’re using an ADXL320 which can be acquired on a breakout board for about $30. The schematic and code are simple so even if you don’t intend to build the circuit (or want to use a different uC), this is easy to understand as an academic exercise.

[Thanks Skitchin]

[Photo credit: SparkFun]