Tens Of Thousands Saved By Building A BAM Microscope Out Of LEGO

A Brewster Angle Microscope (BAM) can run you around $100,000. If you don’t have that lying around you could just use some LEGO pieces to build your own. Having been faced with no budget to buy the hardware, and needing the data to finish his PhD, [Matthew] figured out a way to build something passable on the cheap.

These microscopes bounce a light source off of a pool of water and into the lens of a camera. The thing is the angle of the sender and receiver must be just perfect at 53.1 degrees. [Matthew] was able to afford a used camera, and started experimenting with some lab equipment to mount the rig. But he just couldn’t get the adjustments right. Since he had to move the mounting hardware by hand it was impossible not to over or under shoot the corrections. But then he had a eureka moment. LEGO pieces have very accurate tolerances, and you can get geared and motorized parts. He leveraged the quality of the toy into a BAM whose alignment can be tweak with great precision.

It may not look like much, but you can see stearic acid floating through the microscope’s field of vision in the clip after the break. This is exactly the type of observations he needed to perform. Of course if you just need a microscope you can use a laser and a drop of water.

Continue reading “Tens Of Thousands Saved By Building A BAM Microscope Out Of LEGO”

Fantastic Programming Makes This Arduino Gaming Device Something Special

The hardware that went into this Arduino gaming console is just fine. But the coding that produced this game called Twisted SNAKE is beyond compare. [Rodot] has programmed several games for the hardware, which uses an Arduino, 160×168 TFT screen, a 3 axis accelerometer, and two input buttons. If you’re interested, there is a forum thread in which he talks a bit more about the hardware design. But you’re not going to want to pass up either of the two videos embedded after the break.

The first clip shows off a bouncing-ball platforming game. The accelerometer moves the ball back and forth, and the top scrolling level brings more ledges into play. This in itself is a great game. But the Twisted SNAKE game shown off in the second video makes our own ARM-based Snake game look like a 3-year-old programmed it. [Rodot] filled up all of the program memory of the ATmega328 chip to  make this happen. There’s a menu system which allows for color themes and difficulty selection. The game play itself lets the snake travel anywhere it wishes with the tail following behind in graceful curves. Wow!

Continue reading “Fantastic Programming Makes This Arduino Gaming Device Something Special”

BrewPi Is A Raspberry Pi In Charge Of Beer Fermentation

Take a look at BrewPi, a fermentation controller made with a Raspberry Pi. The project hacks control of a refrigerator and a light bulb into the pervue of a Raspberry Pi board. The RPi itself brings network connectivity to the mix. What you end up with is an already highly configurable fermentation system which is perched to receive even more features moving forward.

The man behind the system is [Elco Jacobs]. You may remember his name from the UberFridge project. That was a router-based fermentation controller. This keeps the same great hardware as well as online graphing and control features such as setting plot points for ramping temperature up and down. For now there’s also an Arduino being used which takes care of the hardware switching via json packets received from the RPi. But now that he’s worked out most of the bugs it should be fairly painless to dump the Arduino and build a proper RPi shield for this purpose.

Traffic Lights Tell You When Your Xbox Live Friends Are Gaming

It sounds like [Andrew] is trying to build a Pavlovian response into his behavior when it comes to online gaming. He wants to make sure he doesn’t miss out when all his friends are online, so he built this traffic signal to monitor Xbox Live activity. It will illuminate the lights, and drive the meters differently based on which of his friends are currently online. When the light’s green, he drops everything a grabs a controller.

The base of the light is a black project box. Inside you’ll find the Arduino compatible chip which drives the device mounted on a piece of protoboard. A WIZnet W5100 adds network connectivity at the low price of around $25. There is one problem with the setup. The API which [Andrew] found doesn’t use any authentication. This means that he can only see the public status of his friends; anyone who has set their online status set to private will always register as ‘online’. If you know of an existing Xbox Live API that would solve this issue we’d love to hear from you in the comments.

Build A POV Death Star, You Will

Building a Persistence of Vision globe is pretty awesome, but overlaying a Death Star pattern on the display takes it to the next level of geekery. Like us, [Jason] has wanted to build one of these for a long time. His success pushes us one step closer to taking the plunge and we hope it will inspire you to give it a shot too.

As he mentions in the beginning of his write up, the mechanical bits of these displays are really where the problems lie. Specifically, you need to find a way to transfer power to the spinning display. In this case use went with some DC motor brushes. These are replacement parts through which he drilled a hole to accept the metal axles on top and bottom. We hadn’t seen this technique before, but since motor brush replacements are easy to find and only cost a few bucks we’d say it’s a great idea.

The 24 blue LEDs that make up the display are all on one side of the PCB. They’re driven by an ATmega328 running the Arduino bootloader. [Jason] uses an FTDI adapter to program the chip. Don’t miss the video embedded after the break.

Continue reading “Build A POV Death Star, You Will”

L.I.O.S.: The Ten-ish Dollar Robot.

We love cheap stuff here. Who doesn’t? [Oscar Rodriguez Parra] does too, and wrote in to show us his super cheapey robot L.I.O.S. The build was for the AFRON design challenge, which involves building a 10 dollar robot to teach students robotics. The winners of the challenge were neat and all, but they all look too fancy flaunting their molded plastics and electronics breadboards.

[Oscar’s] design is super simple, LDRs as eyes, a PIC12F683 to do the brainin, LEDs for indicators and a couple modded servos to drive the wheels. An extraordinarily complex cardboard flap roller helps the cart turn, but probably isn’t going to see much aside from smooth flooring. The electronics are mounted using one of our favorite techniques, the paper perf board (very similar to the substrate free technique).

Check out the video after the jump to see LIOS in action. This is an excellent introduction to robotics for any classroom. Thanks [Oscar]!

Continue reading “L.I.O.S.: The Ten-ish Dollar Robot.”

Honey Bee Temperature Logger Tracks Internal Hive Movement

Apparently bees tend to use different areas of the hive throughout the year. All we know is not to mess with them. [Max Justicz], on the other hand, does exactly that at his high school. He built a whether resistant solar powered multi-point temperature logger to do such things. The logger is designed to track heat movement within the hive throughout the year. Bees can be tracked like this because they generate a good amount of heat, some even use it to kill off predators.

Building weather resistant electronics is no picnic. You have to deal with rubber O rings, cable glands and clunky waterproof connectors. [Max] shows the whole process of mounting the various components into the enclosure. A solar panel feeds an Ardunio Mega, charging electronics, and SD card shield. With a 1GB SD card this bugger is in for a long haul. The 6600mAh battery should keep it running excessively long though. We’d cut the fat a bit though and swap out that Mega for something less power hungry, but going super low power can get a bit fancy. That mega is powerful enough to incorporate every other bee project we have here.

[Max] has yet to install the logger in his high school’s apiary but will update with logs once he can furnish them. We can’t wait to see the patina it develops over the seasons.