Shop OBEX P1 Docs P2 Docs Learn Events
help with my boe bot — Parallax Forums

help with my boe bot

mission12mission12 Posts: 7
edited 2006-03-15 23:19 in Robotics
hi my robot is not working i downlords this Program· it not move at all the light work what i need to do help please mad.gif ' Robotics! v1.5, Program Listing 1.2: Right Wheel Full SpeProgram ed Ahead.
' {$Stamp bs2} ' Stamp Directive.
low 12 ' Set P12 to output-low.
loop: ' Target label for last command - “goto loop”.
pulsout 12, 500 ' Send 1.0 ms pulses to P12
pause 20 ' every 20 ms.
goto loop ' Send program to “loop:” label.

Comments

  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2006-03-14 23:48
    For starters you should not use LOOP as a label, since under PBASIC 2.5 it is a reserved word/keyword.· Do you have the power switch in the second position?· Is the power LED on?· What exactly is happening?


    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
    csavage@parallax.com
  • mission12mission12 Posts: 7
    edited 2006-03-15 01:46
    when i put the Power Supply· it move the Plastic wheels but when i put all the way it not move noting happen so what mad.gif i need to do. do i need to buy an new· Power Supply?·· i don't have the CD for my robot can you help me·yes· the power LED on
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2006-03-15 01:49
    What do you mean when you put the power supply all the way?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
    csavage@parallax.com
  • mission12mission12 Posts: 7
    edited 2006-03-15 01:54
    but this is the Program you guy have in the student hand book

    {$Stamp bs2} ' Stamp Directive.

    low 12 ' Set P12 to output-low.

    loop: ' Target label for last command - “goto loop”.

    pulsout 12, 500 ' Send 1.0 ms pulses to P12

    pause 20 ' every 20 ms.

    goto loop ' Send program to “loop:” label.
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2006-03-15 02:05
    Unless you're in a class following along with that version of the BOE-Bot manual I would suggest downloading the latest version from the bottom of the following link:

    http://www.parallax.com/detail.asp?product_id=28125

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
    csavage@parallax.com
  • mission12mission12 Posts: 7
    edited 2006-03-15 08:58
    think you for your help i have my robot back to action i would to know if you have any code i can use to play an music on my robot or where i can look at
  • pcrobotpcrobot Posts: 103
    edited 2006-03-15 12:56
    mission12 said...
    think you for your help i have my robot back to action i would to know if you have any code i can use to play an music on my robot or where i can look at
    The "Whats a Microcontroller" PDF might be what you need:

    http://www.parallax.com/dl/docs/books/edu/Wamv2_2.pdf
    Try around page 228. idea.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Robotics
    ro-bot-ics (noun)
    the science or technology of robots, their design, manufacture, application, use, etc.
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2006-03-15 15:16
    There are actually several posts in the forums here about playing music on the BOE-Bot.· You need only use the Search Feature.· Here is a more recent post.

    http://forums.parallax.com/showthread.php?p=572097

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
    csavage@parallax.com
  • mission12mission12 Posts: 7
    edited 2006-03-15 21:53
    whish Program do i use for the Ode to Joy i have the Program but noting happen i have my speak on the board

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    cesar cota
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2006-03-15 23:19
    We've strayed totally off topic here.· If you're not still having the original problems you should start a thread for this new topic.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
    csavage@parallax.com
Sign In or Register to comment.