Hey all!
I'm a complete beginner, but even when I've gone to someone I know who's more knowledgeable, he couldn't figure this out either.
I'm trying to create an instrument using Teensy's Audio library. I'm currently in the very basic stages; I'm just trying to get the audio shield to play a note. However, whether I use an example wavetable project, an example WAV player project, or my own project (attached to this post), when I plug my headphones into the headphone jack on the audio shield, all I hear is noise that sounds like a dial-up modem. Obviously that's not intended and I'm completely stumped as to why this is happening. I've double and triple-checked the wiring, and everything seems to be in order, I think.
My project is a very simple copy of the SimpleWavetable example, with a few changes, such as removing the knobs that determine frequency and volume and replacing them with constants. Also, I set up a button connected to an LED that will toggle on / off in accordance with whether or not the note should be playing (on if playing, off if not). As part of my troubleshooting, I even added a statement in loop() to always be playing a C5 note, to no avail. All I seem to be able to get is noise.
Could this be because the Audio Shield is wired to the Teensy via 6in wires as opposed to being soldered directly on top of the Teensy? Or maybe is it the USB connection that's causing the noise? Any help would be greatly appreciated.
Oh, and I can of course provide any pictures / videos / code that is needed to help fix this.
(P.S. - Sorry mods if this is the wrong category or anything, I've never used this forum before)
I'm a complete beginner, but even when I've gone to someone I know who's more knowledgeable, he couldn't figure this out either.
I'm trying to create an instrument using Teensy's Audio library. I'm currently in the very basic stages; I'm just trying to get the audio shield to play a note. However, whether I use an example wavetable project, an example WAV player project, or my own project (attached to this post), when I plug my headphones into the headphone jack on the audio shield, all I hear is noise that sounds like a dial-up modem. Obviously that's not intended and I'm completely stumped as to why this is happening. I've double and triple-checked the wiring, and everything seems to be in order, I think.
My project is a very simple copy of the SimpleWavetable example, with a few changes, such as removing the knobs that determine frequency and volume and replacing them with constants. Also, I set up a button connected to an LED that will toggle on / off in accordance with whether or not the note should be playing (on if playing, off if not). As part of my troubleshooting, I even added a statement in loop() to always be playing a C5 note, to no avail. All I seem to be able to get is noise.
Could this be because the Audio Shield is wired to the Teensy via 6in wires as opposed to being soldered directly on top of the Teensy? Or maybe is it the USB connection that's causing the noise? Any help would be greatly appreciated.
Oh, and I can of course provide any pictures / videos / code that is needed to help fix this.
(P.S. - Sorry mods if this is the wrong category or anything, I've never used this forum before)