Electrochemically plated vias for homemade PCBs

By electrochemically plating vias, Bearmos takes home-etched PCBs to the next level. His constant current source, with we covered earlier, is used in the process. I just finished writing up some of the details on DIY plated through holes. This is what the simple constant current source was designed for. This process was slightly adapted […]

DIY double sided PCB with soldermask

Retromaster has honed his PCB making skills to get professional quality boards at home. He’s successfully made double sided PCBs with 8 mil trace width, with 6 mil clearance. In his guide he describes how to etch the PCB with toner transfer, how to use mechanical vias, and hot to apply soldermask paint.

DorkbotPDX is organizing an SMD soldering workshop

DorkbotPDX, a hackerspace in Portland, is organizing an SMD soldering workshop on the 29th of January. No tools or prior experience is necessary. For $8 you’ll get a kit to assemble in their shop. Learn how to work with surface mount technologies. This workshop is suitable for newcomers to SMT as well as more experienced […]

Nomis: Simon game clone on ATTiny85

Christopher Woodall from HappyRobotLabs wrote in about his recent project, Nomis, a Simon clone made using an ATTiny85. It uses up 4 pins, 3 for LEDs and 1 for buttons (ADC input). The write up can be found here. Everything is completely open source (except for the EAGLE CAD limitations of course, which kind of […]

DIY ATmega programing adapter using a IC testing clip

H used an IC testing clip to make a simple adapter for programing ATmega microcontrollers on the fly. IC test clips are tools used to grip ICs and provide easy connection to the pins. I’ve got a different use for it though. If you develop a circuit using an Atmega chip (like, say, a circuit […]

DIY Santa Claus Singer with Flyport

Stefano has completed work on a holiday project known as the DIY Santa Claus Singer with Flyport. It is built around an animated Santa Claus decoration with the control switch bypassed with an NPN transistor. The switch is controlled over the internet via the Arduino/ethernet shield combo which responds to Twitter messages. Part one of […]

DIY PIC16F883 breakout board

Phil made a DIY breakout board for the PIC16F883 microcontroller. The board uses a surface-mount single-layer design, and the parts are nicely spaced.  It’s an easy board to make at home using the DIY toner-transfer method of PCB etching. You can download the source files and other design data from his site. Via Jumperone.

The LiveLight Project: open source ambilight solution

Juha Kuusama writes to inform us of LiveLight, a cool DIY ambilight project. This is a homebrew ambilight system by SunWind that has 9 PWM controlled RGB channels which drive RGB LED strips that are mounted in the back of a 40″ Sony Bravia. All the parameters can be reprogrammed to match your taste. The […]

Arup’s DIY fine-pitch soldering technique

Arup started building his Nokia LCD breakout boards and shared his soldering technique for the 0.5mm pitch connector. First he aligns and fixes the connector in place with a bit of sticky tape. Next he applies some flux. Now the interesting part is that when he solders the connector he doesn’t use any additional solder. […]

Little Wire – minimal AVR programmer and more

The Little Wire is an open source AVR programmer that’s packed full of features: An AVR programer Four digital GPIO pins ADC with 10 bit resolution Two parallel hardware PWM outputs An USB interface A SPI interface It is built to be DIY friendly by using all through hole components. It is also an open […]