posted Oct 20th 2010 6:40am by
Jakob Griffith
filed under:
wireless hacks

The back story behind [Mike] experimenting with plants as AM radio transmission antennas antennae is rather interesting and worth the short read. But for those who just want the facts, [Mike] took an ATMega324, modified the PWM output into a sinusoidal AM signal (using a simple form of RLC circuitry), and connected the circuit to a plant no plants were harmed in the making of this project. The results? Well we’re not ones who would spoil the surprise, you’ll have to see for yourself in the video after the jump.
Read the rest of this entry »
posted Oct 19th 2010 1:15pm by
Mike Szczys
filed under:
cellphones hacks

[Neil] is driving this Siemens A60 LCD using a parallel port on his Linux box. He likes this module because it has an integrated LED back-light, controller IC, and the pads are large enough for a human to solder. He notes that the screen runs on 2.9V, which matches the forward voltage of the LEDs used as back-lights. This means it is possible to use one f the LEDs as a shunt to drop incoming voltage down to a safe level for the controller. In fact, that’s what he did. The data lines are connected to the parallel port along with some current limiting resistors. The LEDs are connected with resistor calculated for maximum brightness, with the output from the LED used as the source voltage for the LCD controller chip.Whether you want to use one of these screens with a PC or something else, the code that [Neil] worked out should provide the information necessary to do so.
The Nokia cellphone LCD post inspired [Neil] to send in a tip about this project. If you’ve got well documented hacks that you’re just sitting on why not let us know about them?
posted Oct 19th 2010 11:00am by
Mike Szczys
filed under:
chemistry hacks

[Jeri Ellsworth] continues her experiments with electroluminescence, this time she’s making EL ink. The ink she’s looking for is Zinc Sulfate in a solution. The process she chose is to re-dope some glow powder so that it can be excited by the field around an AC current. In her video (embedded after the break) she talks about the chemical properties she’s after by detailing a cubic lattice of zinc and sulfur atoms with an added copper atom (adding that atom is a process called doping).
The quick and dirty synopsis of the experiment starts by washing the glow powder with dish soap to acquire zinc sulfide crystals. Then she combined copper sulfate and zinc shavings from the inside of a modern penny to yield copper metal and zinc sulfate suspended in solution. That was mixed with the zinc sulfide from the glow powder washing and doped with a little more copper sulfate. The excess liquid is poured off, the test tube is capped with glass frit, and the whole thing hits the kiln to start the reaction. The result glows when excited by alternating current, but could have been improved by adding chlorine atoms into the mix.
We’re excited every time we see one of [Jeri's] new chemistry hacks. We’d love to see more so if you’ve come across interesting chemistry experiments during your Internet travels, please let us know about them. Just make sure you have some idea of what you’re doing when working with chemicals… safety first.
Read the rest of this entry »
posted Oct 19th 2010 10:00am by
Mike Szczys
filed under:
digital cameras hacks

It took us a while to stop drooling long enough to write about this amazing machining project. [Denis MO] made a single-lens reflex camera from scratch. The banner image above is not the finished product, but just one step in the production chain. [Denis] has been thinking about doing this project for 25 years and finally took the plunge. From the start, the only parts he planned on NOT making himself were the screws, ball bearings, shutter, curtain fabric, and interchangeable lenses. Everything else is his own creation based off of his own design. Spend some time looking over his project. There’s plenty of information and images of both the machining process, and the drawings he mocked up in the design process. We’ve also included a pic of the finished camera and the contact sheet from his test roll of film after the break.
Read the rest of this entry »
posted Oct 19th 2010 9:00am by
Mike Szczys
filed under:
Microcontrollers

[Nick] over at Gadget Gangster has a new version of his prototyping hardware for Propeller microcontrollers, called the Propeller Platform USB. A little more than a year ago we looked at the last version which was larger, used a DIP processor, and came unassembled. The new version does come assembled because of the migration to surface mount components (which may take some of the fun out of it if you just love soldering kits). This not only reduces the board footprint, but makes room for more goodies. As the name implies, there’s now a mini-USB socket with a USB to UART bridge, a microSD card slot as been added, and the onboard EEPROM has been doubled. This is a nice hardware upgrade but the price has been upgraded by $25 as well. No worries, it’s open source so you can roll your own if you have the parts on hand.
posted Oct 19th 2010 7:11am by
Caleb Kraft
filed under:
home entertainment hacks

This gem was published in Mechanix Illustrated magazine in may of 1954. AT that time, a remote control was the stuff of science fiction. This article shows the modern man how to modify his television to include a fancy button to stop all noise. This button, affectionately labelled the “SHADDAP” was marketed as a way to relieve the pain of long winded commercials. Basically, it cut the connection to the speaker, nothing super fancy. Is that an altoids tin as an enclosure?
[via BoingBoing]
posted Oct 18th 2010 2:16pm by
Jakob Griffith
filed under:
arduino hacks

Non acronym version of the title: send and receive text messages via cell phone communication towers using an Arduino or other microcontroller. “We’ve been doing that for years!” you cry, well yes, technically. But [Fincham] lays it outs simply; commercial offerings are expensive and finding a cell phone that uses RS232 now a days is getting difficult, so a new way of doing the same old is necessary. The good news is USB GSM modems are readily available, cheap, and only require a few interface pins to get them talking with an Arduino. In fact, the image above is all you need.
posted Oct 18th 2010 1:00pm by
Mike Szczys
filed under:
wireless hacks

[Rafael] built a system that uses radio frequency for communications. The code he was using with the inexpensive receiver/transmitter pairs already had some error correction but from time to time an entire message would be missed by the receiver. He set out to make these RF communications more robust.
A little more than a year ago we looked at using these same transmitters with an Arduino. [Rafael] has a similar setup but since they are unidirectional he chose to use two pairs for bidirectional communication (each operating at a different frequency to avoid interference). On one end, a computer transmits data to the Arduino which is in a remote location. His confirmation protocol relies on a randomly generated message identifier. The computer will continually transmit the same message. The Arduino continually receives these messages, comparing them with the last successfully received message. If they match, it is considered a successful data transfer and the Arduino transmits a confirmation back to the computer which then starts transmitting the next message.
This isn’t an application-specific protocol. For demonstration purposes [Rafael] built a quick home automation setup that uses it to operate a house lamp.