-
Hi I am using an ESP8266 within Arduino IDE 1.8.16 with SdFat.
On compiling I get loads of errors relating to SdFat. I have tried various board manager libraries for the ESP8266, from 3.0.2 back to 2…
-
See title :)
-
Not very knowledgeable with the Sdfat library but have found an issue where my Arduino Nano will hang as soon as sd.begin is called when the ArduinoShrink library is called, but works fine without it.…
-
Hi, I am using a LCD screen which shares its SPI bus with a SD reader on ESP32.
```c
// User_Setup.h in TFT_eSPI
#define ST7796_DRIVER
#define SPI_FREQUENCY 40000000
#define TFT_MISO 25
#d…
-
```
What steps will reproduce the problem?
1.using original sample file to access SD content(as per May 26 2014)
2.
3.
What is the expected output? What do you see instead?
- not compiling, "init " …
-
Forwarding from https://github.com/platformio/platformio-core/issues/4513# following @ivankravets recommendation.
Copy of the issue:
I am hitting a strange include failure for some /lib code in …
-
help please
board stm32f103c8t6 STM32duino
In file included from C:\Users\jhonn\OneDrive\Documentos\Arduino\libraries\SdFat\src/FatLib/FatLib.h:27:0,
from C:\Users\jhonn\OneDr…
-
- Arduino board: **Arduino Nano Every**
- Arduino IDE version (found in Arduino -> About Arduino menu): **1.8.12**
- List the steps to reproduce the problem below (if possible attach a ske…
-
Hello, thanks for your work, I have a problem with the SDFAT library with the LGT8F328P board, it compiles correctly but does not read the sd, I have tried with a nano v3 and the code works, it is not…
-
Hi, first of all thank you for your work!
I've been researching and trying to make both Sd and MCP2515 work fine.
The issue is that I must call function sd.begin everytime before reading from CAN,…