go away spammer

Author Topic: LED Light  (Read 6631 times)

0 Members and 1 Guest are viewing this topic.

Offline megaman935Topic starter

  • Robot Overlord
  • ****
  • Posts: 182
  • Helpful? 0
LED Light
« on: June 20, 2007, 06:53:01 PM »
Ok for a while I completely gave up on robotics. Now I have money and still have some old electronics.
I opened up one of my old GBA battery chargers by madcatz and am wondering whether or not to save the LED light. What can an LED light do to help me in robotics/ how can I use one on a robot? ???

Offline ed1380

  • Supreme Robot
  • *****
  • Posts: 1,478
  • Helpful? 3
Re: LED Light
« Reply #1 on: June 20, 2007, 06:54:54 PM »
to show status. definitely save it
Problems making the $50 robot circuit board?
click here. http://www.societyofrobots.com/robotforum/index.php?topic=3292.msg25198#msg25198

Offline megaman935Topic starter

  • Robot Overlord
  • ****
  • Posts: 182
  • Helpful? 0
Re: LED Light
« Reply #2 on: June 20, 2007, 07:16:58 PM »
So it may be able to show, say, battery life or something like that? :-\

Offline ed1380

  • Supreme Robot
  • *****
  • Posts: 1,478
  • Helpful? 3
Re: LED Light
« Reply #3 on: June 20, 2007, 10:44:13 PM »
it would, but if you do it by brightness it'll be hard to interpret.

maybe if you put a row of leds and more voltage more leds on
Problems making the $50 robot circuit board?
click here. http://www.societyofrobots.com/robotforum/index.php?topic=3292.msg25198#msg25198

Offline TrickyNekro

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 1,208
  • Helpful? 15
  • Hardware and Firmware Designer
    • The Hellinic Robots Portal
Re: LED Light
« Reply #4 on: June 21, 2007, 02:17:00 AM »
You can also use it a switch!!! That's an old trick!!!
You simply light the led and then turn it off and mesure the ADC readings... Should the light being emmited being reflected back to the led the ADC reading would higher than half...
This is due to the ability the Led has to conver light to voltage!!!Don't expect much current only some mA but there 're enought to trigger the ADC!!!

Friendly,
Lefteris, Greece
For whom the interrupts toll...

Offline megaman935Topic starter

  • Robot Overlord
  • ****
  • Posts: 182
  • Helpful? 0
Re: LED Light
« Reply #5 on: June 21, 2007, 07:25:33 AM »
Quote 'it would, but if you do it by brightness it'll be hard to interpret.

maybe if you put a row of leds and more voltage more leds on'
end quote

Well, the light used to change from orange to green when your battery was done. by that I mean it could be green then when it starts to die, it could turn orange? ???

Quote 'You can also use it a switch!!! That's an old trick!!!
You simply light the led and then turn it off and mesure the ADC readings... Should the light being emmited being reflected back to the led the ADC reading would higher than half...
This is due to the ability the Led has to conver light to voltage!!!Don't expect much current only some mA but there 're enought to trigger the ADC!!!'
end quote.

I know you're trying to help but I'm sorry to say I really have no Idea what you're saying....It's a sad day... :-[

Offline ed1380

  • Supreme Robot
  • *****
  • Posts: 1,478
  • Helpful? 3
Re: LED Light
« Reply #6 on: June 21, 2007, 08:45:10 AM »
ok so it's a dual colored led.
thats cool, but you'll have to program the mcu, to measure teh battery voltage, and if it's greater than x light up teh green led, less than x light up the red led.

does it have 3 leads
Problems making the $50 robot circuit board?
click here. http://www.societyofrobots.com/robotforum/index.php?topic=3292.msg25198#msg25198

Offline megaman935Topic starter

  • Robot Overlord
  • ****
  • Posts: 182
  • Helpful? 0
Re: LED Light
« Reply #7 on: June 21, 2007, 03:33:58 PM »
If by three leads you mean a positive (red), neutral (black), and ground (green) wires then yes  ;D
So basically I'd have to solder it onto a microcontroller then have it programmed (by a programmer?) so that when the battery life gets to, say, 5% it turns from green to orange?
Or could I program it so that it changes when it's sharp IR rangefinder finds an enemy in a sumo bot competition and starts to chase it? what all could I make it do? :)
*glad I didn't throw it away* ;)

Offline ed1380

  • Supreme Robot
  • *****
  • Posts: 1,478
  • Helpful? 3
Re: LED Light
« Reply #8 on: June 21, 2007, 03:37:36 PM »
either. but the second one would not be of much value to you.

AFAIK the middle leg is ground and the others are for +.
some change color because of voltage and some because of pwm.
 
Problems making the $50 robot circuit board?
click here. http://www.societyofrobots.com/robotforum/index.php?topic=3292.msg25198#msg25198

Offline megaman935Topic starter

  • Robot Overlord
  • ****
  • Posts: 182
  • Helpful? 0
Re: LED Light
« Reply #9 on: June 21, 2007, 03:45:40 PM »
and I'd have to have a programmer take care of telling the microcontroller what to do? Anyone have any suggestions on a microcontroller/programmer? :D
« Last Edit: June 21, 2007, 05:55:54 PM by megaman935 »

Offline rgcustodio

  • Robot Overlord
  • ****
  • Posts: 217
  • Helpful? 0
  • Use "Search" and ye might find answers!
Re: LED Light
« Reply #10 on: June 21, 2007, 06:11:21 PM »
You can also use it a switch!!! That's an old trick!!!
You simply light the led and then turn it off and mesure the ADC readings... Should the light being emmited being reflected back to the led the ADC reading would higher than half...
This is due to the ability the Led has to conver light to voltage!!!Don't expect much current only some mA but there 're enought to trigger the ADC!!!

This is how this works:
http://mvh.sr.unh.edu/mvhinvestigations/light_investigations.htm

Now, you can connect your LED to your MCUs ADC port, and have your application sample the ADC port. More about ADCs here: http://www.societyofrobots.com/programming_fuzzy_logic.shtml
The best thing one can do when it's raining is to let it rain. - H. W. Longfellow

understanding is the path to enlightenment

Offline ed1380

  • Supreme Robot
  • *****
  • Posts: 1,478
  • Helpful? 3
Re: LED Light
« Reply #11 on: June 21, 2007, 08:01:14 PM »
Problems making the $50 robot circuit board?
click here. http://www.societyofrobots.com/robotforum/index.php?topic=3292.msg25198#msg25198

Offline megaman935Topic starter

  • Robot Overlord
  • ****
  • Posts: 182
  • Helpful? 0
Re: LED Light
« Reply #12 on: June 22, 2007, 08:19:56 AM »
So it can be like a solar panel giving energy to your robot? :o

Offline megaman935Topic starter

  • Robot Overlord
  • ****
  • Posts: 182
  • Helpful? 0
Re: LED Light
« Reply #13 on: June 22, 2007, 06:08:33 PM »
Ok, so I've cut it off the green chip thing it was connected to (don't think it was a MCU (that's a microcontroller, right?)) and now I need to resolder it to a microcontroller's ADC port? how does this work? I also have a second- can I solder it somewhere on the microcontroller and have on like a solar panel while the other tells me how much battery life I've got? And please, if anyone can recommend a microcontroller/programmer I'd be much abliged. :D

I'm sorry everyone- I'm making this a little more complicated than it began.. ;)

Mega

Offline ed1380

  • Supreme Robot
  • *****
  • Posts: 1,478
  • Helpful? 3
Re: LED Light
« Reply #14 on: June 22, 2007, 08:59:15 PM »
I'd recoment the arduino with atmega8/16. same chip as on the $50 robot.

you'd need alot of leds for it to act as a solar panel.

heres a diagram on how you can make the outputs.

IDk how to measure voltage
Problems making the $50 robot circuit board?
click here. http://www.societyofrobots.com/robotforum/index.php?topic=3292.msg25198#msg25198

Offline megaman935Topic starter

  • Robot Overlord
  • ****
  • Posts: 182
  • Helpful? 0
Re: LED Light
« Reply #15 on: July 20, 2007, 07:08:51 PM »
in your diagram ed, what is the one thing (conductor?)
I'm trying to help someone else on how to power and change the color of a bi LED- would it still work like in your diagram?
« Last Edit: July 22, 2007, 12:19:35 PM by megaman935 »

 


Get Your Ad Here