-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ender3 V1 + SD card connected via SPI to ESP32dev - is not recognized #180
Comments
Do you see communication going on when you log in using telnet? |
Many thanks for your response, on telenet i just see this during upload and print,: `<ok T:18.75 /0.00 B:17.62 /0.00 @:0 B@:0#ok#
I can see via telenet that various functions are running. I can't see whether there is communication with the SD card, M20 only outputs the following code: Info form the UI WirelessPrinting it shows flash memory SPIFFS Free heap: 229688 Which GPIOs should I use: the standard SPI GPIOs or those of the TTGO-T1? The SPI standard connection works with an SD test under ArduinoIDE? |
I did a little test with your gcode to check the SD connection, this is the result: The gcode: But I believe the M20 is trying to connect to the memory card on the Ender board and not to the SD via SPI on the ESP32 board. During the test, however, I did not have a card in the SD slot on the Ender Board. |
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
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
The text was updated successfully, but these errors were encountered: