Cough* Uhh... a little help here? PBASIC 2.5 is pretty complicated to me than t
Can somebody tell me what each command does? The manual is littered with JARGON which I don't understand.
What does DEBUG do anyway?
' And does the Apostrophe affect the programming?
Tell me 'cause I don't understand a thing in the PBASIC compiled HTML document (a.k.a. Manual!!!) .
I'm really eager to learn how to program the robots and all but the JARGON is holding me back.
Can somebody get me an interpreter chip or translator module for my noggin?
The JARGON (a.k.a. Techie Lingo) is different from normal English.
Can somebody write some of the basic commands and how to use them?
_____________________________
|What about lines? WTH do they do?|
|_____________________________|
And how the heck do you get your Bot to move forwards?, I tried but all it does was the spin around to nowhere.
The manual is so confusing that I can't seem to understand how to use a BS2-IC module. It's making my head go backwards and sideways.
What does DEBUG do anyway?
' And does the Apostrophe affect the programming?
Tell me 'cause I don't understand a thing in the PBASIC compiled HTML document (a.k.a. Manual!!!) .
I'm really eager to learn how to program the robots and all but the JARGON is holding me back.
Can somebody get me an interpreter chip or translator module for my noggin?
The JARGON (a.k.a. Techie Lingo) is different from normal English.
Can somebody write some of the basic commands and how to use them?
_____________________________
|What about lines? WTH do they do?|
|_____________________________|
And how the heck do you get your Bot to move forwards?, I tried but all it does was the spin around to nowhere.
The manual is so confusing that I can't seem to understand how to use a BS2-IC module. It's making my head go backwards and sideways.
Comments
The ' character signifies that everything following that on the line (highlighted green in PBASIC editor) is a comment: information meant just for the human and not for the compiler. It is never loaded onto the robot.
First place to start is "What's a Microcontroller" available for download from the parallax website, along with "Robotics with the Boe-Bot" and many other good books. They provide excellent starting information.
If you prefer the former then you may want to try one of the 'graphical code generators' - my son has used the scribbler one extensively - but there is one for the Boe Bot in the software download section. The GUI will get you 'functional' very quickly - but once you want more control you can begin to read the PBASIC generated and modify it.
If you are prepared to work bottom up then the 'What is a micro-controller' text and the 'Boe-Bot' text are both excellent line by line tutorials complete with exercises.
David
http://www.parallax.com/Store/Books/BASICStamp/tabid/168/CategoryID/42/List/0/Level/a/ProductID/143/Default.aspx?SortField=ProductName%2cProductName
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
Robotics with the Boe-Bot
http://www.parallax.com/Portals/0/Downloads/docs/books/edu/Roboticsv2_2.pdf·(4.26 MB)
Robotics with the Boe-Bot takes you step-by-step through installing the software, understanding the DEBUG command, connecting and controlling circuits, and so on...·The book is split up into about 40 activities, and it usually works best to do one or·two activities in a sitting, then take a break.·
For each activity, make sure to always read the explanations, follow the checklist instructions, and hand enter the code examples.· Above all, go through the activities sequentially; don't just skip to Chapter 4 and expect the book to explain everything you just skipped.· For example, Chapter 1, Activity 4 introduces DEBUG with an explanation and a·nice simple hands-on example.· There will also be more hands on examples with DEBUG as you go through the book.
You can find links to Robotics with the Boe-Bot in a number of places on parallax.com, examples:
www.parallax.com -> Downloads -> Stamps in Class Tutorials
www.parallax.com ->·Robots -> Boe-Bot robots -> Click there to shop...· (it takes you to the product page, and the text is in the Downloads section).
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andy Lindsay
Education Department
Parallax, Inc.
Good luck in your learning!
After you have read this book and did the projects, then if you have any other questions about a certain command ask away and we will help you on that subject.
Jax
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
If a robot has a screw then it must be romoved and hacked into..
I think that What's a Microcontroller would be the best bet, as others have said.
Everyone here wants to help you, but not do the work for you. In time, you'll think this stuff is actually fun instead of frustrating. But you need to discover that for yourself.
Quite simply, you need to pay your dues and work through the material. There is no substitute for the proven Parallax method where you learn the basics in a simple, structured way that slowly, incrementally builds your electrical and programming knowledge simultaneously. If you are overwhelmed by your robot's capabilities, then start where the rest of us did: get an LED to blink, and go from there.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."
Jax
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
If a robot has a screw then it must be romoved and hacked into..
It snowed a lot more in those days too, and everything was located uphill. And when you picked up the phone you had to wait for the neighbor lady to clear the line before you could use it.
One becomes good at things like building robots and programming computers by spending a LOT of time building robots and programming computers. One learns how to make them do interesting things by learning how to make them do a lot of little dull things, like blinking LEDs and reading switch settings. A good engineer learns to do things even when he or she doesn't have a project in hand that requires those things. That's how you know what is and is not possible, and how to do the possible stuff, when the need arises. And you don't ask until you've sat down and tried it first, especially now that we've got an internet that practically gives you all the information you need.
I don't know whether it is a cultural shift brought about by technology or just I noticed a new bunch of bright people - but for some the bottom up piece-by-piece approach just doesn't work. I failed to teach my eldest programming with three attempts (although his younger brother latched right on). A day playing with the scribbler GUI digging down to the code when he needed it turned him around.
Jax
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
If a robot has a screw then it must be romoved and hacked into..
http://forums.parallax.com/showthread.php?p=464494
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering