Posts

Showing posts from June, 2014

Bare Bones ATMega168

Image
I've been playing quite a bit with Arduino based stuff over the last while.  It's an awesome way to get started without a huge amount of low level knowledge of the micro required to get an LED to blink.  I wanted to try some bare bones bits though with some ATMega's as well.   I found a few different tutorials online that explain the gap that the Arduino bootloader fills.  One of the ones I liked the most is the Hack a Day series on AVR programming . I ordered a few ATMega168 's from Core Electronics .  I've been buying a bit from them lately.  They are here in Australia, with pretty good prices and very fast shipping. As for the AVR programming hardware I decided to use my BusPirate (fully supported by AVRDude). So I read through the tutorials and got to the section in Tutorial 02 where it's time to connect up and program the ATMega168.  Dangerous Prototypes have a full page on using the BusPirate as an AVR programmer . There were two bits tha...

Baby Monitor LCD Repair

Image
Pretty quick post about my morning repairing the baby monitor that we were given for our new born last week.  It's an Angelcare AC401 (sensor pads not pictured): It's only issue was the LCD display.  It started out just missing a segment or two when our friends were still using it, and slowly progressed until the display was almost useless: We were gifted the monitor, as our friends kids are past that age - which saved us a chunk of $$ on a new one.  So I set about opening it up to see what sort of connection the LCD display was using to see if I could reseat/reconnect it to get the LCD working 100% again: Once it was apart the cable to the LCD was clearly visible, and was just one of those glued ribbon cables.  The best link I could find about repairing one of these is from  Instructables .  I followed that, using a peg to hold the display where I needed it while working on it: I got out my heat gun and put it on the lowest setti...