Cheese wrote: |
what if i bought more transistors? =P |
Cheese wrote: |
, ive got a breadboard, its enough for me |
Dr Brain wrote: |
I've got my bachelor's degree in computer engineering, which is a branch of electrical engineering. EE is one of the largest engineering fields. It encompasses everything from programming FPGAs to semiconductor physics.
What exactly are you trying to build? The simplest (while still being fun) circuit is to connect a battery, resistor and LED. Using a 9 volt battery, a 1K ohm resistor (brown, black, red, gold) is probably your best bet. 700 ohms is better if you can find one, but you won't see much difference in LED brightness. I don't generally get my circuits from online, so I don't know what links are good. Also, what components do you already have? If you like programming, I'd recommend using an AVR or PIC microcontroller. I can give you some getting started links if you're interested. |
Dr Brain wrote: |
Here's a good page to start with:
http://avrwiki.com/wiki/index.php/Your_First_AVR_Order I highly recommend the STK500 if you're even remotely serious. It's worth every penny of its $80 price tag. Don't bother with the atmega32's it suggests. They're an older part and fairly "expensive". I'd suggest looking at the atmega128's or atmega164p's instead. They should be close to 1/2 the price of the atmega32 with many more features. The atmega324p is a direct replacement, but generally overkill. avrfreaks.net is a good page for community support. This page: http://imakeprojects.com/Projects/avr-tutorial/ is decent for a programming introduction, but I wouldn't follow its advice for hardware choices. |
CaptainPoopface wrote: |
Arduino. |
Quote: |
Debounce: read a pushbutton, filtering noise. |