PixelController software update

Michu updates us on his PixelController project, an OpenSource LED matrix controller software: This “Rough Cut” video shows new features of the upcoming 1.31 release. New features: -Wireless PixelInvaders Panels -OSC Generator: use Processing (or any tool you like) to send images to PixelController. I included some nice Processing code examples, like using your Android […]

MCP23017 I2C IO expander breakout board

Jechavarria has designed this breakout board with the MCP23017 I2C IO expander: With this board you can drive a 2×16 display LCD with only two signals (I2C). I also develop some code (in C) to manage this device, based on a AT89C51RE2 microcontroller. Please feel free to visit www.jechavarria.com for more info, schemes, and source […]

Another project-a-week: ATtiny85 programming shield

This week Rwinscot shared his RickPAW ATtiny85 programming shield project in the forum: Saw a couple implementations of the ATtiny85 programmer on Instructables… and decided to roll my own. It’s bare-bones, but gets the job done. It works as a minimal Arduino shield and has headers for ‘jacking-in’ to the uC. Goals on this one are […]

Controller for soldering irons using the Hakko T12 type tips

Sparkybg shared his controller for soldering irons using Hakko T12 type tipe in the project log forum: T12 have thermocouple in series with the heater with a voltage of around 9mV at 450 degrees celsius, so the voltage to the heater must be turned off to measure the voltage of the thermocouple. Don’t measure the resistance […]

RickPAW RGB encoder with an LED ring

Rwinscot posted about his RickPAW RGB encoder w/ LED ring project. It’s a encoder breakout board, with a ring of LEDs designed to display the current position of the encoder. The LED’s and encoder are controlled via a microcontroller which can be interfaced with, through a serial port. Going to try a mix-and-twist on the […]

Minimatrix: A small and simple self-powered LED matrix

Nickjohnson posted his minimatrix project in the forum. It’s AVR powered 8×8 LED matrix, with an IR sensor for communication. It has just 8 parts in its BoM: A one-color 3cm LED matrix, an ATTiny2313/4313 to power and drive it, an 8-way resistor network, a battery holder, and two decoupling capacitors. Finally, it has a […]

Another project-a-week: 3.3volt and 5volt power solution

Rwinscot is attempting a project-a-week. This week he shared his RickPAW 3.3volt/5volt power project in the forum: This breakout could be used in an automotive application where bare wires are soldered into place and the whole package wrapped in shrink tube. Or… you might want to put a barrel jack on it and use it […]

re:load a cheap 0-3A general purpose dummy load

Nick designed re:load, a cheap 0-30A general purpose dummy load and posted it in the forum a few months ago. It’s got over-current, over-voltage, and over-temperature protection. While the circuit is similar to many other DIY dummy loads out there, the key to Nick’s safer solution is the usage of the BTS117 smart low side […]

555 based constant current lead-acid battery charger

Kennith needed a 1A constant current lead-acid battery charger for his HAM radios. He augmented the 555 contest winning battery charger circuit by replacing the relay with an LM317 in constant current mode. Since the SLAs are relatively small, and I only need them charged between radio outings, I opted to build a 1A constant […]

Building an adjustable constant current load

Here’s a project log covering the build of an adjustable constant current load. It’s capable of sinking up to 7A, and can withstand input voltages up to 60V. The log covers the design, perfboard assembly, and case assembly. An adjustable power load is a piece of test equipment that often comes handy in the development […]