Audio Breakout Box For MacBook Pro

[Billy] wanted to use the audio connector on his MacBook Pro for input and output at the same time. He knew it could be done because Apple sells headphones with built-in microphones that work with the computer. He set out to build a breakout box so that he could connect the components of his choice to the single port. Using a scart-RCA adaptor box he scrapped the scart plug and wired the RCA jacks to the Apple headphone wires. He can now patch the pickup of his guitar to the mic connector, send it through the MacBook, and run the output back to his guitar amp.

Biopunk Watch: Time, Temperature, Gaming

[Matthew Garten] built this watch based on an Arduino. The face is a small color display which allows you to choose to show time in digital, binary, or analog formats. In keeping with the recent trend here on Hackaday he has a glove-based add-on that has temperature sensors in the fingers; for Firefighters or those with nerve damage to their fingers (we’re thinking Darkman). For entertainment in any situation he’s included a trackball and the ability to play breakout or draw in 16-bit color. Details are scarce but apparently he’ll be sharing more soon. For now, watch the video after the break and think of ways to shrink this down into a nice package like the Pong Watch enjoys.

Continue reading “Biopunk Watch: Time, Temperature, Gaming”

5×2 Patch Board

Sometimes we want to sit on the back porch, crack a beer, and do some prototyping. Other times we’d like to do the same but on the couch in the livingroom. To that end we added a 5×2 pin to 10×1 pin patch board to our solderless breadboard.

The 5×2 pin form factor is pretty common, used as an AVR programming header, on development boards like the Dragon Rider 500 and the STK 500, and in small prototyping devices like the Bus Pirate. We like the freedom of using IDC cables as interconnects and that’s where this board comes in. Now we can patch into the IDC cables yet still quickly disconnect them when moving to a different prototyping location. Check out the PCB artwork and this handy device in use after the break.

Continue reading “5×2 Patch Board”

Capacitance Sensor Guide (AD7746)

capacitive_sensor

[Marcus] has written up his experiences using the AD7746 capacitance sensor. He used the SparkFun breakout board in conjunction with an Arduino. The available Arduino code wasn’t that great so he rewrote it to be easier to understand. The AD7746 is an I2C device that can be continuously read, but this doesn’t mesh well with the Wiring libraries. Additionally, the calibration routine from the data sheet is difficult to understand. He’s included all of the code he used plus a Processing sketch to help visualize the input which will hopefully make your experience with the chip much more smooth.

Business Card AVR Board Updated

bcard

Evil Mad Scientist Laboratories has updated their business card AVR breakout boards to version 1.1. We suspect the changes will probably make them even more popular. The boards are designed for the ATmegaXX8 family of microcontrollers. The center has all 28 pins labeled while either end has a prototyping area. An in-system programming header is also provided. For the new version, both prototyping areas have been increased to accommodate DIP14 packages. The holes for the microcontroller are now larger so that they can hold a ZIF socket. Finally, the power and ground traces have been expanded. We’ve always like the versatility of these boards, as demonstrated in the Tennis for Two project, and can’t help wondering if these updates were made to facilitate another project.