Hack

Build your own wristwatch

[rgbphil] has done a great job detailing how he built his Microdot wristwatch.This project is a lot more approachable than the pong watch we saw last month. If you’ve made a few printed circuit boards, but haven’t yet tried working with surface mount component, this is a great way to give it a try.
The parts count is pretty low, a few switches, resistors, capacitors, LEDs, a watch crystal, and a PIC 16F88 microcontroller.[rgbphil] is using a charlieplex so that a separate shift register is not needed to drive all of the LEDs. He goes into detail about the…


[ Read the rest of the story in the original article... ]

Hack

Parts: I2C real-time clock calendar (PCF8563)

The PCF8563 is a real-time clock/calendar/alarm chip with an I2C interface. This would be useful in projects where the primary microcontroller doesn’t have enough resources for an interrupt driven clock.
We demonstrate the PCF8563 using the Bus Pirate after the break. For a limited time you can get your own Bus Pirate, fully assembled and shipped worldwide, for only $30.

PCF8563 real-time clock calendar (Octopart search, $1.33). Datasheet (PDF).
The schematic above shows a bare-bones circuit for the PCF8563. It requires a simple external oscillator circuit with a 32.768khz watch crystal (Q1). The oscillator input pin needs an external…


[ Read the rest of the story in the original article... ]

Login