Most Popular
1500 questions
60
votes
6 answers
Why are digital oscilloscopes still so expensive?
I'm a beginner in hobby electronics and I am wondering
why digital oscilloscopes are still so expensive?
In times of cheap GHz CPUs, USB 3, ADSL modems, DVB-S receivers, blu-ray players which all of them have remarkable clock frequencies/sampling…
MRalwasser
- 749
- 1
- 6
- 10
60
votes
4 answers
Why do we use 32.768 kHz crystals in most circuits?
Why do we use 32.768 kHz crystals in most circuits, for example in RTC circuits? What will happen if I use a 35 or 25 kHz crystal?
I assume because the IC internal Xin, Xout pin circuitry should be in CMOS/TTL/NMOS technology. Is it that true?
Ram_HW
- 1,303
- 3
- 17
- 23
60
votes
9 answers
What's so great about ARM?
In a comment to this answer Kortuk asks what the ARM advantage is. I first added some arguments in my answer, but I think the question is interesting enough to be a question in itself, so that more answers are possible.
stevenvh
- 145,832
- 21
- 457
- 668
60
votes
1 answer
What is the practical difference between watts and VA (volt-amps)?
I have seen one inverter rated at 300W, and another at 300VA. What is the practical difference between them, if any?
Thomas O
- 31,786
- 58
- 184
- 322
59
votes
7 answers
What standard UART rates are there?
I know 9600, 19200, 38400, 57600, 115200 and 1.8432 Mbaud, but no others. Why are these values used, and is it simply doubling each time or is there something more complex going on (for example, 38400 quadrupled is not 115200 baud?)
The reason I…
Thomas O
- 31,786
- 58
- 184
- 322
59
votes
3 answers
How important is impedance matching in audio applications?
How much will reflected signals matter in audio applications (say between an amp and a speaker, or a pre-amp and an amp)? Mostly with regards to fidelity and not power transfer.
What are the different options of matching the impedance and their…
eruditass
- 954
- 1
- 7
- 9
59
votes
5 answers
Why would one drive LEDs with a common emitter?
I've seen tutorials aimed at beginners suggest the way to drive an LED from something without enough current drive is this:
(option A)
but why not this:
(option B)
Option B seems to have some advantages over option A:
fewer components
the…
Phil Frost
- 57,310
- 18
- 145
- 267
59
votes
5 answers
Why does more transistors = more processing power?
According to Wikipedia, processing power is strongly linked with Moore's law:
http://en.wikipedia.org/wiki/Moore's_law
The number of transistors that can be
placed inexpensively on an integrated
circuit has doubled approximately
every two…
Oli
- 693
- 1
- 5
- 7
59
votes
6 answers
What gauge of single strand wire works well with breadboards?
I bought some single strand wires hoping to prototype on the breadboards. Unfortunately it was too small to properly fit into the breadboard holes.
So my question is which gauge fits well on those small holes of breadboard?
0xakhil
- 2,245
- 7
- 35
- 33
59
votes
10 answers
Why is there no `nand` instruction in modern CPUs?
Why did x86 designers (or other CPU architectures as well) decide not to include it? It is a logic gate that can be used to build other logic gates, thus it is fast as a single instruction. Rather than chaining not and and instructions (both are…
Amumu
- 905
- 1
- 6
- 7
59
votes
5 answers
Can I cut an IC?
As far as I understand, the die of a DIP package is located at the center and the rest is just the lead frame. Given that I have unused pins, can I cut the top part of this microcontroller (ATmega16/32)? Will it still function afterwards?
Edit:…
v.m.
- 974
- 2
- 8
- 15
58
votes
2 answers
Calculating the pulldown resistance for a given MOSFET's gate
I searched and read many similar questions, but did not find a specific answer for how to calculate the correct value for a pulldown resistor for a MOSFET's floating gate. It seems like everyone dodges the question with a 1K, 10K, or 100K "ought to…
rdivilbiss
- 919
- 1
- 7
- 12
58
votes
2 answers
What do solid/striped lines on a wire indicate?
What do solid or dashed lines on a wire indicate? Is there a difference between the solid and dashed indicators?
Mark Harrison
- 10,651
- 27
- 70
- 99
58
votes
8 answers
Can an Android tablet serve as USB Host and be charged simultaneously through a single port?
A number of Android tablets are powered through the Micro B USB port but also provide USB Host support through the same port (e.g. Motorola Xoom 2, Acer A510/700). I need to be able to use USB Host support while charging, at the full power the…
John Beatty
- 681
- 1
- 5
- 3
58
votes
5 answers
When to use pull-down vs. pull-up resistors
After learning and experimenting with microcontrollers, I've understood the concept of pull-up- and pull-down resistors. I now understand when and how to use them, and how they work. I've mainly used pull-ups because I was taught to, but it has…
osvein
- 735
- 1
- 8
- 11