Author Topic: RESISTOR BASICS - JUST TO CHECK!  (Read 2913 times)

0 Members and 1 Guest are viewing this topic.

Offline iCopyright_EverythingTopic starter

  • Jr. Member
  • **
  • Posts: 10
  • Helpful? 0
RESISTOR BASICS - JUST TO CHECK!
« on: July 24, 2007, 06:04:00 PM »
Hi there!

Just to double-check, Resistors CAN have current flow in either direction through them, right?

By that I'm asking does is matter which way resistors are wired one end or the other, as long as they're in the right place....?

THANKS!

paulstreats

  • Guest
Re: RESISTOR BASICS - JUST TO CHECK!
« Reply #1 on: July 24, 2007, 06:20:32 PM »
Ive always used resistors either way, and never had any trouble.
They are generally just a conductive material with non conductive impurities added so it is really just like a normal piece of wire, albeit with some resistance.

Offline iCopyright_EverythingTopic starter

  • Jr. Member
  • **
  • Posts: 10
  • Helpful? 0
Re: RESISTOR BASICS - JUST TO CHECK!
« Reply #2 on: July 24, 2007, 06:29:08 PM »
Great, thanks for the information, it's really good to know!

That's one down, (unknown) to go in my quest to figure out what the **** is wrong with my $50 Photovore circuit!

Ooh - follow up Question -- For an LED, what is a good value resistor to use to ensure the Microcontroller DOSN'T start being egg-fryable again!! --I have two values  from the tutorial -- 340 ohms AND 1.62 KILO ohms --- THE COLOR DOT SCHEMATIC  (here: http://www.societyofrobots.com/images/sbs_avr_schematic_small.png) does NOT SPECIFY WHICH RESISTORS to use in Either the LEDs OR the Photoresistors!

Thanks!

Offline airman00

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: RESISTOR BASICS - JUST TO CHECK!
« Reply #3 on: July 24, 2007, 06:50:43 PM »
y would the microcontroller fry if it is providing the output. If anything the LED would fry
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

paulstreats

  • Guest
Re: RESISTOR BASICS - JUST TO CHECK!
« Reply #4 on: July 24, 2007, 06:53:16 PM »
This is from the tutorial, i have highlighted the important part in red:-


The LED will be used as a status indicator. The LED is useful for knowing if your microcontroller is powered properly, and can output other useful information for testing purposes. A resistor wired in series is required so keep the LED from frying. Any resistor value from 10 ohm to 1 kohm will probably work. Higher resistance values reduce the power drain (good), but also decrease brightness (bad).

---------------------------------

As lon as the resistors are in the right place, it wont matter.

Offline iCopyright_EverythingTopic starter

  • Jr. Member
  • **
  • Posts: 10
  • Helpful? 0
Re: RESISTOR BASICS - JUST TO CHECK!
« Reply #5 on: July 24, 2007, 07:03:06 PM »
Thanks guys!

(Sorry Airman I have no idea what you mean)

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: RESISTOR BASICS - JUST TO CHECK!
« Reply #6 on: July 31, 2007, 07:16:14 AM »
iCopyright_Everything, an LED is rated for a certain maximum power before it fries. Check its datasheet.

Power = voltage ^2 / resistance

So if power is 20mW, and voltage is 5 volts, use algebra to figure out the resistance.

I typically use a 100ohm or higher - it all depends on the LED and the brightness/efficiency I need.