GSM To Landline Box Has A Creatively Soldered Cellphone Inside

gsm-to-landline-box-teardown

We don’t blame the manufacturer of this GSM to Landline converter box for not designing the thing from the ground-up. After all, quantities of scale have made dumb-cellphones available for next to nothing. But you have to admit that it’s interesting to see a fully populated cellphone board creatively soldered into a consumer product. It would be commonplace if made in your basement rather than being sold in a store.

[Anton] was using the box to add his analog house phones to the cell network. The signal strength at home is pretty low and this box offers an external antenna for better reception. He cracked open the case expecting to see a GSM modem and was surprised to see the cellphone board. It includes a battery backup, and has been soldered directly to the cables which interface with the main PCB using some SIL connectors. Those solder joints were done by hand directly to the pins of the SIM card slot and as well as all of the other important connection points.

Laser Cut PCBs

19_done

Despite what you may have heard, those 40 Watt laser cutters actually can cut out traces on your next PCB.

Since he got his laser cutter a year and a half ago, [Rich] over at Nothing Labs has been trying to cut PCBs with it. Others have tried, usually by masking off a piece of copper followed by chemical etching. [Rich] wanted a one-step process, though, and his laser cutter really isn’t up to the task of cutting metal.

All that changed when he heard of another maker cutting  .001″ thick stainless steel on a similar laser cutter. Stainless steel isn’t solderable, but mild steel is. After finding a very thin piece of mild steel, [Rich] taped it down to a sheet of acrylic, designed a simple 555 blinky LED circuit, and tried out a new technique.

It turns out it is possible to cut very thin steel into circuit traces, and with enough flux to turn them into a functional circuit. As a bonus the resulting circuit looks really cool and a board can be made in mere minutes.

It’s not the thing for very fine work – the minimum trace width [Rich] can get is about 1/16″, but it is a very fast way to prototype a few circuits.

Continue reading “Laser Cut PCBs”

Raspberry Pi Plays MIDI Without An Operating System

[youtube=http://www.youtube.com/watch?v=k6TCysv6AzE&w=580]

For all the interesting DSP functions locked away in the Raspberry Pi, it’s still hard to imagine using the Raspberry Pi as an eminently capable software synthesizer, tracker, or sequencer. Running any of the usual Linux digital audio programs means – surprise – running Linux, and the performance penalty associated with that.

It would be much better if all these audio programs could run directly on the Raspberry Pi without an operating system, and [Joe]’s project is right up that alley. He’s playing MIDI files without an operating system, in effect making the Raspberry Pi a very powerful embedded platform.

[Joe]’s build is the first bare metal audio code for the Raspberry Pi. It’s actually an LV2 plugin host that will load audio plugins, read MIDI files, and shoot the resulting audio out over the 1/8″ jack on the Pi.  This work wouldn’t have been possible without a few Raspberry Pi bare metal tutorials put together by [David Welch].

Hopefully this won’t be the last we’ll see of [Joe] and his code; the Raspberry Pi has more than enough horsepower to be an amazing sampler, synth, beat machine, or the next generation of Akai MPC. All we need are a few brave coders to take up coding bare metal on the Raspberry Pi.

An Attempt To Replace Multiple RFID Cards With A Single Hacked-together Tag

It’s kind of a convoluted title, but [Hudson’s] attempt to replace multiple HID Prox cards with one AVR chip didn’t fully pan out. The project started when he wanted to reduce the number of RFID access cards he carries for work down to just one. The cards use the HID Proximity protocol which is just a bit different from the protocols used in most of the hobby RFID projects we see. He ended up taking an AVR assembly file that worked with a different protocol and edited it for his needs.

The device above is the complete replacement tag [Hudson] used. It’s just an AVR ATtiny85 and a coil made of enameled wire. The coil pics up current from the card reader’s magnetic field, and powers the chip through the leakage on the input pins (we’ve seen this trick a few times before). The idea he had was to store multiple codes on the device and send them all in a row. He was able to get the tag to work for just one code, but the particulars of the HID Prox reader make it difficult if not impossible to send multiple codes. The card must send the same code twice in a row, then be removed from the magnetic field before the reader will poll for another combination.

Communication Protocol For An Indoor Helicopter

propel-execuheli-ir-protocol-revealed

There’s a special type of satisfaction that comes from really understanding how something works at the end of a reverse engineering project. This grid above is the culmination of [Spencer’s] effort to reverse engineer the IR protocol of a Propel ExecuHeli indoor helicopter toy.

The first thing he looked at was the three different controller channels which can be selected to allow multiple helicopters to be used in the same area. [Spencer] was surprised that they all used the same carrier frequency. The secret must be in the coded packets so his next challenge was to figure out how the data was being transmitted via the Infrared signal. It turns out the packets are using pulse-length coding (we were unfamiliar with this protocol but you can read a bit more about it here). The last piece of the puzzle was to capture packets produced by each unique change of the control module. With each bit (except for bit 11) accounted for he can now format his own codes for a controller replacement. Perhaps he’s looking to make the helicopter autonomous?

Brute Force Finds The Lost Password For An Electronic Safe

brute-force-an-electronic-safe

[Teatree] tells a sad, sad story about the lost password for his fire safe. The electronic keypad comes with a manufacturer’s code as well as a user selected combination. Somehow he managed to lose both of them, despite storing the user manual safely and sending the passwords to himself via email. He didn’t want to destroy the safe to get it open, and turning to the manufacturer for help seemed like a cop-out. But he did manage to recover the password by brute forcing the electronic keypad.

There is built-in brute force protection, but it has one major flaw. The system works by enforcing a two-minute lockout if a password is entered incorrectly three times in a row. But you can get around this by cutting the power. [Teatree] soldered a relay to each set of keypad contacts, and another to the power line and got to work writing some code so that his Arduino could start trying every possible combination. He even coded a system to send him email updates. Just six days of constant attacking netted him the proper password.

Land Speed Baby Carriage Record Set At 53 Mpg

53-mpg-baby-carriage

Let’s face it, you’ll never break the motorcycle land speed record without a stellar engineering team and some serious corporate sponsorship. But this build proves that individuals can still set other speed records. [Colin Furze] rode his motorized baby carriage over the 53 mile per hour mark to set a the world’s record. We were surprised to learn it only took him about one month and $750 to build the infant death machine.

The design appears to take a page from the commercial lawnmower industry. We say that because the driver rides along on a little tow dolly behind the carriage itself. All of the controls are mounted within easy reach of the T-bar steering mechanism. There are a couple of rockers for his thumbs which actuate the gas and brakes. Red push buttons just below the handlebars are used for up and down shifting with a third button used as a kill switch. The only thing missing from the write up is video footage of the actual 53mph run. We guess you’ll just have to take his word for it.

[via Dvice]