posted Jun 3rd 2009 11:56am by
Caleb Kraft
filed under:
misc hacks,
news
posted May 30th 2009 3:00pm by
Eliot Phillips
filed under:
cons,
misc hacks,
news
posted Nov 8th 2008 8:00pm by
Eliot Phillips
filed under:
news,
tool hacks

Evil Mad Scientist Laboratories has updated their business card AVR breakout boards to version 1.1. We suspect the changes will probably make them even more popular. The boards are designed for the ATmegaXX8 family of microcontrollers. The center has all 28 pins labeled while either end has a prototyping area. An in-system programming header is also provided. For the new version, both prototyping areas have been increased to accommodate DIP14 packages. The holes for the microcontroller are now larger so that they can hold a ZIF socket. Finally, the power and ground traces have been expanded. We’ve always like the versatility of these boards, as demonstrated in the Tennis for Two project, and can’t help wondering if these updates were made to facilitate another project.
posted Sep 25th 2008 6:26pm by
Ian
filed under:
classic hacks,
how-to,
misc hacks

This mini web server is slightly smaller than a business card. There are a lot of tiny one-board servers out there, but this is probably the smallest you can etch and solder at home. Unlike many embedded web servers, files are stored on a PC-readable SD card, not in a difficult-to-write EEPROM. Read on for the web server design, or catch up on PIC 24F basics in the previous article: Web server on a business card (part 1).
Read the rest of this entry »
posted Sep 18th 2008 5:20pm by
Ian
filed under:
classic hacks,
how-to

For years, Microchip PIC microcontrollers dominated; PIC16F84 hacks and projects are everywhere. The 8-bit 16F and 18F lines are supported by several coding environments and easy-to-build serial port programmers. Microchip’s 16-bit PIC24F is cheaper, faster, and easier to work with, but largely absent from hacks and projects.
We recently used a Microchip PIC24F microcontroller in a mini web server project, but didn’t find many introductory references to link to. In this article we’ll cover some PIC 24F basics: support circuitry and programming options. We’ll also talk about our favorite features, and how we figured them out. Our next article will outline a web server on a business card based on the PIC 24F.
Read the rest of this entry »
posted Sep 5th 2008 8:54am by
Joey Celis
filed under:
led hacks,
misc hacks

In most settings business cards are given out without much thought. But what if you could make your card stand out from the rest? By using a 5×15 LED matrix screen, a single micro controller, a number of resistors, switches, and other parts, [tomward] has put together one very slick business card that’s sure to draw attention.
The included instructions go into great detail on the construction, but [tomward]admits that you will need some knowledge in electronics in order to build one yourself. After reading the instructions ourselves we would have to agree with him.
If you’re into programing micro controllers and are handy with a soldering iron you may want to give this a shot.