No it's not the SD library. Well, maybe it is in this case, but the screeching noise has been a constant on several much simpler projects.
At first, we thought it was a power supply issue, but we ruled that out.
...
It is a shame. I do like these modules, but we used them for several large installations on some commercial projects and had nothing but issues with them (those were all 3.2's + audio boards).
I am not the main...
OK. Decided these Teensy Audio boards suck. Having so many problems with them that I just can't rely on them. This weird screeching issue is affecting a ew of our projects.
Seems to be some issue with the comms to...
Hmm. Not sure how to fix this.
I always put a line in to make sure the sound file has finished playing (+ a slight delay), before it tries to retrieve an image from the SD card (where the sound files are also...
Hi all
I'll dig out the code tonight, but I am having consistant issues on many projects with 3.2's and their associated Teensy sound boards and 4.1's and their sound boards.
They randomly emit a horrific screeching...
Could I simply put a single sacrificial RGB led in the actual controller box as the first led?
Am I wrong in thinking that first WS2815 RGB strip individual driver chip will then output a 5v level signal onwards?
Hello all
I have a Teensy 3.6 outputting Fastled data. Reasonably simple project. 12v RGB strip by the way.
I need to extend the cable to the leds, and at 3m I am starting to get data issues. I believe it is...
Putting this in fixes the issue..
dmxTx.setPacketSize(100);
dmxTx.setRefreshRate(40);
What the heck in means, who knows.
I just don't understand why they bother to give you a text list of Keywords, and no...
Hmm I am starting to think this is something to do with the entire TeensyDMX library.
We used DMXsimple on another project and it worked fine. But DMXsimple doesn't compile on a 4.1, it throws up an error
Hi all
I am using TeensyDMX.h on a 4.1, with a CTC-DRA-01-R2 DMX shield.
Daisy chain of 8x DMX lights on the system, and they all work fine... except two lights of a particular type.
These two don't play ball...
Hi
I know Teensy's don't support OTA programming, but do you think it would be possible to remotely implement?
We have multiple controllers running 3.2's and the customer now wants OTA capability. That means...
We have abandoned Teensy's unfortunately and gone over to ESP32's with WAV boards.
A lot of our prototypes were based on 3.2's and they are just not available and we can't wait any longer.
Also, we kept having...
Hi
Is it possible to determine the length of an MP3 track on the SD card before I play it?
I read the card and get the track names + sizes already.
4.1 with 4.0 audio card.