tobozo / ESP32-3DPrinter-Bridge

A network <=> ESP32 <=> USB (FTDI) <=> 3D printer Bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32-3DPrinter-Bridge

Play the imperial march on your 3D printer in an excessively complicated fashion.

image

Credits:

Software Library Requirements:

Hardware Requirements:

  • Mini USB Host Shield
  • ESP32

Wiring:

   USBHOST  |  ESP32
   ------------------
       INT  |  17
       GND  |  GND
       RST  |  EN
        SS  |  05
      MOSI  |  23
      MISO  |  19
       SCK  |  18
       3V3  |  3V3
       GND  |  GND

Usage:

  • Plug the 3D Printer to the Mini USB Host Shield
  • Power the ESP32
  • From any machine on the network: telnet [IP Address of the ESP32] 1337 to access the bridge

About

A network <=> ESP32 <=> USB (FTDI) <=> 3D printer Bridge

License:MIT License


Languages

Language:C++ 70.9%Language:C 28.3%Language:PHP 0.8%