Using Your Bench Tools To Test A New Display

It usually takes a bit of work to gain confidence when it comes to using new parts. [Glitch] got his hands on this OLED display which is manufactured by Sabernetics and wanted to give it a whirl before building a project around it. He grabbed his Bus Pirate to help learn the ins and outs of the new part.

The 96×16 Dot-Matrix display uses the i2c protocol, keeping the pin count really low (six pins for: ground, reset, clock, data, chip select, and voltage). Since the Bus Pirate gives you command-line-like access to i2c it’s a natural choice for a first test. In fact, the tool has been our go-to device for that protocol for most projects.

The first commands sent are configuration values for the SSD1306 that drives the display. These configure contrast, voltage conversion, and other important values necessary to power on the display. It sprung to life, showing random pixels since the RAM had not yet been initialized. With that success [Glitch] moved on to the Bus Pirate’s scripting capabilities and ended up with a Python script that drives the demo seen above. Now that he knows the commands he needs, it’ll be a lot easier to write code for a microcontroller driver.

Fighting Over The Frat’s TV Remote

[Colin Bookman] lives in a Fraternity house and apparently the remote for the cable box has a way of walking off. He figured out a method to give everyone control of the TV channel in one form or another.

The cable box can be seen perched on that shelf, and [Colin’s] addition is the wooden box sitting on the floor. Inside is an Arduino board, and the cable snaking out of the enclosure is an IR LED. This give the Arduino the ability to send remote control commands to the TV box. The two arcade buttons on the front will switch the channel up or down.

But this is hardly a remote control replacement since you have to get up to use it, so he went a few steps further. The Arduino board was paired with an Ethernet shield. It serves up a web page that has a virtual keypad. So anyone with a smart phone or laptop can log into the server and start changing the channels. We’re not sure if this provides relief from a missing remote, or promotes impromptu fist fights when brothers can’t agree on what to watch. It certainly opens up the possibility of long-distance trolling as you could be sitting in class and decide to change the channel to Lifetime every ten minutes or so.

If you don’t have an Ethernet shield handy we’ve seen a similar setup that uses Bluetooth instead the network.

Self Balancer Does It Differently Than We’re Used To Seeing

This self balancing robot still uses just two wheels, but it’s balancing very differently than we’re used to seeing. Where most of the projects use a form factor that’s similar to a Segway, this works just like a bicycle. But it doesn’t need to keep the front and rear wheels spinning to stay upright. In fact, the video after the break shows it balancing perfectly while at a complete standstill. [Aoki2001’s] creation isn’t stuck in one place. He included distance sensors on the front and back which are used to move the bike as if by repulsion.

The large wheel where the rider would be is what makes sure the vehicle doesn’t topple over. It acts as an inverted pendulum, pushing against the large wheel’s inertia by rotating the motor to which it is attached. The same concept was seen back in march on a full-sized bike. But why use two wheels when you only need one? His unicycle version can also be seen embedded after the break.

It’s worth looking at [Aoki’s] other YouTube offerings too. He’s got a small robot which balances on top of a ball. It’s the desk-sized version of this hack.

Continue reading “Self Balancer Does It Differently Than We’re Used To Seeing”

Dollar Store Terminator Replica

Okay, now we think [James] is just on a mission to see what he can build using the dollar store as his parts bin. This is the nearly finished replica of the cyborg skeleton from the Terminator franchise. It’s made mostly from things that cost $0.99.

Actually we’ve got that a bit wrong. [James] is really shopping at the £0.99 store but the concept is basically the same. He’s already shown us that he’s a pro at this with the arc reactor replica we recently saw from him. This time around a set of speakers donate their enclosures to build up the spinal column supporting the skull. Fittingly these are glued together using a hot glue gun from the store. The sides of the skull are carefully crafted from a set of four plastic bowls. The jaw comes together thanks to the corners of a plastic box’s lid. And finally the majority of the face is from a golden skull costume mask. Spray it all grey and pop in some LEDs for the eyes and he’s done it! He show’s off his final creation in the video after the break.

Continue reading “Dollar Store Terminator Replica”

Linux Picture Frame Serves As Wireless Raspberry Pi Display

Here’s a novel approach to adding a display to your Raspberry Pi. Instead of using a wired display — either via the HDMI (which can feed a DVI port with a simple hardware adapter) or the composite video out — [Chris Bryden] decided to use Bluetooth to provide a wireless display. This really depends on the hardware that you have available. He snapped up a hackable digital picture frame for a song and used the 320×240 display for this project.

You can see the USB nub plugged into the RPi in the image above. It’s a Bluetooth dongle and there’s with a matching one on the digital frame. With the two networked in such a way [Chris] got to work setting up a VNC that would let him pull up the X desktop over the network.

This ends up being one of the best uses we’ve seen for the Bluetooth protocol, and the small screen offers a huge advantage over the use of a simple character display.

An Interview With Laen (the Force Behind Dorkbot PDX)

[PT] recently interviewed [Laen], the man who makes it cheap and easy for hobbiests to have small PCBs manufactured. He created Dorkbot PDX’s PCB group order, a rapid turn PCB service which we see used in projects all the time (pretty much any purple PCB has gone through [Laen]).

Turns out his real name is [James Neal]. He’s a sysadmin by trade but deals in recreational circuitry at night. We were surprised to learn that the service has been rebranded. Its new name is OSH Park and it’s got a purple website with a new submission system. In the interview he discusses the genesis of the service. Inspired by a group parts order (that’s a mouthful!) with other hackers in Portland he saw a need for boards on which to mount them. The service has grown so much that he was spending 2-4 hours per night panelizing the designs. He made the wise choice to include an automated submission service in the new website that takes care of most of this work for him.

The rest of the interview spans a large range of topics. [Laen] shares his feelings on getting the boards manufactured domestically. He speaks briefly on the future of the service, and riffs on why open source hardware has value to him.

Resurrecting A PS3 Controller That Won’t Charge

[SJM4306] grabbed a used PlayStation 3 from a game store that was going out of business. He got a pretty good deal on what had obviously been the floor model for a number of years. The one real problem was the controller that came with it. The thing was so filthy that he literally used gloves to disassemble and sanitize it. It worked just fine after that,until he discovered that it wouldn’t charge from the USB port as it’s supposed to. But he managed to replace the charging circuitry with some of his own.

When cleaning the insides of the controller he found there were numerous deposits of sludge which he attributes to spilled soda. This must have damage one of the chips responsible for charging because he was probing an unstable 2V rather than the regulated 5V which should be coming in on the USB lines. His solution was to desolder the USB port in order to separate its 5V pin from the PCB. He then etched a tiny board to host a MAX1555 charging IC. With the new hardware in place the controller is back in action.