Re: A few novice questions
- From: larwe <zwsdotcom@xxxxxxxxx>
- Date: Fri, 2 May 2008 12:52:40 -0700 (PDT)
On May 2, 3:27 pm, Tomás Ó hÉilidhe <t...@xxxxxxxxxxx> wrote:
Based on your last thread, I still cannot work out if you are real or
a troll. I'm answering this seriously.
I've been asking around and it seems that developers nowadays are
using different chips and transistors to the ones I know about. I know
about MOS transistors, but I've never used one.
Developers are using whatever their designs and cost budgets call for.
Bipolar transistors are slightly cheaper than FETs (at least, the ones
we buy in millions per month). If you just need to switch on a high-
current LED from a low-current GPIO, there is no compelling reason not
to use a PN2222, BC547 or similar bipolar transistor. If there was no
longer a use for these parts, they would no longer be manufactured.
1) What kinds of chips I should use with it, e.g. 74HCT family, or
4000 family, etc. ?
Selecting an external logic family depends on your circuit's Vcc, the
I/O level (CMOS, TTL, etc), the switching speed, the power consumption
etc. Many (I would guess most but I'm not sure about that) embedded
systems use no external discrete logic at all.
2) What transistors should I use a switches when I want to pass as
much as an ampere of current?
Depends a great deal. Is it AC or DC you're switching? What voltage?
Inductive or a resistive load? Would a relay be a better choice? How
much isolation do you need? Do you need to reverse the voltage?
Also, very quickly without getting into too deep a discussion, I'd
like to ask what microcontrollers I should be using? We've used the
For learning, you should be using something simple to use, with a
modern, clean architecture. I would recommend MSP430, AVR or ARM. Eval
hardware for the first two can be obtained for under $20; for the
second, under $40.
Neither PIC nor 8051 qualify as easy learning micros. However they can
be the right part for a real project.
.
- Follow-Ups:
- Re: A few novice questions
- From: Tomás Ó hÉilidhe
- Re: A few novice questions
- References:
- A few novice questions
- From: Tomás Ó hÉilidhe
- A few novice questions
- Prev by Date: A few novice questions
- Next by Date: Re: ADC/DAC combination with serial interface
- Previous by thread: A few novice questions
- Next by thread: Re: A few novice questions
- Index(es):
Relevant Pages
|