Tag: DIY

DIY Arduino Shield

DIY LCD Shield

An Arduino shield is basically another circuit board that plugs into the Arduino and extends its capabilities in some way. So, of course, if you create your own DIY Arduino, you have to create a DIY Arduino shield. I needed a way to attach an HD44780 LCD to my DIY Arduino so I created a …

Continue reading

Updated DIY Arduino Uno

DIY Arduino [Side View]

I have a new version of my DIY Arduino UNO. It is somewhat different than the old one that I have written about before (HERE).  I moved some components around on the board, added the user LED and moved all the wiring to the bottom of the board. Here is a picture of what it …

Continue reading

Do-It-Yourself Pinguino PIC18F4550 Board

Pinguino Top

I just got a good deal on several PIC18F4550 chips. So, I decided to make a Do-It-Yourself Pinguino PIC18F4550 Board to test them out. The Pinguino boards are based on the same concept as an Arduino. However,  instead of Atmel chips, Microchip PIC® chips are used. All of the Pinguino boards use PIC® chips with …

Continue reading

DIY Dual Relay Circuit

BIY Relay Circuit

It is sometimes very handy to be able to control mains electric via an arduino to turn things like lights on and off.  [warning]BE VERY CAREFUL hooking up any mains electricity. [/warning] I built a dual circuit so that two things can be controlled from one board. Here is the fritzing graphic:   Once built, …

Continue reading

DIY Arduino Circuit Board

DIY_Arduino_Circuit_Front

Shown below is one of my DIY Arduino circuits.                 The circuit does not have the FTDI chip built in. The FTDI circuit is only needed for programming and cutting out un-necessary components saves a bit of money. The ICSP connection (6 pins comming out the side) on …

Continue reading