Shop OBEX P1 Docs P2 Docs Learn Events
Propeller and Emic Text To Speach — Parallax Forums

Propeller and Emic Text To Speach

PalastinePalastine Posts: 12
edited 2008-04-27 08:04 in Propeller 1
Is there any·code or object·written for the Propeller to activate the Emic·Text to Speech chip, if yes can you please direct me to it.

Comments

  • RobofreakRobofreak Posts: 93
    edited 2008-04-15 23:39
    lol I just made a post asking the very same question. Here's the link Rayman gave me:

    http://forums.parallax.com/forums/default.aspx?f=25&m=243707

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Austin Bowen,

    Robo-freak.com

    "One must watch out for mechanics. They start out with a sewing machine, and end up with the atomic bomb" - A quote from someone that I saw on Addall.com
  • James LongJames Long Posts: 1,181
    edited 2008-04-16 00:24
    Hmmmmm..... psychic.



    JL

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    James L

    Partner/Designer
    Lil Brother LLC (SMT Assembly Services)
  • PalastinePalastine Posts: 12
    edited 2008-04-19 06:00
    Thanks for helping me. now my propeller is talking!

    is there a command that take the output from one·pin in the propeller chip·and send to another pin in the propeller chip·to act as an output

    for example i want to·take the·input from pin #1 and send it to pin 7 to produce the output.

    Please help, thanks
  • RobofreakRobofreak Posts: 93
    edited 2008-04-27 04:22
    If I understand correctly, I think all you need to do is this:

    OUTA[noparse][[/noparse]7] := INA[noparse][[/noparse]1]

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Austin Bowen,

    Robo-freak.com

    "One must watch out for mechanics. They start out with a sewing machine, and end up with the atomic bomb" - A quote from someone that I saw on Addall.com
  • PalastinePalastine Posts: 12
    edited 2008-04-27 08:04
    I used the following code and my device is now working. I wanted the signal to be inverted so i used the following code

    DIRA[noparse][[/noparse]Bpin]~~ 'Make BPin an Output
    CTRA := %01001 <<26 | Bpin <<9 | Apin 'Setup counter for POS detector with Feedback mode
    FRQA := 1 'Start Counter

    thank You Robofreak, i really do appreciate it. [noparse]:)[/noparse]
  • PalastinePalastine Posts: 12
    edited 2008-04-27 08:04
    I used the following code and my device is now working. I wanted the signal to be inverted so i used the following code

    DIRA[noparse][[/noparse]Bpin]~~ 'Make BPin an Output
    CTRA := %01001 <<26 | Bpin <<9 | Apin 'Setup counter for POS detector with Feedback mode
    FRQA := 1 'Start Counter

    thank You Robofreak, i really do appreciate it. [noparse]:)[/noparse]
Sign In or Register to comment.