Teardown of the Barista

posted Aug 18th 2009 9:00am by Steve Watkins
filed under: home hacks, news

main

iFixit has done a tear down on the symbolic do-it-yourself Espresso machine, the Starbucks Barista. Believe it or not, there is not a single circuit board in the works. There doesn’t seem to be much to the Barista; A few switches, some solenoids, a heater, and one way spring valve among other things. The assembly of the device is very simple. It is noted that in a pinch it may be torn down with a pair of pliers and washer; in place of a flat head screw driver. We have pondered the possibilities of this machine numerous times, while enjoying a cup of cappuccino. Though most conversations end at the bottom of the cup, many survive such as this Silvia PID looped expresso machine. The very name “Mecha turbo crazy coffee roaster” seems to encapsulate the effects of caffeine quite adequately.

Solid state tesla coil

posted Aug 14th 2009 8:45am by Steve Watkins
filed under: digital audio hacks, home entertainment hacks, home hacks

pano

While researching solid state Tesla coils we stumbled across this old project. As you have probably guessed from the pictures, this coil is meant to actually play music. Knowing how to add eye catching flare, the coiler uses a Plexiglas frame turned light pipe; only to be complimented by an audio amplifier complete with graphic equalizer. There is a video of the coil in action on YouTube. We have covered singing tesla coils in the past. Other twists on the classics include the tesla coil guitar amp and a hand held plasm gun.




Serial hacking with an ATtiny2313

posted Aug 6th 2009 6:14am by Steve Watkins
filed under: home entertainment hacks, misc hacks, pcs hacks

board

[Sprite_tm] automated a portion of serial hacking by sniffing out the baud rate using an ATtiny2313 and FT232 breakout board. The firmware assumes 8 data bits, no parity, and 1 stop bit (8N1). This is pretty much defacto among serial ports so it should work well, though some devices do use different settings. The auto detection routine can sniff rates as low as 110 baud and supports non standard rates. Released under GPLv3, the software is also supplied in hex format.  [Sprite_tm] has provided great project in past such as Working with VFDsControllable bristlebot, and AVR boost converter. Additional information regarding serial hacking after the break.

Read the rest of this entry »

BPSK on 433 MHz European ISM band

posted Aug 3rd 2009 4:41pm by Steve Watkins
filed under: home entertainment hacks, misc hacks, wireless hacks

main

[WaveRider] is using a type of phase shift keying called BPSK to transmit digital sound and video for remote telemetry. Though a higher signal to noise ratio (SNR) is generally sought after with communications, legal limitations are imposed on total radiated power. To balance the two headed beast, he opted out on frequency shift keying due to binary shift keying’s ability to work with lower SNR. This adds the difficulty of properly reconstructing the digital signal at the receiver. A PLL based carrier regeneration circuit is used to reconstruct the signal. Using the Rabit2000 processor as the host controller on both transmitter and receiver, 96KB/Sec serial data is obtained. On the other side of the spectrum is the Homemade regenerative tube radio.

1wire attic cooling

posted Jul 31st 2009 10:01am by Steve Watkins
filed under: Uncategorized, home hacks, misc hacks, pcs hacks

blower

[RagingComputer] built this 1-wire attic cooling fan. He’s using an Ubuntu server loaded with OWFS to control everything. The 1-wire temperature sensor is interfaced using USB while a serial x10 module sends out commands to be received by another x10 module near the fan. Back in the day we had covered a linux home automation project. We also covered HVAC hacks such as the smart attic fan and a 1-Wire HVAC monitoring system.




1-Wire HVAC monitoring system

posted Jul 29th 2009 1:52pm by Steve Watkins
filed under: home entertainment hacks, home hacks, misc hacks

1-wire hvac control

The 1-Wire HVAC monitoring system is for residential Geothermal HVAC systems. This project utilizes the so called 1-wire temperature sensor. A single board computer handles the brunt of the work including web accessible trend data. With access to the underling temperatures, the over all system performance may be gauged. Earlier this year we covered a HVAC web enabled monitor that adds an element of control. As the industry adopts modern control architectures, we hope to see more HVAC hacks around.

Music Visualizer (oscilloscope)

posted Jul 29th 2009 11:48am by Steve Watkins
filed under: home entertainment hacks, home hacks, video hacks

musicscopetv

The Music visualizer is actually a second build based on an earlier design[Thanks Roger]. The build was influenced by Zyra’s How to make an oscilloscope out of a television. The hack is quite simple, patch the output of an amplifier into the vertical deflection coils of the CRT. This is a good use for that old TV you may have laying around  but don’t want to recycle it just yet. While on the subject we had covered the Mac SE/30 audio visualizer in 2006. For those looking for something a little more hard core, here is a bit about Homemade cathode ray tubes.

4D Systems micro drive

posted Jul 21st 2009 8:00am by Steve Watkins
filed under: misc hacks, tool hacks

p1193335689

4D  Systems micro drive provides both raw and FAT level access to microSD cards. The module contains a dedicated host controller that transforms what may be an otherwise intimidating card spec into a group of simple serial commands. With a wide supply range of 3.6-5.5 and .1″ lead spacing, this should be cake walk to tinker with. The device doesn’t support FAT32 yet. According to the GOLDELOX-DOS command set page 9, “FAT32 is currently not supported, if you mount a FAT32 formatted disk, you will not be able to access it at all, both FAT and RAW commands will fail”. At the moment the device seems limited at 2GB FAT16 partitions. This sure does seem like cheating after implementing SPI and Nibble mode SD card protocols.

[via Electronics-Lab.Com thanks mozzwald]




AVR ISP programming via Arduino

posted Jul 15th 2009 9:25am by Steve Watkins
filed under: arduino hacks, misc hacks, pcs hacks

ardunio avr isp programming

We found this Arduino AVR ISP programmer particularly interesting. AVR microcontrollers can utilize an interface called In-System-Programming. ISP allows the chip to be programmed or reprogrammed while in an actual circuit via a pin header. Atmel’s solution is the AVR ISP MKII programing tool. The MKII can also be reprogrammed just as an AVR. The difference here is that most people are not likely to modify the MKII to be used as anything but a programmer. On the other hand if you already have the Arduino, fetch the avr.isp.03 firmware and AVRdude. Then program a device, for example an ATtiny13 using the Ardunio as the programmer. All the project information is provided under the CC BY-NC-SA 3.0 license. On a related note we covered a Microcontroller cheat sheet which covers AVR devices and ISP pinouts.

Homemade regenerative tube radio

posted Jul 13th 2009 4:58pm by Steve Watkins
filed under: home entertainment hacks, misc hacks, wireless hacks

home made tube radio

There are no microcontrollers in this project. In fact you wont find a single transistor. This classic regenerative tube radio, modeled after an early 20th century homebrew is complete with schematic and additional photos. For those who are not familiar with tube designs and for simplicity, the regeneration circuit can be thought of as feedback though this relation may be argued. Read the rest after the break which includes a crash course in tube operation. Read the rest of this entry »

Hack a Day serves up fresh hacks each day, every day from around the web and a special How-To hack each week.

Send us your hacks