7400 competition entry: DIY 6502 computer

6502s are 8bit microprocessors from the 70s developed by MOS Technology. Sweet thing is they come in DIP-40 trough hole packages, although we doubt an emulator based on 7400 logic chips will fit the same package. Check out André’s DIY 6502 computer for the Open 7400 Logic Competition. I have built a DIY 6502 computer, […]

Another toner transfer circuit board making guide

Sometimes prototyping your boards needs to be done quickly. Etching boards at home is the quickest way to knock up simple designs. There’s tons of ways to do it, one of the most popular is the toner transfer method. A circuit design is laser-printed on glossy paper, then transferred to a clean copper board with […]

I2C multiplexer shield controls 8 independent I2C buses

Sometimes I2C addresses can over lap, or maybe you need to use more than one of the same device. The I2C multiplexer shield is a way to control 8 I2C buses from a single I2C peripheral on a microcontroller. Voltage translation is also handled by the multiplexer chip. It was built on an Arduino shield […]

7400 competition entry: 4049 inductance meter

Mike’s 4049 inductance meter converts inductance into voltage, which can be read via any multimeter. Check out the latest Open 7400 Logic Competition entry: All the decent multimeters nowadays seem to have a built in capacitance meter, but only a few of the really expensive ones have a built in inductance meter. Dedicated inductance (LCR) meters, of course, […]

Control Raspberry Pi’s GPIO pins via a web page

This Instructable might just complete your plan to take over the world with the Raspberry Pi. Control R-Pi’s GPIO pins via a web page. Install some soft, type in a few commands, and you’re set. The base package includes: – A server program that runs on the Raspberry Pi to read variables – A MySQL […]

INTRO GUIDE: Basic light emitting diodes (LED)

Image by kaktuslampan: CC BY-SA Probably the most used device in out projects is the humble LED. They’re in almost every piece of equipment around us. While LEDs are simple to use, we get a surprising number of requests for a LED tutorial. This guide is an introduction to LEDs. Not just how to light […]

7400 competition entry: TV Auto-off from the ’80s

Are you tired of watching TV and want to turn it off quickly from your armchair? Viktor’s TV Auto-off shows you how: The idea was to have a tiny light come up right next to the TV after a preset period of time. If my grandpa is watching TV he would notice it and press […]

How to build a surface mount resistor and capacitor collection

This tutorial shows how to easily, and relatively cheaply, build a nicely organized SMD resistor, and capacitor collection. George likes using connectable tiny storage boxes, and filling them with resistor/capacitor kits from eBay. This is complemented by printing out labels for your storage boxes using the label design files for download. Via Twitter.

Eagle Parts: TD62783 8Ch high voltage source driver and the 2.1mm barrel jack

Latest parts added to our Eagle library are the TD62783 8Ch high voltage source driver and a 2.1mm barrel jack footprint using oblong plated through holes. The TD62783Ch is a 8 channel high side switch, we intend to use it in our VFD boards. Check out the DC barrel jack schematic symbol, and all of […]

BitBltBlade – WiFi controlled POV lightsaber

Madox designed the BitBltBlade, a WiFi controlled POV lightsaber designed to display images in conjunction with long exposure photography. The BitBltBlade uses the hackable TP-Link TL-WR703N router and Kean’s USB Expander board to wirelessly control a strip of RGB LEDs. The concept of operation is that the user would use their smartphone which can upload photos […]

Bluetooth controlled RGB LED strip

Hmms shared his Bluetooth controlled RGB LED strip project. Atmega8 microcontroller with the Arduino bootloader controls the LEDs, while the Bluetooth communication is handled via a cheap serial to Bluetooth module. I wanted the strip to be Controllable via a PC or a Mobile Phone.So I decided to make my own RGB LED strip Controller […]