Getting Started
I want to get started, but I need help putting a decent started pack together. I know I need a board, download cable, etc, but what other toys should I start with?
I want to be able to start off small: get a light to blink. Then move to getting several lights to blink in order or random order. Then I want to move onto attaching a motor and getting it to spin. Eventually I want to build a robot that will do all of my work, but baby steps right?
Any suggestions on components for someone wanting to start small and maybe work to a small robot without having to place numerous orders over and over?
Background:
I got my computer science degree and I am almost done with my masters in Info Systems. This is right up my alley! I haven't had a hobby in 2 years since I am working full time and taking night classes. I want to buy some stuff now so when I get married in a few months I can't get told NO! :)
Thanks for any help with a starter kit! I want to try to get as much as I can in one shot so I dont have to make several orders and get eaten on shipping!



Thanks TigPT! Your
@ Sat, 2008-04-26 22:45
you lear with time.. think
you lear with time.. think everyone in life burn some leds sooner or later.. =P
don't hury up. just test, and go on.. most of microcontrolers of today protect themself, its hard to burn ic's and that kind of expensive things, for example, arduino just resets if u connect a motor direcly to it, instead of burn.. because the motor suck more Ampers that it is able to give..
Good luck with this new area..
You've worked with Arduino?
@ Sun, 2008-04-27 01:51
ya, i worked with basic
ya, i worked with basic stamp 2 before, witch i don't avice, because its to expensive, and less flexible, you will need to go to something better sooner or later.
I got arduino, and i'm starting having fun with it.. it is nice to run it on mac, or linux, or windows, and its always reciving updates, since its opensource.
One good thing is that u can use Arduino language to program it, that its like a higer level of C, easy to use, and powerful, but if you are a pro, you can directly insert C/C++ code into it, and it works like a pure C microcontroler.
i never tested picaxe, i hope i do one day, but for now i will dicovery arduino potencial. (i'm with it on my hands at the moment =P)
Please do post your
@ Sun, 2008-04-27 10:14
Blog entries about "first
Blog entries about "first days with Arduino" would be very nice. To keep the info at one place.
/ Fritsl
@ Sun, 2008-04-27 12:01
hehe.. i will think about
@ Sun, 2008-04-27 02:26
you can find a lot of info
you can find a lot of info at www.arduino.com or at www.freeduino.org .
I will post when i make some nice code.. for now i'm testing how to control dc motors, i will post a video as soon as possible.
@ Sat, 2008-04-26 19:27
well when you connect a led,
well when you connect a led, or something that have low resistence, you need limit the corrent that pass by it, or the led will burn, (thats aplys to almost all components, but the voltage that the componet will get will be down, cause V=RxI, so if you have V= 5V most of the times, and R increse, I = corrent will be down, that will become less brigth to the led, but more life time. normaly leds use 300~330Ohm resistor, to have 15mA of corrent, this let it blink nice, and have a lifetime biged then yours.. =P
capasitors normaly stabilise corrent, but its harder to explain in some lines of text.. just find some nice electronics book, its my main advise..
TigPT, that is exactly the
TigPT, that is exactly the kind of replies I'm looking for! Thanks! Here's another basic question(s):
I understand the definition of capacitors, resistors and diodes googling and studying wikipedia. But can anyone explain when it should be used? For instance I keep reading that a LED should always be connected via a resistor. Is this true only for LEDs or any component that is connected to a microcontroller? If so, what determines the resistance value? Is there some formula to it? 300Ohms, 100Ohms?
The same for capacitors. I understand capacitors store current (volatile, unlike a battery). When and why should it be used?
And when should a diode be used?
Sorry for the noobish questions, I don't want to blindly follow instructions without knowing why I should! :)