- This topic has 1 reply, 2 voices, and was last updated 4 years, 9 months ago by
Dr_Alex.
-
AuthorPosts
-
January 31, 2019 at 8:57 pm #8906
Dylan
ParticipantSo basically I’m looking to program two buzzers one to play music during the activity the other as like a you win jingle. can it be done please help have zero experience when it comes to this.
February 6, 2019 at 12:06 am #8990Dr_Alex
ParticipantTry setting one of the outputs high, then low then high again in a cycle with a wait of msec in between. Feed the output into an audio amp, eg one of those cheap powered speakers. That will give you a tone, to change the frequency, vary the wait time. The wait time can be a variable, so you could set it to change depending on the input conditions. You could even set the wait time as dependent on an analogue input.
However, the minimum wait time is a little bit less than 1 msec, which can be achieved using some maths and a variable, as the shortest wait block is only 1 msec. This limits your max frequency to just over 1kHz.
Another option would be to use the Crumble to trigger an mp3 player or something…
Hope that helps.
-
AuthorPosts
- You must be logged in to reply to this topic.