I am entirely new to electronics, and extremely ignorant about electricity and all the related physics. Needless to say most of this terminology is new to me. I've bought Arduino Uno starter's kit and managed to make most of the sample projects, but I'm still pretty much confused regarding some basics, and the more I research the more confused I get.
First thing I've learned is connecting a resistor, a button and an LED in series in Project 01. The resistor is connected to the positive terminal of the LED and the negative is connected to ground. (As can be seen here: http://i.ytimg.com/vi/osrMjDeGaFo/maxresdefault.jpg)
However, in Project 02 the LED is connected to the negative terminal. This does not seem to matter, from tests I've done, but even after some research I could not understand why.
(Does it have anything to do with series connection? does this not apply in parallel?)
This raised another question to my head - current flow. I've always been taught that current flows from positive terminal to the negative terminal, but now I've learned that the opposite is correct. This puzzles me.
So when I connect a circuit with Arduino, does the current flow from the GND pin? (to 5v..? does not make any sense!) or is it simply that GND is positive and 5v is the negative end? (so is it -5v? what does that even mean?)
Everywhere I look the wording is a little different and only increasing my confusion. In the end, the answer is mostly "if you reverse the direction, the math works".
What does that mean? trying to visualize this looking at Project 09 completely confused me, as it has a diode (unless the polarity reverses as well it doesn't make any sense? or does that have to do with a circuit not being fully closed?), a transistor (current flowing in the opposite direction looks weird...) and output from arduino pin (which later connects to GND... so what direction is this flowing?)
(Something like this..: Project 09 (Motorized Pinwheel) problem - motor spins forever - The Arduino Starter Kit - Arduino Forum)
Either way, diodes, output pins or whatever - I can't get my head around this idea. Just when I thought I understood the flow from positive to negative...
And last for now, as I want to understand these basics before I start blowing things up - looking at Project 09, with the motor, I don't understand why two different power sources need to have common ground. Couldn't this damage the arduino? won't some excess voltage flow to the Arduino's GND? (which is... bad?)