E-Paper clock in a Sick of Beige case

Kevin Rye built this E-Paper clock and wrote a detailed explanation on his blog describing the build: I still have to put the finishing touches on the code. Instead of having the display constantly update, I’d like to set an alarm on the DS3231 RTC to go off once a minute, and only update the […]

Nomech mini, a 4×4 capacitive touch button grid

Kasbah posted his Nomech mini project, a 4×4 projected capactive touch board using Atmega32u4 and back-fire LEDs for each button in the project log forum: It fits SoB 100x80mm but the top acrylic will sit right on top of the PCB as the dielectric properties of whatever is touching the electrodes matters a lot. If […]

Educational BoosterPack 8 bit FFT spectrum analyzer

SimpleAVR over at the 430h forum shows off his Educational BoosterPack 8 bit FFT Spectrum Analyzer project: SimpleAVR comes up with unique Launchpad projects. These include his  wire clock and spectrum analyzer projects. This time  he wired the CircuitCo Educational BoosterPack to a Launchpad to sample audio and have the LCD display a spectrum. Via […]

Cheap frequency counter based on MSP430

SUF posted a cheap frequency counter based on MSP430 in the project log forum. Here is the properties of the project: – Cheap: The component total should be below $5 – Using TI’s MSP430 line of MCUs what I’m learning now – Able to measure till 10MHz – Using LED display – Able to calibrate – […]

BatLev, a LiFePo4 cell balancer

Blarson posted his project the BatLev, a LiFePo4 cell balancer  in the project log forum: Lithium Feric Phosphate cells are a lower engergy density variety of lithium-ion cells that don’t have the fire hazard and short life problems of the more common li-ion cells. They are popular for electric vehicles and are gradually making their […]

Simple component size and silkscreen reference board

Philip posted his simple component size and silkscreen reference board in the project log forum: since I kept checking old projects to figure out which silkscreens worked, and which didn’t, I made myself a simple reference board.  I also included some common SMD component sizes, just to keep me from thinking 0402 was a viable […]

TL-WR703N, TL-WR720N & TL-MR3020 images + secret sauce

Madox uploaded several firmware images for the TL-WR703N, TL-WR720N & TL-MR3020, get them from the Madox Google Code page: Based on OpenWRT r36503, it has the new 3.8.10 kernel as well as the new LuCi theme.  Due to the slowly expanding size of the kernel and the packages, I had to drop 3G out from […]

BLiVIT case design

Asgard posted a case design for the BLiVIT project we covered earlier: This photo is a rendering of the new case design for the BLiVIT. It should have enough vertical clearance for the entire BLiVIT maximum assembly, that being the BLiVIT board, the P01-114 POQiRX transmitter daughter board, the Li+ cell, and the POQiRX transmitter coil […]

ATmega 644 based VGA adapter

Ryan Fanelli and David Hartino, students in Cornell University’s Electrical and Computer Engineering program, have written a detailed explanation of their ATmega 644 based VGA adapter. The pair developed this “homemade video card” as their final project in the program, pushing the envelope on MCU clock cycle optimization using only a handful of TTL logic […]

Quadcopter in a 5x5cm PCB update

Erdabyz posted an update to his Quadcopter in a 5x5cm PCB we covered previously: For now, Invensense’s MotionApps firmware has been succesfully ported to PIC32, and we have the MPU6050’s DMP outputting a quaternion at 200Hz and the output looks perfectly valid. Some freescale code for the barometer/altimeter has also been ported but it’s still […]