Propeller Demo Board Pre-loaded Application
AngeloQ
Posts: 10
I just started using the Propeller and I have the Demo Board, which has a microphone input feature. I'm looking for the code that does this.
Does anyone know where I could find the application code that comes pre-loaded on the demo board Propeller? I looked through the Propeller Tool example files and online (including this forum) but I couldn't find any reference to it.
Thanks,
Angelo
Does anyone know where I could find the application code that comes pre-loaded on the demo board Propeller? I looked through the Propeller Tool example files and online (including this forum) but I couldn't find any reference to it.
Thanks,
Angelo
Comments
I don't know it exactly in subfolder propeller-tool/examples/library are two files which might be it
microphone_to_vga.spin
or
microphone_to_headphone.spin
additional files are in the object-exchange
best regards
Stefan
Neither the microphone_to_VGA nor microphone_to_headphone demos are in my Propeller tool folders, but I found the them in the object exchange. Perhaps I'm using an old version of the tool? (v 0.98.1)
These are helpful, but I would still like to have the full demo so I can put it back after I overwrite it.
Is there a good description of how the sigma-delta ADC works as in these microphone examples?
Oh, one more thing (for now), I tried to run the Vocal Tract and Singing demos from the object exchange, but they all give the following error ("Expected a DAT symbol") on this line: (line 326 of VocalTract.spin)
call #sine
I'm still getting familiar with the propeller assembly so I'm not sure how to fix this. Any ideas?
Thanks again
The pre-loaded demo displays some buttons on the VGA 'Woof', 'Woof', 'Meow', and 'Exit'. I see code that looks like it does that in the 'VGA_Demo', but it doesn't seem to do any of the other things (audio, TV). I can't find in the Graphics_Demo where those buttons are generated.