-
Recent push added an `#include ` but did not add an SdFat.h to the repository...
-
currently on version 9.4, it will auto name your dumps and then if you try to flash them it cant display the file as the name has characters that it can't print or are too long(idk the issue) manually…
-
A separate thread for discussing the SD cards aspects mentioned in #4 .
The key thing is to understand what happens when you write / read to / from a SD card.
Basically, anytime you read from / …
-
Probably a timing issue. Seems to be unrelated to the HW4/5 PCBs since it also doesn't work when only using the Mega 2560 Pro as standalone with the controller port soldered to D7.
![IMG_1469](http…
sanni updated
2 years ago
-
Under the hood of TinyUSB for mass storage class devices, there exists the `tud_msc_start_stop_cb` callback. Setting, using, and modifying this callback from within Adafruit's high-level TinyUSB API w…
-
I am about to see if get better sd card write performance with recommend approach json write to sd card
**This is what I read from original post**
```
File file = SD.open(filename, FILE_WRITE);
…
salvq updated
2 years ago
-
Hello,
I'm getting the following error when trying to build this library.
```
In file included from /root/Arduino/libraries/EspTinyUSB/src/device/msc/sdfatusb.cpp:1:
/root/Arduino/libraries/Es…
-
Following the instructions, I encountered the following problems building from source (tried both 2.3 main and 2.4 RC)
1. PubSubClient is not built-in despite the comment, required installation, no…
-
hi,
i am a teensy newbie (some arduiono expirience) from vienna.
i am using arduiono IDE Ver.1.8.19 and teensyduiono 1.57 a teensy 4.1 with a rev d audio shield.
i changed the preferences dir to th…
-
So, i may have a wrong usage of player.setPath, or there is a bug. I am reading mp3 from SD card via AudioSourceSDMMC, when i play files inside directories at the root of the SD it works fine, i set t…