Author Topic: 50 dollar robot LED not working  (Read 5932 times)

0 Members and 1 Guest are viewing this topic.

Offline javafiendTopic starter

  • Robot Overlord
  • ****
  • Posts: 125
  • Helpful? 0
50 dollar robot LED not working
« on: January 21, 2008, 04:35:13 PM »
Ok, well the title is a bit misleading.  The LED barely works and only when the servo is connected to the servo row that the LED resistor is directly connected to.  Even then it is very dim.  Is this working as intended or did I just really mess up?  I can post pictures if that will help.

P.S.  Judging by all of the 50 dollar robot questions, perhaps a forum dedicated to it is in order.  I know, lofty suggestions for my first post.

Offline Trumpkin

  • Supreme Robot
  • *****
  • Posts: 1,176
  • Helpful? 5
Re: 50 dollar robot LED not working
« Reply #1 on: January 21, 2008, 04:39:06 PM »
can you post pics of the back of your board?
Robots are awesome!

Offline airman00

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: 50 dollar robot LED not working
« Reply #2 on: January 21, 2008, 04:46:53 PM »
LED might be defective sort of .

when i give my LEDS too much voltage they sometimes still work , but become very dim. Are you sure you are using the right resistor?
 What happens when you connect your LED to the power of the 5V regulator directly?
Check out the Roboduino, Arduino-compatible board!


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

www.Narobo.com

Offline Kagi

  • Jr. Member
  • **
  • Posts: 22
  • Helpful? 0
Re: 50 dollar robot LED not working
« Reply #3 on: January 21, 2008, 04:53:53 PM »
The led i ordered from digikey for the $50 robot was a dud. I coudlnt' get it to work no matter what I did. After checking and rechecking my circuit I ran down to radioshack and grabbed a small pack of them. Low and behold it worked fine after I put the new one in. So if you're confident your circuit is correct you might try just throwing another one in there. Hope this helps.

Offline javafiendTopic starter

  • Robot Overlord
  • ****
  • Posts: 125
  • Helpful? 0
Re: 50 dollar robot LED not working
« Reply #4 on: January 21, 2008, 05:22:06 PM »
I'm using a 1k-Ohm resistor on the LED and when I apply power from 2 AA's to the resistor I get a nice bright light from the LED.  I'll try to get some pics posted soon.

Offline javafiendTopic starter

  • Robot Overlord
  • ****
  • Posts: 125
  • Helpful? 0
Re: 50 dollar robot LED not working
« Reply #5 on: January 23, 2008, 11:45:10 AM »
ok, I have some pics


« Last Edit: January 23, 2008, 11:49:57 AM by javafiend »

Offline javafiendTopic starter

  • Robot Overlord
  • ****
  • Posts: 125
  • Helpful? 0
Re: 50 dollar robot LED not working
« Reply #6 on: January 25, 2008, 11:05:41 AM »
I apologize for the bump, but can someone take a look at my board?  I am seriously considering starting over with it at this point.  Pictures are in the previous post, but I can get better pictures if needed. 

Thanks

paulstreats

  • Guest
Re: 50 dollar robot LED not working
« Reply #7 on: January 25, 2008, 11:16:47 AM »
have you got the board programmed? it only supposed to work when its programmed

Offline javafiendTopic starter

  • Robot Overlord
  • ****
  • Posts: 125
  • Helpful? 0
Re: 50 dollar robot LED not working
« Reply #8 on: January 25, 2008, 11:31:00 AM »
Unfortunately, I am currently experiencing technical difficulties programming it.  I can't load PonyProg and avrdude-gui tells me that access is denied to my COM port.

I thought, based on the tutorial, that the LED should at least light up when power was applied.  I could be completely wrong, however.

Offline rgcustodio

  • Robot Overlord
  • ****
  • Posts: 217
  • Helpful? 0
  • Use "Search" and ye might find answers!
Re: 50 dollar robot LED not working
« Reply #9 on: January 25, 2008, 12:09:32 PM »
Unfortunately, I am currently experiencing technical difficulties programming it.  I can't load PonyProg and avrdude-gui tells me that access is denied to my COM port.
this is not a problem with your board. it's a problem with your PC and user permissions. your account or username should have Administrator privileges.

Quote
I thought, based on the tutorial, that the LED should at least light up when power was applied.  I could be completely wrong, however.
in your previous post, you said the LED already lights up! so what gives?
yep the LED should light up when the board is programmed correctly (see my newest post).
« Last Edit: January 25, 2008, 12:51:12 PM by rgcustodio »
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 javafiendTopic starter

  • Robot Overlord
  • ****
  • Posts: 125
  • Helpful? 0
Re: 50 dollar robot LED not working
« Reply #10 on: January 25, 2008, 12:29:40 PM »
I did post earlier that the LED lights up only when a servo is plugged into the servo row that the LED resistor is directly connected to.  That leads me to believe that my board is not wired correctly and I'm having a helluva time figuring out where.

paulstreats

  • Guest
Re: 50 dollar robot LED not working
« Reply #11 on: January 25, 2008, 12:35:42 PM »
if i remember the schematic the led only lights up when the mcu pin it is attatched to pulls low. So it shouldnt light up reliably before its programmed however, it may be working off of floating ghost voltage (your servo should make this happen) since the mcu pins are just floating around until its programmed

Offline rgcustodio

  • Robot Overlord
  • ****
  • Posts: 217
  • Helpful? 0
  • Use "Search" and ye might find answers!
Re: 50 dollar robot LED not working
« Reply #12 on: January 25, 2008, 12:50:53 PM »
if i remember the schematic the led only lights up when the mcu pin it is attatched to pulls low. So it shouldnt light up reliably before its programmed
yep yep yep!
the LED is connected to the +5V regulator's output pin and PIND4. the user controls the LED. using LED_on() or LED_off(). if the robot is programmed correctly (using Admin's default code), the LED should be ON.
« Last Edit: January 25, 2008, 12:53:12 PM by rgcustodio »
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 javafiendTopic starter

  • Robot Overlord
  • ****
  • Posts: 125
  • Helpful? 0
Re: 50 dollar robot LED not working
« Reply #13 on: January 25, 2008, 01:01:12 PM »
That clears things up a lot!  So now it seems like my next hurdle is getting the thing programmed.  I found a couple of things online that I want to try when I get home.  Hopefully it solves the programming problem and I'll be up and running this evening.

Thanks again, guys! 

 


Get Your Ad Here