I’m pretty new to Arduino. I have the Sparkfun inventor’s kit and have been slowly but thoroughly going through it.
To supplement this I have been learning as much about electricity from the Sparkfun tutorials as I can. But there are still some things I can’t quite wrap my head around.
For instance, why is a voltage divider necessary to to lower voltage, why not just use a single resistor?
Theres a ton to learn, and many of the tutorials say that you should read a different one first before reading that one, but then the other ones say you should read that first one before reading it. Where do I start? I’m usually a fast learner, but there seems to be a threshold of comprehension that i haven’t quite gotten past with this.
I think you might enjoy reading this book. It includes a ton of great information that spans a wide assortment of concepts and ideas that are helpful in electronics.
stevech:
If the ratio of the two was, say, 10:1, then the voltage across the smaller resistor would be 1/10th of the voltage across the two resistors.
While stevech's encouragement is sound, it is also an example of the subtleties that require close attention.
The resistor divider is dependent upon the ratio of each resistor to the sum of both, not the ratio to each other. In stevech’s example the voltage across the smaller resistor would be 1/11th not 1/10th. If you want a divider of 1/10th using two resistors, one would need to be 9 times the value of the other.
In addition, the answer to why you can’t just use a single resistor is that actually you can! At least under certain circumstances. It depends upon the input impedance of the receiver of the signal. And even if you build a two resistor divider you might not get the intended result if you don’t take that input impedance into account (tho with today’s CMOS inputs the effects are frequently negligible.)
That level of complexity and subtlety is one reason why this stuff is so much fun to learn and work with.