Testing the efficiency of Nixie power supplies

Gelbanana tested 3 HV SMPS Nixie power supplies for their efficiency. The tested ICs were the always popular NE555 timer, the MC34063 buck/boost controller, and the MAX1771 boost controller. The MAX1771 was the most efficient, but it also costs 10x more than the other two ICs tested.  Table with the results of the test can […]

Part tester and Superprobe rolled into one

Dolabra is designing Donatello, a Part Ninja and Superprobe combo. Instead of having a display on the board, like the Superprobe and Part Ninja, he delegated the display to a host computer over USB. My intention is to make a combination part ninja and super probe. The idea is a USB device and a couple […]

LED audio frequency analyzer using Stellaris Launchpad

Jordan is a software developer for Texas Instruments Stellaris team. While he’s not working on the Launchpad project, he was able to snag a rev0 board a few months ago, which led to this project. He informs us he’ll be updating his blog with a few other project ideas in the future, and releasing the […]

Intervalometer turns on the air conditioning at night automatically

Matseng designed an IR remote control intervalometer. He got tired of waking up and turning on his air conditioner during the night, so he built a project to do it for him. The device sends on/off IR codes to the air conditioner, controlling it at set intervals. He designed it on our DP7043 standard PCB template, […]

Si4707 weather band receiver IC breakout board

AIW designed a breakout board for the Si4707 weather band receiver IC. It features a coax antenna connector, and I2C pins broken out and pulled high to 3.3V. Code sample for interfacing the device to the Arduino was released in the forum. I do have comms utilizing Arduino I2C bus. The Si4707 is 3.3V so […]

Nehebkau: Laptop controlled keyboard and mouse emulator

Frank designed, and built a Laptop controlled keyboard, and mouse emulator for his Raspberry Pi. It is designed around two microcontroller with USB device capability. One is connected to a Laptop, from which it receives it’s mouse and keyboard data, while the other is connected to the Raspberry Pi to which it emulates a mouse, […]

16 instrument drum machine using PIC24

Matt designed and built a PIC24 based drum machine. It has samples of 16 different instruments, that can be be stored at 16 different channels, into 16 time positions. The video above demonstrates his project in action. It’s a mini drum machine modelled on classic machines like the Roland TR808. My version is digital, playing […]

Dual 4 digit 7-segment display board with SPI interface

Raj built a dual, 7-segment, display board with SPI interface. The board is based around the MAX7219 8x 7-segment display driver, which receives commands over SPI, and drives the display accordingly. The new display features eight 7-segment displays arranged in two rows of four digits. The on-board MAX7219 driver enables you to easily add eight […]

Precision event logger measures 0.02 to 6.8 seconds

Dilshan developed a precision event logger based on the PIC16F73 and some binary ripple counters from the CMOS logic family. The project uses a 2Mhz reference clock, and is capable of measuring events from 0.02 to 6.8 seconds long. The counter gets activate and deactivate in positive edge of the input signal. Thanks to the […]

DIY electronic derailleur for the back-wheel bicycle transmission

Here is an instructable on how to add a servo motor to your back-wheel derailleur with electronic control. This is one part of a much larger fully automatic bicycle project to make gears change automatically based on parameters such as heart rate, cadence, incline, speed, gps, etc…

PIC16F882 development board for workshops

Here’s an Arduino styled PIC16F882 development board built for a university microcontroller noob workshop. A MCP2200 USB-to-Serial IC handles the USB communication, while the board features all the support circuitry required by the PIC, such as the 5v power supply, quartz oscillator, and the ICSP programming header. The board was initially developed for a workshop […]

Warning: Ping-Pong balls are very flammable

In response to yesterdays post about the 8×16 LED matrix which used ping-pong balls as diffusers, Josh send this video and warns that the Ping-Pong balls are made of a very flammable material (nitro-cellulose). So If you are making a project using them as diffusers, keep in mind they catch fire very easily. I had […]