Print on cheap thermo paper rolls using ESP32 or ESP8266.
Go to file
Dirk Jahnke 8ab81f735e Initial version (test / feasibility on esp32 and esp8266) 2018-04-06 14:39:59 +02:00
fs Initial version (test / feasibility on esp32 and esp8266) 2018-04-06 14:39:59 +02:00
src Initial version (test / feasibility on esp32 and esp8266) 2018-04-06 14:39:59 +02:00
.gitignore Initial version (test / feasibility on esp32 and esp8266) 2018-04-06 14:39:59 +02:00
README.md Initial version (test / feasibility on esp32 and esp8266) 2018-04-06 14:39:59 +02:00
mos.yml Initial version (test / feasibility on esp32 and esp8266) 2018-04-06 14:39:59 +02:00

README.md

Thermo Printer Interface / Remote Control

Overview

This is about a device that can be called by WLAN / TCP/IP and prints on a cheap thermo printer using paper rolls.

Hardware used:

  • ESP-CPU: -- Wemos ESP32 LoLin (any ESP32 should work), we are using UART1 (GPIO26=Tx) -- Wemos ESP8266 (any should work), we are using UART1 Tx only (GPIO2=Tx)
  • GOOJPRT QR204 Micro Embedded Printer with RS232/TTL and USB-Interface -- TX, RX, GND connected to ESP32 -- POWER connected to seperate power supply (+5V/GND)

How to install this app

  • Install and start mos tool
  • Switch to the Project page, find and import this app, build and flash it: