Replies: 7 comments 39 replies
-
Yes esp3d V3 is compatible with Fysetc SD-WIFI-PRO, and yes WebDav is working on it |
Beta Was this translation helpful? Give feedback.
-
Awesome! I'll give this a try.
…On Tue, Oct 10, 2023, 6:08 PM Luc ***@***.***> wrote:
Yes esp3d V3 is compatible Fysetc SD-WIFI-PRO, and yes WebDav is working
on it
—
Reply to this email directly, view it on GitHub
<#954 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMO6L7ZKC6OOC77SPBZPDP3X6XIPPAVCNFSM6AAAAAA53CR5IOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TENBWG4YTM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@luc-github - would you be willing to provide any more guidance on how to setup the config so it works with the SD-WIFI-PRO? I've spent the day working on it and can't get it to connect to the SD card for the life of me. |
Beta Was this translation helpful? Give feedback.
-
I tried that, when my SD card was still in UART mode the SD card detection
timed out. When I plugged it in directly, it showed that no SD card was
detected. I tried using 4 and 6 as the speed factor.
I have the SD card formatted as FAT32, should it be set as something else?
…On Thu, Oct 12, 2023 at 5:57 PM Luc ***@***.***> wrote:
I just found the file I used and here pins definitions:
// SD shared flag pin
// The pin used to enable SD card for ESP board
#define ESP_FLAG_SHARED_SD_PIN 26
// Pin value
// Low
// State of SD card share pin for ESP board
#define ESP_FLAG_SHARED_SD_VALUE 0
// SD card CS pin
// The pin used to select SD card in SPI mode
#define ESP_SD_CS_PIN 13
// SD card Mosi pin
// The Mosi pin used by SD in SPI mode
#define ESP_SD_MOSI_PIN 15
// SD card Miso pin
// The Miso pin used by SD in SPI mode
#define ESP_SD_MISO_PIN 2
// SD card Sck pin
// The Sck pin used by SD in SPI mode
#define ESP_SD_SCK_PIN 14
if you still have issue check what is the SPI divider value in webui
settings / features and set to 4 it is usually an average working value it
can be decreased later per your tests
—
Reply to this email directly, view it on GitHub
<#954 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMO6L75GC5JT5P23Q2XELRLX7BYVNANCNFSM6AAAAAA53CR5IM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I did follow the ping configs and made a bit more progress. Now, after updating the card I do see the SD data while it is in flash mode. As soon as I remove the card and stick it in any other device, the files dashboard returns "no SD card". Any ideas on this? config.h
|
Beta Was this translation helpful? Give feedback.
-
Do you have any idea why the esp device would only see the SD storage when it is plugged in to be flashed using SDFat? When i plug the SD card into the computer or another device the esp cannot see the storage using SDFat? I am using the SD formatting utility, the pins you specified, and tried using different speed values. I am not sure if I am missing different configuration value or something else. |
Beta Was this translation helpful? Give feedback.
-
I think this topic can be closed now |
Beta Was this translation helpful? Give feedback.
-
Hi -
I have very little experience with ES32 based programming, but was wondering if this project is compatible with the Fysetc SD-WIFI-PRO?
The chipset on that SD card is ESP32 Pico-D4, I would like to be able to use WebDAV on that card but it doesn't have support from Fysetc at this time. If it is supported, does anyone have resources on how I can compile the image to be used with the card?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions