Shop OBEX P1 Docs P2 Docs Learn Events
How can you make your Boe-Bot talk? — Parallax Forums

How can you make your Boe-Bot talk?

JimmioJimmio Posts: 43
edited 2005-04-26 20:05 in Robotics
I was just wondering... I would love to be able to have my Boe-Bot talk, but i don't know how.
P.S. I'm on a limited budget sad.gif

Comments

  • JimmioJimmio Posts: 43
    edited 2005-04-19 00:52
    So far I have it talking in the DEBUG TERMINAL:
    ' {$STAMP BS2}
    ' {$PBASIC 2.5}
    ' ----[noparse][[/noparse]STRs]
    ReadName VAR Byte(10) ' Allocate 10 bytes for 'string'
    ReadCommand VAR Byte(10)
    I9600 CON 84 + 16384 ' 9600 baud is 84, Inverted is 16384
    Main:
    DEBUG "Hi, I'm BOE. What's your name?", CR
    DEBUGIN STR ReadName\10\13 ' Read 10 bytes, or to CR
    DEBUG "Hello ", STR ReadName
    PAUSE 500
    DEBUG CR, "What would you like me to do?", STR ReadCommand
    DEBUGIN STR ReadCommand\10\13
    DEBUG "Ok. I'll do: ", STR ReadCommand

    I would like to know how the BOE can take a command and then do what the command says.
    Like:
    "What would you like me to do?" Turn 90 Degrees to the left
  • dandreaedandreae Posts: 1,375
    edited 2005-04-19 01:02
    You may want to check out the "Text to Speech" board.· Here is a link for more information:· http://www.parallax.com/detail.asp?product_id=30006

    Dave

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Dave Andreae

    Tech Support
    dandreae@parallax.com
    www.parallax.com

    ·
  • JimmioJimmio Posts: 43
    edited 2005-04-19 01:43
    Can you give me info on doing this in DEBUG?
  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-04-19 04:42
    Download and read the docs for this product: http://www.parallax.com/detail.asp?product_id=30006

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
    Dallas, TX· USA
  • bishopbishop Posts: 82
    edited 2005-04-19 18:40
    use FREQOUT and you can make your boe say a long E.
    eeeeeeeeeeeeeeeeeeeeeee
    thats talking.
    sort of.

    [noparse][[/noparse]:P]

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    **************

    daniel woolston
    Teksystems Inc.
    www.danwoolston.com
    **************
  • Ryan ClarkeRyan Clarke Posts: 738
    edited 2005-04-26 20:05
    I used the Emic to make a few projects. It's really easy to use. Be sure to build the 'carrier' for it (in the DOCS)

    Ryan
Sign In or Register to comment.