icebags
Technomancer
Arduino
Alright, several TDF members are on their way to acquire their arduino boards from abroad. And I personally am trying to build one.
If any of you have experience with arduino, kindly share knowledge.
An arduino board can easily be purchased from ebay with pricing from ~500 and above. Arduino Uno boards cost ~1k and they are the current version for low end boards.
Click for Different types of Arduino boards.
Please note that, if you are starting new @ arduino, it is recommended to get a Diecimila / Duemilanove / Uno board. There previous two are outdated while Uno is the current standard. Apart from that, you can also acquire a Leonardo board, that has some spec advantages over Uno [Differences].
If you are familiar with electronics circuit making, you may try to build one for yourself :
(1) Arduino Single-Sided Serial Board.
(2) Diecimila. - This would be difficult to make though, you will have to solder a SMD IC FT232 on board, and will need to design the pcb layout yourself.
Things to remember when making / purchasing an Uno board:
The main microcontroller is either of ATmega8, ATmega168, ATmega328p. They have ~8KB,16KB,32KB of flash memory for porgram & bootloader storage.
If making a board, make sure to purchase the atmega micro controller chip that comes with bootloader preloaded (available in ebay), if not, then you will need an AVR programming device like USBAsp (available at ebay as well). Getting an USBAsp is good idea, so that u can later flash the bootloader of chip.
However, an arduino board can be flashed with another arduino board too, if you don't have the AVR programmer.
Diecimila / Duemilanove / Uno are all compatible design, so, these boards can be flashed with Uno bootloader if required.
I have not acquired the board yet, but those who have, please share ideas, guides and share some of your own projects thinking to undertake or already worked upon.
Do it yourself :
Alright, several TDF members are on their way to acquire their arduino boards from abroad. And I personally am trying to build one.
If any of you have experience with arduino, kindly share knowledge.
An arduino board can easily be purchased from ebay with pricing from ~500 and above. Arduino Uno boards cost ~1k and they are the current version for low end boards.
Click for Different types of Arduino boards.
Please note that, if you are starting new @ arduino, it is recommended to get a Diecimila / Duemilanove / Uno board. There previous two are outdated while Uno is the current standard. Apart from that, you can also acquire a Leonardo board, that has some spec advantages over Uno [Differences].
If you are familiar with electronics circuit making, you may try to build one for yourself :
(1) Arduino Single-Sided Serial Board.
(2) Diecimila. - This would be difficult to make though, you will have to solder a SMD IC FT232 on board, and will need to design the pcb layout yourself.
Things to remember when making / purchasing an Uno board:
The main microcontroller is either of ATmega8, ATmega168, ATmega328p. They have ~8KB,16KB,32KB of flash memory for porgram & bootloader storage.
If making a board, make sure to purchase the atmega micro controller chip that comes with bootloader preloaded (available in ebay), if not, then you will need an AVR programming device like USBAsp (available at ebay as well). Getting an USBAsp is good idea, so that u can later flash the bootloader of chip.
However, an arduino board can be flashed with another arduino board too, if you don't have the AVR programmer.
Diecimila / Duemilanove / Uno are all compatible design, so, these boards can be flashed with Uno bootloader if required.
I have not acquired the board yet, but those who have, please share ideas, guides and share some of your own projects thinking to undertake or already worked upon.
Do it yourself :
Arduino - Setting up an Arduino on a breadboard
u need to buy a pre bootloaded atmega8/168/328p microcontroller from ebay and also get the other components locally or online. (skip the bootloading process in the above link for a prebootloaded chip)
interfacing with computer can be done through the FT232L usb breakout board (available in ebay.in) or through serial port, via a MAX232 chip.
and voila! once u put all these together, u r ready to download C/C++ sketches into ur new arduino.
Last edited: