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.
Hi David,
Thanks for sharing your information with us. I really like the Arbuino Uno MCU, but it doesn’t have a Graphic LCD. Could you recommend another MCU that is just as popular as this Arbuino Uno with Graphic Display, and with a lot of support and SDK for us budget minded hobbyist?
Or perhaps you can recommend a graphic display that can be wired and control by the Arbuino Uno ?
I appreciate all the help I can get.
thanks for your great website,
A. Wong
Hi A.Wong,
I have been playing with LCM1602C LCD Display on the Arduino. I don’t have specific one that I can recommend you. I haven’t been playing with my Arduino for a while, but planning to jump back on board!
Thanks
David.