luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer
GNU General Public License v3.0
1.73k stars 465 forks source link

SD card pins for ESP32 TTGO T8 #289

Closed neo799 closed 5 years ago

neo799 commented 5 years ago

The SD cards pins on the TTGO-T8 V1.7 board seems different than in the esp32 standard library. Is it possible to implement something special for these boards or where can I change that myself. I didn't find anything. Here the link to the board. https://github.com/LilyGO/TTGO-T8-ESP32

luc-github commented 5 years ago

Currently ESP3D does not support Direct SD - what do you want to do ? to change pins for ESP32 SD you must specify them at with SPI.begin(int8_t sck=-1, int8_t miso=-1, int8_t mosi=-1, int8_t ss=-1)

neo799 commented 5 years ago

Hi, I want to upload my gcodes files to the SD card and then print from there via the serial connection. I'm using a lerdge board and access to the on board sd card is not possible. Thanks for the fast answer.

luc-github commented 5 years ago

But how you plan to print file from your esp sd card ? Currently ESP3D does not have any host capability

neo799 commented 5 years ago

I must have misunderstood something. I went to through the wiki and the install instructions and saw the SD card support for the ESP8266. I I though I can store the Gcode file on the SD and then print via my lerdge or ramps board.

luc-github commented 5 years ago

The SD card is the printer SD card and print is launched using M23 and M24 GCODE commands The ESP3D 3.0 will have host capability but I am on begining for the moment

neo799 commented 5 years ago

Sounds great. Great work.

luc-github commented 5 years ago

I guess issue can be closed

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.