Simple Speaker spin working on Propeller Pro development board but not on the Quickstart rev A
Dbasileccim
Posts: 8
in Propeller 1
I am experimenting with the E555 SPKEngine Demo (with my modification to the sound output) and it works great on my Propeller pro dev board. I moved it to my quickstart rev a board and i don't get any sound out of the speaker. I am powering the quickstart through pins 39 and 40 on J1 with a 9 volt wallwart and use the same suppy for the PP dev board. There are only two connections (besides power and ground) to each board. One wire from pin 5 to the speaker and one wire from the ground to the other speaker wire. The program runs as expected (produces sound from the speaker) on the PP dev board and I get nothing on the quickstart.
No changes to the spin program between boards and i have tested other identical programs (flashing leds) between boards and all works fine.
I am a bit green on the hardware side but I am really confused on what appears to be a simple situation. Assume it might be a power related.
Any ideas from the group?
No changes to the spin program between boards and i have tested other identical programs (flashing leds) between boards and all works fine.
I am a bit green on the hardware side but I am really confused on what appears to be a simple situation. Assume it might be a power related.
Any ideas from the group?
Comments
A schematic of the original that worked, and a posting of E555_SPKEngine.spin would help.
Runs fine on the ppdb but not on the quickstart.
I thought at first it was the lack of power but i hooked up the quickstart to the same wall wart as the PPDB through pins 39 and 40 on the quickstart. No difference.
i'm at a loss.
You attached the Demo SPIN object. If you go to the the Demo object in the propeller tool, go to save>archive project. That will save all files in a zip file.
I am surprised it ran. The output pin might have been compromised.
Here is a circuit to use to drive a speaker:
http://forums.parallax.com/discussion/106600/prop-output-to-tiny-speaker
:
All worked as designed with the change of the jumper to pin 6 on the quickstart.
Maybe this post will help someone else having a problem.