Replies: 6 comments
-
Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here |
Beta Was this translation helpful? Give feedback.
-
what is your SD sharing solution ? does your printer sd reader is supporting SDIO communications ? |
Beta Was this translation helpful? Give feedback.
-
I have an MKS Robin nano V3 board with MKS wifi, but I’m not very satisfied with the MKS Marlin firmware, because it has a lot of small bugs. The board does not support the SDIO. |
Beta Was this translation helpful? Give feedback.
-
We are talking about an esp8266 chip do not expect miracle, you may increase a little bit the upload but I do not think so much - did you tried what the upload speed would be sdcard card on esp8266 using arduino sample code https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WebServer/examples/FSBrowser ? From esp3d point of view it should be transparent because ESP3D will only use SDCard in sdio when it control sdcard reader, so all should depend about your hardware switch, your SDCard reader, your sd card quality and your wiring. |
Beta Was this translation helpful? Give feedback.
-
I checked the upload speed on a ESP8266 board, it is ~155kBs. |
Beta Was this translation helpful? Give feedback.
-
#828 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I read in a comment, it is recommended to use a switch to share the SD card.
It is possible to switch between the SPI and the 4 bits SDIO protocol?
I mean the 3D printer board would communicate with the SD card via SPI and the ESP3D (ESP32) via SDIO.
The upload speed would be higher with SDIO but I don’t know if this kind of sharing would work or not.
Beta Was this translation helpful? Give feedback.
All reactions