luc-github / ESP3D-TFT

ESP3D Firmware for ESP32 based TFT
GNU General Public License v3.0
38 stars 9 forks source link

Using ESP-S host mode #58

Closed khayamgondal closed 6 months ago

khayamgondal commented 7 months ago

Can I use an ESP S and directly connect it to the printer via USB C port since S series supports USB host mode?

luc-github commented 7 months ago

you need to define the board and pins and use a dual core to get correct performance so only S3

khayamgondal commented 7 months ago

Thanks, are there any instructions on how to do that with an ESP-S3? I thought one of the purpose of your project was to implement that using IDF 5.1

luc-github commented 7 months ago

this project is use esp32 to handle a TFT and already support this feature for TFT based on ESP32-S3 https://github.com/luc-github/ESP3D-TFT/tree/main/hardware/ESP32S3_HMI43V3 some board without TFT may work but I did not tested : https://github.com/luc-github/ESP3D-TFT/tree/main/hardware/ESP32S3_FREENOVE_1_1 because not in my short term target