Monday, 4 May 2015

Arduino Question regarding the resistor



I was instructed to set up a resistor on the negative side of the LED and pulling it to ground. I'm confused why we are implementing a resistor on the backside (negative end) of the LED. I always thought we put resistors before our load (LED) to limit/control current flow. Therefore, I'm confused why we are putting the resistor between the cathode (negative end of LED) and ground. To me it seems like this resistor isn't doing anything.


I don't know if it helps but on my board the positive side of the LED is connected to PIN 13 and the negative (cathode) end is going to the resistor then to the ground on the breadboard then to the ground pin on the Arduino board.


I apologize for the picture as it's the best I can get it at the moment with what I have available to me.


enter image description here




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...