Shop OBEX P1 Docs P2 Docs Learn Events
Parallax "Say It Module" (AKA VeeaR "VRBot Voice Recognition Module") and Propeller — Parallax Forums

Parallax "Say It Module" (AKA VeeaR "VRBot Voice Recognition Module") and Propeller

zappmanzappman Posts: 418
edited 2010-10-23 18:30 in Propeller 1
I bought a Parallax - Say It Module as it was a deal of the day this past week.

It is a repackaged VeeaR VRBot - Voice Recognition Module.

There is software for using the module with a BS2, and it seems to work great with my homework board.

My question is how do I use it with a Parallax Propeller?

Do I need inline resistors if I run the module on +5 Volts?

Can I run the module on +3.3 Volts with no inline resistors?

If I run the module on +3.3V will the LED still work?

Where is sample code for use with the Propeller?

Comments

  • hover1hover1 Posts: 1,929
    edited 2010-10-23 18:30
    The product sheet quotes "Power requirements: 3.3 to 5.5 VDC" At 3.3V, no resistors are required. They DO say 5.0 volt is typical.

    "The initial configuration at power-on is 9600 baud, 8 bit data, No parity, 1 bit stop."

    This should allow you to use the Command Details in the Data Sheet to access the commands for programming.

    Jim

    zappman wrote: »
    I bought a Parallax - Say It Module as it was a deal of the day this past week.

    It is a repackaged VeeaR VRBot - Voice Recognition Module.

    There is software for using the module with a BS2, and it seems to work great with my homework board.

    My question is how do I use it with a Parallax Propeller?

    Do I need inline resistors if I run the module on +5 Volts?

    Can I run the module on +3.3 Volts with no inline resistors?

    If I run the module on +3.3V will the LED still work?

    Where is sample code for use with the Propeller?
Sign In or Register to comment.