![]() | ![]() | ![]() |
| | |||||||
| Robotics Chat Specific to discussions about robots and the making of. |
| | Thread Tools | Display Modes |
| | (permalink) |
| New Member | hello friends i am completely new to the field of robotics. I am about to participate in a robotics competetion being held here in the month of october.. not so sure about the arena. i just wanted to build a robot which can walk atleast. i got a tutorial frm www.parallax.com here.. he has started building the robot with a basic stamp module. the problem is no pre designed circuit is allowed in the competetion. so i cant use the stamp module. so how can i replace it with something else or can i build the stamp module of myself? please help me out! |
| | |
| | (permalink) |
| Moderator | http://www.mbarron.net/Stamp/ It operates just like a BS2 but it's slightly bigger. Cheaper too. Also, what kind of competition will it be?
__________________ MechTronics |
| | |
| | (permalink) |
| New Member | I find it hard to believe that they don't let the BS2 in... its an MCU... not a pre-designed circuit... if they say that it is a pre-designed circuit, then technically, they could argue that every single IC is a pre-designed circuit, which technically, they are. Parallax could have just put the BS2 module inside its own IC just as easily, and then it would look just like a regular IC...
__________________ If it is broken, let's fix it. If it is working, let's make it better. |
| | |
| | (permalink) |
| Experienced Member | Can you use a PICAXE? It's not a drop in replacement for the Basic Stamp, but it is essentially the same silicon. I think it'd be the fastest, chapest way. THe other way is to use an actual PIC (which is at the core of the BASIC Stamp and the PICAXE, just they have extra hardware and/or software to make it more hobby friendly). THey take more time to learn though and you need some extra tools. THat's silly. No Basic Stamp. Did you ask them or did you yourself assume they would call a BS2 a pre-designed circuit? |
| | |
| | (permalink) |
| Experienced Member | I imagine the intent of the no-BS2 rule is to limit the extent to which some competitors would be able to take advantage of proprietary assistance. If the competitions could be won simply based on how much money was invested by competitors, only the wealthiest competitors would win (who are not necessarily the most inventive or creative competitors, or even the ones with the most thorough understanding of their field). |
| | |
| | (permalink) |
| Experienced Member | I'd use an 18F series PIC and Swordfish BASIC SE. Works great on my Mongoose robot kit. Code: Device = 18F2525 // Mongoose CPU PIC18F2525 Clock = 8 // 8MHz Include "Mongoose.bas" While true MotorLR(64,-127) // Left fwd 64 (50%), Right rev -127 (100%) High(PORTC.0) // turn on the headlight LED DelayMS(5000) // delay 5 seconds Low(PORTC.0) // turn off the headlight LED MotorLR(0,0) // stop DelayMS(1000) // delay 1 second Wend // repeat End ![]() Last edited by blueroomelectronics; 14th March 2008 at 04:36 PM. |
| | |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Latest |
| For all bulgarian robotics fans :) | sv_shady | Chit-Chat | 0 | 22nd June 2007 09:04 AM |
| FREE Industrial Robotics online video from SME! | drem | Robotics Chat | 0 | 2nd March 2007 05:05 PM |
| Lego mindstorm robotics | mindstorm | Robotics Chat | 34 | 9th June 2005 12:18 AM |
| LEARN ROBOTICS | George L. | Robotics Chat | 11 | 7th June 2005 02:22 AM |
| Diving into robotics. any and all help appreciated. | compute_a_nerd | Robotics Chat | 2 | 23rd November 2004 03:12 PM |