The book getting started with arduino contains on page 65 a drawing on how to connect an arduino for serial input
I am not deeply into electronics but to me this drawing seams wrong, the reason i conclude that is, the Arduino has 4 anolog inputs
the way it is connected here would not allow to add more analog inputs see :
So what i am thinking is was the wiring sketch to the LDR crossed perhaps ?.
If i want to use 2 LDR's should i then use :
i'm not entirely sure i or why there should be a 1K ohm between 5v and ground, maybe its for protection, i dont know why the book uses one
well maybe someone can enlight me on this on how to connect multiple analog sensors in a schematic
If you study your diagram you will see that analog 0 and analog 1 are shorted together. This means that they will aways have the same reading. Clearly not what you want.
The voltage drop across a resistor depends on the current flow. The current flow will depend on the total resistance in the circuit. If two equal resistors are in series between +5 and Ground the voltage at the point between them will be 2.5V. If the resistor to +5V has a lower value the point will be above 2.5V. If the resistor to +5V has a higher value the point will be below 2.5V.