IoT LED-Thermal Printer Interface
Interfacing the Adafruit Thermal Printer and the wifi chip ESP8266 Huzzah to create an IoT device
Wiring for both parts:
Thermal Printer:
mbed | Thermal Printer |
VU | VH |
GND | GND |
TX (P9) | RX |
RX (P10) | TX |
DTR |
ESP8266 Huzzah Wifi Module:
mbed | Huzzah | |
GND | GND | |
TX | RX (P14) | |
RX | TX (P13) | |
V+ | -> Connect to external voltage supply | |
RST | optional (P26) |
Code to Interface the Thermal Printer and mBed LEDs:
Import programIoT_LED_Thermal_Printer
Internet of things LED-Thermal Printer Interface
Please log in to post comments.