arduino_bootloader_burner

A Beginner’s Guide To Burning Arduino Bootloaders

When it comes to learning about microcontrollers, everyone has to start somewhere. [Lady Ada] recently posted a tutorial on burning the Arduino bootloader to standalone chips for those just getting started with the micro.

The tutorial cites a common situation, where someone is working on a project using an Arduino chip but they don’t want to sacrifice their dev board when just the micro and a few other components would do just fine. A short list of supplies is required, including an Arduino, a proto shield kit, a ZIF socket, and a blank ATmega chip.

The process is probably pretty straightforward and likely familiar to many of you out there. The ZIF socket is soldered to the board and handful of wires are added for powering and programming the new chip. The protoboard is installed on top of the Arduino like any other shield, and using a sketch that [Lady Ada] has made available, the bootloader burning process is a cinch.

It’s a useful tip for newcomers, and definitely a skill that seasoned Arduino users should have under their belts as well.

Milling Curves Into Mirrors And Glass

[Ben Krasnow] is working on  a project that uses an extremely expensive specialty mirror. He needed to cut curves into it, taking care not to chip or shatter the material. He’s found a reliable way of doing this with a CNC mill and is sharing his methods.

The material he’s working with is a cold mirror; it reflects visible light while allowing infrared light to pass through. He had to custom order it, breakage is not acceptable. [Ben] explains that the biggest risk when milling glass is the clamping method used. He built his own jig and uses shims, rather than clamps, to secure the material along the X and Y axes. It is held down on the Z axis using a bar of acrylic spanning from one side to the other with rubber feet on the bottom.

A diamond burr cutter does the work, spinning at 3000 RPM. [Ben] recommends moving the head at the slowest rate possible in order to give the cutter time to do its work. And of course the material needs to be kept cool by pumping cutting fluid across it. As he shows in the video after the break, what you get is a piece of glass that comes out with clean and smooth edges.

In case we’ve sparked your curiosity, this mirror will be used during an MRI scan. The patient looks at a monitor reflected in the mirror at a 45 degree angle. At the same time, an infrared camera records the patient from the other side of the mirror to monitor where they are looking.

Continue reading “Milling Curves Into Mirrors And Glass”

Go Ahead, Let The Kids Play With Your Digital Camera… After Some Additions

Would you throw this camera around on pavement and trust that it wouldn’t get broken? We have a hard time believing it too, but that’s exactly what happens in the video after the break. The colorful add-ons are pieces of Sugru creatively positioned to help protect the camera. From what we’ve seen this adds quite a bit of shock absorption, letting the normally delicate hardware bounce and roll. After all, the stuff is made from Silicone.

It doesn’t look like the protection is meant to be removed from the camera, although we have seen Sugru used for that in the past so this method may be adaptable. A mistake was made during the project which prevented to battery compartment from being opened but it turns out you can peel the stuff of the camera later on, so this isn’t a completely permanent transformation.

We’d wager the camera component to be most concerned with is the LCD screen. We’ve got one that cracked without any plausible cause to point to. But if you’re just reinforcing the device to hand to your kids, who cares if the LCD doesn’t work? It kind of makes it like a film camera again if you have to take all the pictures and then wait to use a computer to “develop them”.

Don’t forget, if you don’t have Sugru on hand you can try mixing your own.

Continue reading “Go Ahead, Let The Kids Play With Your Digital Camera… After Some Additions”

Wireless Fiber Optic Mood Lighting

ceiling_mounted_starfield

There’s something calming about looking up into the night sky and seeing an array of shining stars off in the distance. [Marou] is a big fan of stargazing, but sometimes conditions are not optimal, so he decided to bring the stars inside.

His idea was to build a ceiling lamp that didn’t bask the room with light, but rather one that reproduced the peaceful twinkle of the night sky. He covered a wooden table with dark fabric and drilled a ton of tiny holes into the surface. He fitted the holes in the table with two big bundles of optical fibers since one bundle couldn’t quite cover the entire thing.

To light the cables, he built a pair of 4-LED illuminators, which contain red, blue, green, and white LEDs. Each light source is controlled via an Arduino which takes its direction from [Marou’s] infrared remote.

While the idea isn’t new, the implementation is pretty cool. At first we were expecting a small lamp, but anchoring an entire table to the ceiling as a light panel is definitely something we hadn’t seen before.

If you want to build something similar in your own living room, [Marou’s] Arduino code is free for the taking.

Dev Board From An AVR Programmer

[jethomson] sent in a build he’s been working on that turns an inexpensive AVR programmer into a development board. The build is based on the very affordable USBasp programmer that’s based on an ATmega8. With hundreds of these boards available from China for less than a Hamilton, we’re wondering how soon it will be before we see these boards end up in other projects.

After fiddling with the AVR fuse settings, [jethomson] managed to burn some code to the microcontroller. After that, all that was required to upload software to the programmer is a bit of solder, a push button, and an external programmer. [jethomson] also managed to make this little AVR programmer compatible with the Arduino environment with a small addition to the boards.txt file.

[jethomson] included a few bits of software as an example – he ported the haunted USB cable and adapted the USB business card to print out, “All work and no play makes Jack a dull boy.” Nice work, and we can’t wait to see it in future projects.

High Voltage Hacks: A 1000 Watt Tube Amp

Normally when we hear of a Champ guitar amp, we think of a sweet-sounding rig that puts out 6 Watts through an 8-inch speaker. [John Chambers] of Champ Electronics wanted to build a true champion for the field of battle and came up with The Champ 1000 Watt Tube Amp, an amplifier that probably puts out enough heat to keep an igloo warm.

The amp is based on 807 valves. With some clever engineering [John] managed to coax 100 watts out of a pair of 807s, so the entire amp “only” requires 20 power tubes. The build log shows some pretty impressive examples of electrical prowess. We can’t recall the last time we featured a build with point-to-point wiring on tagboard, and [John]’s work is some of the best we’ve ever seen.

[John] has been working on this amp off and on for a few years now, but he should be wrapping up the build sometime soon. We haven’t seen this amp in action, but we imagine it would look something like this 36×10 monstrosity. Send us a message or post a comment if you can find a video and we’ll put it up.

Raspberry Pi Might Not Be Vaporware

When we first covered the Raspberry Pi, we secretly wondered if the project might become vaporware. It looks like the tiny, full-fledged computer might actually be produced with the announcement of alpha boards in the Raspberry Pi HQ.

In the announcement of the Raspberry Pi last May, the board was about the size of a USB thumb drive and would cost $25. It looks like the board will be a little larger in the final revision – about the size of a business card – and production of the alpha boards were a bit over cost. That being said, these boards seem a lot more capable than what we’ve seen before. The Raspberry Pi now has 10/100 ethernet, and analog audio and video while keeping the HDMI, USB, and SD card support we saw in the original.

The Raspberry Pi team already has Debian running on these boards, so right now we’re wondering when gumstix boards will come down in price. Of course, this project is intended for use in education, but we can’t wait to see what can be done with this hardware. If you already know what you would do with this, tell us in the comments.