“8 Bits” Still going strong!

With the proliferation of enhanced mobile devices in our everyday lives, it is amazing that a staggering %60 of embedded devices still use 8 bit architectures. Using MCUs based on 30 year old technology does not sound like the bleeding edge consumers would expect. Micro controllers and microprocessors like the 8051 and Z80 don’t lend […]

Programming PICs with a programmer

A new tutorial covers the basics of programming a PIC with a PIC programmer supported by MPLAB, like a PICkit or ICD. This frequently-requested tutorial is geared towards programming the bootloader into a project like the Bus Pirate. Bootloaders make it easy to upgrade firmware without dragging out (or owning) a programmer. Just activate the […]

VA7DB's web server on a business card build

This is VA7DB’s homemade build of the web server on a business card project Ian posted at Hack a Day. A PIC microcontroller handles incoming connections and serves files from a microSD card. An ENC28J60 ethernet MAC/PHY provides the network interface. There’s a live site, but you’ll have to find the link yourself, we don’t […]