go away spammer

Author Topic: can someone give me a challenge?  (Read 3471 times)

0 Members and 1 Guest are viewing this topic.

Offline jakx12Topic starter

  • Robot Overlord
  • ****
  • Posts: 183
  • Helpful? 2
can someone give me a challenge?
« on: May 28, 2009, 10:24:40 AM »
I know this is a bit of a silly thing to ask for, but as i just need about 20$ till i can order all the stuff i need to build my robotic arm i was just wondering if someone could give me an idea of what to make with a two wheeled robot with an ir sensor. Sadly thats all i have at the moment. I use a bx-24 chip and a RAMB II motherboard. Iv built many different things like object avoiding, tabletop etc robots. So has anyone got any ideas as to a concept that would push the capabilities of my current set up?

many thanks,

jakx12
Need help with an algorithm or a maths related problem? Ill be glad to help :)

Offline guncha

  • Jr. Member
  • **
  • Posts: 40
  • Helpful? 0
Re: can someone give me a challenge?
« Reply #1 on: May 28, 2009, 11:23:08 AM »
IR remote controlled robot ? Seriously, you could use a remote from VCR and do different stuff when pressing a button (like fast forward or sth). Just an idea  ;)

Offline aludra_55

  • Jr. Member
  • **
  • Posts: 22
  • Helpful? 0
Re: can someone give me a challenge?
« Reply #2 on: May 28, 2009, 11:24:36 AM »
a two wheeled balancing robot (segway) and using IR to measure tilt by pointing it downwards.
the fun stuff is calculating the PID control...

-AludrA

Offline jakx12Topic starter

  • Robot Overlord
  • ****
  • Posts: 183
  • Helpful? 2
Re: can someone give me a challenge?
« Reply #3 on: May 28, 2009, 11:42:27 AM »
thanks! those a brilliant ideas, ill probably go with the remote idea first! Ill go do some work on it now :)


Need help with an algorithm or a maths related problem? Ill be glad to help :)

Offline SmAsH

  • Supreme Robot
  • *****
  • Posts: 3,959
  • Helpful? 75
  • SoR's Locale Electronics Nut.
Re: can someone give me a challenge?
« Reply #4 on: May 28, 2009, 03:33:36 PM »
make sure its a universal remote, not one from a specific tv!
this makes it ten times easier!
Howdy

Offline jakx12Topic starter

  • Robot Overlord
  • ****
  • Posts: 183
  • Helpful? 2
Re: can someone give me a challenge?
« Reply #5 on: May 28, 2009, 03:49:23 PM »
well im a bit confused, the tv remotes give of ir. So i should cover up the emitter on my ir sensor?
Need help with an algorithm or a maths related problem? Ill be glad to help :)

Offline galannthegreat

  • Supreme Robot
  • *****
  • Posts: 615
  • Helpful? 4
  • Blue-Lensed Blue LEDs?! What?! Impossible!!
Re: can someone give me a challenge?
« Reply #6 on: May 28, 2009, 04:00:38 PM »
Just setup an IR detector to get the appropriate wave-lengths and then you'll have to devise a way to decode each signal. :)
Kurt

Offline jakx12Topic starter

  • Robot Overlord
  • ****
  • Posts: 183
  • Helpful? 2
Re: can someone give me a challenge?
« Reply #7 on: May 28, 2009, 04:03:26 PM »
how am i supposed to set up and ir sensor to receive a certain wave length, its just a standard sharp ir. It gives me an integer between 1 and like 400. It can see to like one meter infront.
Need help with an algorithm or a maths related problem? Ill be glad to help :)

Offline airman00

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: can someone give me a challenge?
« Reply #8 on: May 28, 2009, 04:24:25 PM »
Sharp IR sensor is to detect distance, its a rangefinder

IR remote, like your tv remote, emits data that is encoded in the beam of infrared light. The detector reads the beam of light and decodes the data.
Check out the Roboduino, Arduino-compatible board!


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

www.Narobo.com

Offline jakx12Topic starter

  • Robot Overlord
  • ****
  • Posts: 183
  • Helpful? 2
Re: can someone give me a challenge?
« Reply #9 on: May 28, 2009, 04:28:11 PM »
ok, so how can i harness a sensor to some how output a differnt number for each button pressed on the remote. Im pretty new to like modding ir sensors and tv remotes etc :P
Need help with an algorithm or a maths related problem? Ill be glad to help :)

Offline airman00

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Check out the Roboduino, Arduino-compatible board!


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

www.Narobo.com

Offline jakx12Topic starter

  • Robot Overlord
  • ****
  • Posts: 183
  • Helpful? 2
Re: can someone give me a challenge?
« Reply #11 on: May 28, 2009, 05:00:16 PM »
thanks :), it would be useful if i had the stuff now. But i dont :( so ill perhaps try the balancing robot thingy :).
Need help with an algorithm or a maths related problem? Ill be glad to help :)

Offline Ro-Bot-X

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 1,431
  • Helpful? 25
  • Store: RoBotXDesigns.ca
    • Ro-Bot-X Designs
Re: can someone give me a challenge?
« Reply #12 on: May 28, 2009, 05:22:58 PM »
For the balancing robot take a look at my tutorial:
http://www.societyofrobots.com/member_tutorials/node/185
The Ping sensor can be replaced with a Sharp rangefinder with no problem.

As for the remote control, take a look at my demo:
http://www.societyofrobots.com/robotforum/index.php?topic=7106.msg57627#msg57627

And at the code here:
http://seriousrobotics.wordpress.com/2009/04/09/code/
Check out the uBotino robot controller!

Offline jakx12Topic starter

  • Robot Overlord
  • ****
  • Posts: 183
  • Helpful? 2
Re: can someone give me a challenge?
« Reply #13 on: May 28, 2009, 05:51:45 PM »
wow thats really kl, ill give it a go maybe tomorrow.
thanks
jakx12
Need help with an algorithm or a maths related problem? Ill be glad to help :)

Offline SmAsH

  • Supreme Robot
  • *****
  • Posts: 3,959
  • Helpful? 75
  • SoR's Locale Electronics Nut.
Re: can someone give me a challenge?
« Reply #14 on: May 29, 2009, 02:09:56 AM »
just my thoughts but you shouldn't base your projects on what you have lying around...
its cool if you have the parts but don't let what you have restrict you,
buying parts can only benefit you in the future...
Howdy

Offline jakx12Topic starter

  • Robot Overlord
  • ****
  • Posts: 183
  • Helpful? 2
Re: can someone give me a challenge?
« Reply #15 on: May 29, 2009, 03:29:17 AM »
oh yh i know, but i got another servo that is broken. But im only buying stuff for the arm as its pretty expensive for me.
Need help with an algorithm or a maths related problem? Ill be glad to help :)

Offline SmAsH

  • Supreme Robot
  • *****
  • Posts: 3,959
  • Helpful? 75
  • SoR's Locale Electronics Nut.
Re: can someone give me a challenge?
« Reply #16 on: May 29, 2009, 03:53:50 AM »
hah, money is tight for all of us.
me being a student gets about $10us a week pocket money...
looking for a job right now...
Howdy

Offline jakx12Topic starter

  • Robot Overlord
  • ****
  • Posts: 183
  • Helpful? 2
Re: can someone give me a challenge?
« Reply #17 on: May 29, 2009, 05:15:10 AM »
yh, as a student i get about £20 a month which equates to about 30$ a month :). In london its really hard to get jobs, especially for kids. So i have already tried but i just cant find one :(
Need help with an algorithm or a maths related problem? Ill be glad to help :)

Offline SmAsH

  • Supreme Robot
  • *****
  • Posts: 3,959
  • Helpful? 75
  • SoR's Locale Electronics Nut.
Re: can someone give me a challenge?
« Reply #18 on: May 29, 2009, 05:26:53 AM »
now that is one reason why i hate living in a big city,
i think mine has like 60, 000 people max.
try applying everywhere, i think you will find one eventually.
Howdy

Offline jakx12Topic starter

  • Robot Overlord
  • ****
  • Posts: 183
  • Helpful? 2
Re: can someone give me a challenge?
« Reply #19 on: May 29, 2009, 05:30:21 AM »
im 14 so i cant find one. Iv tried everywhere! Even like web design etc. My friend has a company called get-web.(www.get-web.co.uk). But he said if he has a job with php etc then he'd call me to help and pay me :). Thing is, he still hasnt called me :P
Need help with an algorithm or a maths related problem? Ill be glad to help :)

Offline SmAsH

  • Supreme Robot
  • *****
  • Posts: 3,959
  • Helpful? 75
  • SoR's Locale Electronics Nut.
Re: can someone give me a challenge?
« Reply #20 on: May 29, 2009, 05:34:22 AM »
im 14 too...
you must have local fast food places that are looking for people...
i know that im shy and don't know how to apply but luckily target lets you apply online :P
Howdy

Offline jakx12Topic starter

  • Robot Overlord
  • ****
  • Posts: 183
  • Helpful? 2
Re: can someone give me a challenge?
« Reply #21 on: May 29, 2009, 05:35:49 AM »
There are fast food places, but there are age limits aswell. And as its the recession etc, they are firing not hiring lol.


Need help with an algorithm or a maths related problem? Ill be glad to help :)

Offline SmAsH

  • Supreme Robot
  • *****
  • Posts: 3,959
  • Helpful? 75
  • SoR's Locale Electronics Nut.
Re: can someone give me a challenge?
« Reply #22 on: May 29, 2009, 07:46:08 AM »
lol, the age limit here is 14y9m to work but 13 and up with parents consent...
sorry to hear about the job :-\
Howdy

Offline jakx12Topic starter

  • Robot Overlord
  • ****
  • Posts: 183
  • Helpful? 2
Re: can someone give me a challenge?
« Reply #23 on: May 29, 2009, 07:55:59 AM »
meh, il try a balancing thing and tell you how it goes.
Need help with an algorithm or a maths related problem? Ill be glad to help :)

 


Get Your Ad Here