All Projects → tobozo → ESP32-3DPrinter-Bridge

tobozo / ESP32-3DPrinter-Bridge

Licence: MIT license
A network <=> ESP32 <=> USB (FTDI) <=> 3D printer Bridge

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to ESP32-3DPrinter-Bridge

Flingos
An educational operating system written in C#. A great stepping stone from high to low level development.
Stars: ✭ 451 (+1403.33%)
Mutual labels:  serial, usb
Usbserial
Usb serial controller for Android
Stars: ✭ 1,301 (+4236.67%)
Mutual labels:  serial, usb
Androbd
Android OBD diagnostics with any ELM327 adapter
Stars: ✭ 573 (+1810%)
Mutual labels:  serial, usb
usbhostcopro
USB Host Co-processor
Stars: ✭ 54 (+80%)
Mutual labels:  esp32, usb-host
Esp Link
esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Stars: ✭ 2,324 (+7646.67%)
Mutual labels:  serial, serial-bridge
Tinyusb
An open source cross-platform USB stack for embedded system
Stars: ✭ 2,257 (+7423.33%)
Mutual labels:  usb, usb-host
Jsprintmanager
Advanced Client-side Printing & Scanning Solution for Javascript
Stars: ✭ 74 (+146.67%)
Mutual labels:  serial, usb
usb stack
Tiny and portable USB device/host stack for embedded system with USB IP
Stars: ✭ 175 (+483.33%)
Mutual labels:  usb, usb-host
Arduino Cmdmessenger
CmdMessenger Communication library for Arduino & .NET
Stars: ✭ 175 (+483.33%)
Mutual labels:  serial, usb
Webserial
Remote Serial monitor for ESP8266 & ESP32
Stars: ✭ 133 (+343.33%)
Mutual labels:  serial, esp32
Atc
STM32 LL AT-Command parser
Stars: ✭ 53 (+76.67%)
Mutual labels:  serial, esp32
micronova controller
Allows you to easily control via MQTT any Micronova equiped pellet stove. (MCZ, Extraflame, Laminox, and many others brands!)
Stars: ✭ 30 (+0%)
Mutual labels:  serial, esp32
Arduinoosc
OSC subscriber / publisher for Arduino
Stars: ✭ 106 (+253.33%)
Mutual labels:  serial, esp32
Quad-Serial
Quad serial project with FTDI CI's, Isolation and 1.8~5.5v UART port.
Stars: ✭ 17 (-43.33%)
Mutual labels:  serial, usb
ESP32-USB-Soft-Host
An Arduino wrapper to @sdima1357's usb_soft_host esp-idf example
Stars: ✭ 119 (+296.67%)
Mutual labels:  usb, esp32
SerialToTCPBridgeProtocol
An error tolerant serial UART to TCP connection, raw data bridge.
Stars: ✭ 16 (-46.67%)
Mutual labels:  serial
CapableRobot USBHub Driver
www.crowdsupply.com/capable-robot-components/programmable-usb-hub
Stars: ✭ 17 (-43.33%)
Mutual labels:  usb
wireless-esp8266-dap
ESP8266 Wireless Debugger. Based on CMSIS-DAP v2.0.0. Optional 40MHz SPI acceleration, etc. ESP8266 无线调试器
Stars: ✭ 154 (+413.33%)
Mutual labels:  esp32
iot-product-dev-book
Source code for example apps from IoT Development for ESP32 and ESP8266 with JavaScript.
Stars: ✭ 38 (+26.67%)
Mutual labels:  esp32
MySQL MariaDB Generic
This MySQL_MariaDB_Generic library helps you connect your boards directly to a MySQL / MariaDB server, either local or cloud-based, so that you can store / retrieve data to / from the server. Supported boards are ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, P…
Stars: ✭ 35 (+16.67%)
Mutual labels:  esp32

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].