Emic-2 and C
ajward
Posts: 1,130
Jus' wondering...
Has anyone done anything in C for the EMIC-2? Or for that matter for the SoundPal?
I'd like to add one or both of these to my ActivityBot.
Thanks for any suggestions!
Amanda
Has anyone done anything in C for the EMIC-2? Or for that matter for the SoundPal?
I'd like to add one or both of these to my ActivityBot.
Thanks for any suggestions!
Amanda
Comments
The SoundPAL was designed for the BASIC Stamp and a Propeller Cog is a lot more powerful than the AVR the SoundPAL uses.
This might be what you are looking for.
http://learn.parallax.com/propeller-c-simple-circuits/piezo-beep
Or you could do this
http://learn.parallax.com/propeller-c-simple-devices/play-wav-files
Here's another idea
http://learn.parallax.com/project/polite-activitybot
As for the EMIC, try this
http://forums.parallax.com/showthread.php/156032-Problem-about-using-Propeller-C-to-control-the-text-to-speech-module.
Otherwise you could use the Spin code with a program that will convert it to C. I think it's called Spin2cpp.
The other option would be to use the Arduino code as a template and change the pins and functions that are different.