I already packaging up beta4 and I'm editing the changelog now while waiting on Raspberry Pi build and Apple notarization. Unless something goes really wrong with testing tonight or tomorrow, that...
Type: Posts; User: PaulStoffregen
I already packaging up beta4 and I'm editing the changelog now while waiting on Raspberry Pi build and Apple notarization. Unless something goes really wrong with testing tonight or tomorrow, that...
Yes, like that (not using a new name "IMXRT_GPIO1S"). Maybe someday all the peripherals will get this treatment. I created everything with those offset defines a couple years ago to save time (just...
Changing the behavior of the Arduino Print class is not an option! While convenient for this particular serial monitor issue, that sort of change could break countless programs which depend on the...
After much more fiddling, it's looking like the only way to get rid of the serial monitor double spacing on copy to clipboard is to filter away the carriage return chars before they get into the...
Ok, 16 MHz sounds fine a safe default.
https://github.com/PaulStoffregen/SD/commit/159feec5a78e6cef5d0134c908d8fd50079f5171
I'm currently working on 3 serial monitor bugs....
1: Printing a very long line forces horizontal scroll
2: Copy to clipboard gives double spaced lines
3: Memory leak on MacOS with repeated...
Nope, it's correct because the 1st & 2nd parameters are the connection's source and the 3rd & 4th parameters are the connection's destination.
This is the drawing from the design tool which...
Here's a patch which greatly improves the WAV simultaneous playback.
https://github.com/PaulStoffregen/Audio/commit/6369a6ae1f3b6ea547a5192f9bf7efe3b778a629
I'm not sure if this solves 100% of...
Well, this was an embarrassing little mistake!
https://github.com/PaulStoffregen/Audio/commit/6ab951bfcf3a978b1a62e7b45053e1349890a0e6
With this fix, all 6 files should play. Well, at least as...
BUILTIN_SDCARD should work on Teensy 4.0, if you have the hardware connected. But I haven't personally tested it.
From a documentation point of view where there's 1 line of space, it's simplest...
It very well may just be this 1 individual card, rather than all cards of that make & model. Sounds like several of us have more cards incoming this week, so if it is a problem worth warning, I'd...
I do not yet understand what's going so wrong. But I'm pretty sure all 6 files are good. I created them all the same way with Audacity.
Here are the 6 WAV files meant to be used with the SimultaneousPlay test.
Looks like I found a couple bugs. I added an Audio > HardwareTesting > SD_Card folder, and in that folder added this SimultaneousPlay test program.
...
Yup, Arduino is supposed to ignore that too, when "src" is present.
If anyone can show this mess creates an actual problem with any of the 4 supported versions of Arduino on any platform, I'll do...
Looks like the startup problems I was seeing may just be a problem with that particular card, a 128GB Samsung EVO (which happens to be a rather old one, was probably very expensive at the time....)
...
Maybe we should replace the 1 SdCardTest program in Audio > HardwareTesting with a folder and put several ready-to-run test programs in there?
I'm working now to recreate a test from years ago...
Did you draw the diagram the audio tutorial PDF shows on page 22 and export it to Arduino? (as the 4 steps on page 22 say to do)
Or if you want to just copy the code, click File > Examples >...
Arduino is supposed to ignore the old files in the library directory if a "src" folder is present. It's supposed to only use the stuff in "src". Did it get confused? Or is this just cleanup so the...