Description
First of all good work, this is the first firmware that allows a wifi interface to upload and print files.
However, I have a problem with my SD card, it is not recognized. I connected the SD card as follows (SPI standard pins). The 32GB SD card is also formatted under linux vfat.
my hardware:
Creality3D v1.1.3 ATMEGA1284P 8bit
Marlin 2019-07-05 bugfix-2.0.x
SDcard => ESP32
3V3 => 3.3V
CS => GPIO 5
MOSI => GPIO 23
SCK/CLK => GPIO 18
MISO => GPIO 19
GND => GND
Info form the UI WirelessPrinting
Free heap: 229688
File system: SPIFFS
Filename length limit: 11
Uploaded file: /cached.gco
Uploaded file size: 1136781
Last command sent: M105
Last received response: ok T:65.96 /0.00 B:44.15 /0.00 @:0 B@:0
EXTRUDER_COUNT: 1
AUTOREPORT_TEMP: false
PROGRESS: false
BUILD_PERCENT: false
does anyone have an idea how i can activate the sd card, maybe i should use the GPIO connection like the TTGO-T1? thank you in advance for your support.
SDcard => ESP32
3V3 => 3.3V
CS => GPIO 13
MOSI => GPIO 15
SCK/CLK => GPIO 14
MISO => GPIO 2
GND => GND
Activity