Replies: 1 comment 2 replies
-
ESP3DLib does not communicate with printer using serial as it is part of Marlin code itself as a library I think you mixed ESP3DLib usage which is supposed to be used on esp32 board hosting Marlin and esp3d FW which is a on esp32 connected to printer board by serial, to connect esp32-s2 to a board using usb you need usb host on one of the board but the esp32-s2 has not such feature - it has otg / and block device usb host but cannot handle serial communication as usb host for all possible printers drivers - this is a little difference but big usage difference |
Beta Was this translation helpful? Give feedback.
-
When using the ESP3D lib to communicate with 3D printer via WiFi using a standard ESP32 it is necessary to hack the printer motherboard to get access to the serial port on the other side of the USB chip. Will it be possible to connect it directly to the USB port if you use the ESP32 S2 ??
Beta Was this translation helpful? Give feedback.
All reactions