Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobozo/esp32-3dprinter-bridge
A network <=> ESP32 <=> USB (FTDI) <=> 3D printer Bridge
https://github.com/tobozo/esp32-3dprinter-bridge
3dprinter arduino esp32 serial serial-bridge usb usb-host wifi-bridge
Last synced: 3 months ago
JSON representation
A network <=> ESP32 <=> USB (FTDI) <=> 3D printer Bridge
- Host: GitHub
- URL: https://github.com/tobozo/esp32-3dprinter-bridge
- Owner: tobozo
- License: mit
- Created: 2018-12-05T17:16:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T17:27:21.000Z (about 6 years ago)
- Last Synced: 2024-10-03T12:35:34.889Z (4 months ago)
- Topics: 3dprinter, arduino, esp32, serial, serial-bridge, usb, usb-host, wifi-bridge
- Language: C++
- Size: 17.6 KB
- Stars: 39
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32-3DPrinter-Bridge
Play the imperial march on your 3D printer in an excessively complicated fashion.
[![image](https://img.youtube.com/vi/QIOWCP2BMf0/0.jpg)](https://youtu.be/QIOWCP2BMf0)
Credits:
========
- https://github.com/tomorrow56/M5Stack_USB_Host_FTDI_Serial_Monitor
- https://github.com/AlphaLima/ESP32-Serial-Bridge
- http://www.circuitsathome.com
- https://reprap.org/forum/read.php?1,236755
Software Library Requirements:
==============================
- https://github.com/felis/USB_Host_Shield_2.0
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 | GNDUsage:
======
- 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