-
Hello,
I am using the latest SDFat 2.2.0 with Arduino IDE 1.8.19.
Board is Raspberry Pico (RP2040); I am using the "Arduino-Pico" core board package from earlephilhover (https://github.com/earleph…
-
I was trying to use the WiFi lib and the Adafruit TinyUSB lib together as such:
```C++
#include "WiFi.h"
#include "SdFat.h"
```
During compilation, the IDE(both Arduino&PlatformIO) gives:
```
…
-
Hi,
I try to use the streams-audiokit-audiokit example on my LyraT 4.3 board to send the audio from "line in" to the speaker.
I followed the hints in the wiki regarding platformio, my platformio.…
-
Hello, I am doing a project of a Sla printer, at the beginning I used an arduino nano, and I managed to make it work but with a very low performance, I found the lgt8f328p board that is twice as fast …
-
# Subject of the issue
A 32G uSD card that previously worked, and worked again after `fsck_msdos` on NetBSD, fails to be recognized.
# Your workbench
Observed on 2.4 firmware, with wifi NTRIP.
u…
-
A user of mine project "RunCPM for Pico" would use the onboard SD-Card of the
Cytron Maker Pi Pico:
https://github.com/guidol70/RunCPM_RPi_Pico/issues/1
In the variants cytron_maker_pi_rp2040\pi…
-
Hey there, i am trying to use your library in a project of mine, which i am trying to update to 1.5 to not use linux anymore (currently i have to compile it by running a vm)
I used this to install …
-
**Build tool used:**
- [ X] Arudino
- [ ] Platformio (Visual Studio Code plugin)
- [ ] Platformio CLI
- [ ] Other
**Board used (ESP32/ESP8266/Arudino):**
- [ ] ESP8266-based
- [ X] ES…
-
### Board
ESP32 S3
### Device Description
ADXL 355 - SPI
external Flash - SPI
### Hardware Configuration
NONE
### Version
v2.0.5
### IDE Name
Arduino IDE
### Operating System
Windows 10
#…
-
https://github.com/greiman/SdFat/blob/628effa1c277e6dc1fef461b4b755ad300735248/src/SdCard/SdioTeensy.cpp#L853
Not sure of the trigger for this, but I'm experiencing issues where this while() loop j…