by David Loo | Oct 8, 2011 | Microcontroller Development
Tonight I decided to solder some pins on to my LCD so that I can plug it on to the bread board, and with the Arduino SDK you can program any compatible LCD with 16 pins on it. On the bread board you can see I have a 10K variable resistor, this is for adjusting the contrast of the LCD
To get start with some simpe text output you need to wire the pins from the LCD to the Arduino and upload the compile program, you can obtain the schematic diagrams and the source code from here. If you think the image below looks very complicated I can tell you now it’s very easy, just read the instructions from the tutorial from the link provided.
by David Loo | Sep 26, 2011 | Microcontroller Development
Received my Arduino UNO development kit today it came with extra electronic components that will get me started on some simple projects. I bought this on eBay for around $40 AUD and I recommend that you get yours from eBay because if you buy yours locally you are only getting the development board for the same price. The kit came with a breadboard, breadboard wires, some LEDs, switches, sensors, LCD panel, resistors and a USB cable for connecting it my computer.
So you asked what can I do with this thing? You do a lot with this, if you go and search Arduino on the net you see a lot of interesting projects. This development kit is using a ATmega328 microcontroller and on the circuit board has all the components to make it a functional device. So what I did was downloaded the IDE from Adruino web site and compiled an example program and uploaded to the microcontroller and in a few seconds I was able to make an LED (light emitting diode) flash!
You can download the IDE for the Mac OS X, Windows and Linux, and if you are using Ubuntu 11.04 like me you can download the IDE directly from the Ubuntu Software Centre.
My Arduino UNO Development Board