Adding a thermometer to your digital multimeter

Reading ambient temp is useful in electronics, and reading it from your handy multimeter is even better. Raj added a thermometer feature to his DMM, by hard-wiring it into the case. He used an LM35 analog temperature sensor and a slide switch connected to the multimeter inputs. You just flip the knob to the 200mV […]

Homebrew electronic tubes

Ante Vukorepa draws our attention to this video of Claude Paillard, a French radio amateur (F2FO), making his own tubes (also known as thermionic valves) from scratch. “The video depicts the whole process, from winding the filament through making the glassware, assembly and vacuuming, to testing. Pretty awesome!” For more information on Claude’s activities as […]

Waking up is easy with automated breakfast and curtains

Not a morning person? Try this automated dorm room. Curtains open, eggs boil, and bread is toasted, all automatically. The motor mounts and gearing for the curtains are machined and laser cut. So here was my approach; Use a motor to pull the curtains and use a remote set to control the kettle and oven. […]

DIY tube-mosfet hybrid headphone amplifier

Diyaudioprojects feature a DIY tube-mosfet hybrid headphone amplifier. It uses 12AU7 tubes and the IRF510 mosfet. The schematics, and pcb files are available on their site. The circuit consists of two stages: 1. a common cathode tube volt amp stage (gain), 2. a MOSFET source follower for current gain (with a LM317 regulator used as […]

Another PIC18F2550 USB development board

Palma made a USB development board for the PIC18F2550. These chips are really popular, and there is a bunch of projects floating around the internet with them, even our own USB IR Toy, and USB LCD Backpack use them. This board is basically a breakout board, with decoupling capacitors, and a USB jack. We like […]

Interfacing Arduino with an HP LED display from the ’70s

John demonstrates how to interface a vintage LED display with the Arduino. The display in question is a HP 5082-745 model, found in calculators, and other products from this manufacturer in the ’70s. Using the display is very easy – kudos to the engineers at HP for making a simple design that could be reusable […]

Interfacing CMOS cameras to 8bit microcontrollers.

Here is an article from IKALOGIC describing how to implement CMOS cameras as sensors in 8bit microcontrollers. Processing color video in real time requires powerful  DSPs or MCUs, but by downgrading the image to gray-scale, and using a lower resolution, processing becomes much easier to handle, so even small 8bit MCUs can handle it Many […]

Using the MSP430 LaunchPad to program MSP430 microcontrollers

Kerry wrote a tutorial on how to use the MSP430 LaunchPad to program external (off board) standalone MSP430 microcontrollers. To program an external MSP430G2 device, you need to simply remove all the jumpers from the LaunchPad develpment board and connect the TEST, RST and ground pins with your target device (see picture below). Since the […]

Followup: Driving multiple character LCD with only a few extra wires

Dccharacter responded to yesterday’s post about driving two character LCDs in parallel: Guys tested better idea on roboforum.ru: if you put all the lines but ENABLE in parallel, you can drive as many LCDs as you want by 10+N MCU pins (where N is number of displays, or 6+N – depending on mode 8 bits […]

DIY high precision clock synchronized with an atomic clock

Here is a DIY high precision clock that is synced to the DCF77 atomic clock long wave radio signal. The radio signal is broadcast form Frankfurt at 77.5 KHz and has a reach of about 2000 Km. DCF77 is the name of a german radio station on 77.5 KHz, which gives official time and date from […]

Digitaly enhanced vintage music box

A digitally-enhanced vintage music box: “Digital Enhancement” is an interactive sound installation consisting of an electrified Symphonion Brevet No. 28, a synthesizer, an amplifier and four headphones. The Symphonion musical box dates back to the beginning of the last century and its mechanical workings are combined with digital technology to convert it into a MIDI […]