I'm pretty sure the problem was a bad install of the Arduino IDE. Now that I've reinstalled things seem to be working correctly.
Type: Posts; User: gtrmstr53
I'm pretty sure the problem was a bad install of the Arduino IDE. Now that I've reinstalled things seem to be working correctly.
Thanks for the reply. I've been using double quotes in the code. Single quotes is just a habit I've picked up while writing. The fact that some of the names worked ok using touch makes me think...
After some more poking around, I found out that using touch from my computer's command line to create files on the sd card with names that previously didn't work led to some of them working (although...
Bump. Am I right to be thinking it has to do with naming conventions, or is it likely to be something else?
Hi there,
I'm running into a weird problem with a project I'm working on where I'm wanting to record and playback audio using a Teensy 3.6. I've copied the code I'm working with below, but the...
I finally got some time to work on this project again, and I realized that I made a mistake on the hardware side of things (I added a resistor to the input path where there shouldn't be one, which...
Hi there,
I'm trying to build a device that can record short sound snippets and play them back on command. I'm using a Teensy 3.6, and put together the following code to try and test the core...
Yep, changing the name to 8.3 format did the trick. I knew it was something simple!!!
Even still, I wouldn't have come up with it on my own. Thanks so much for the pointer.
Hi there,
I'm starting a project with a Teensy 3.6 that requires me to write data to an SD card, and was having some issues opening a new file onto the SD card. After some troubleshooting, I'm at...
Gotcha. That makes sense to me, so I'll try that and touch base back here if anything goes wrong. Also, I just saw Pedvide's post here...
Thanks for the reply, and sorry for the 'lot going on' phenomenon. I'm new to Teensy and to digital audio projects, so I'm still learning the language so to speak. I've responded to each of your...
Bump if anyone knows anything?
Hi,
The Audio System Design Tool mentions the AudioInputAnalog object, and I was hoping someone could point me to any resources that outline how this object functions. In particular, any pointers...
Thanks for the pointers! It'll probably be a few days before I can sit down and test them all out, but it's great to have some directions to start exploring. I'll report back if/when I learn more.
...
Hi there,
I'm new to Teensy/Arduino, and am still trying to get everything setup correctly. I've run into an issue with the serial communications with both a Teensy 3.2 and a 3.6, where the serial...