Technical guide to interfacing ESP32 with thermal printers (PNP-500/RS203) over UART. Explains hardware wiring, power considerations, and implementation of ESC/POS commands for printing text, images, barcodes, and QR codes. Includes detailed circuit diagrams and Arduino code on GitHub.
Read more »Interfacing ESP32 with Thermal Printer using UART ESC/POS
Category: Microcontrollers Tags:
- Login to post comments
Interfacing the A7672S 4G LTE GNSS Module with Arduino
Learn how to interface the A7672S 4G LTE GNSS module with Arduino for real-time GPS tracking and cellular communication.
This tutorial covers AT commands, SMS, voice, HTTPS requests, and circuit design—ideal for IoT projects in remote or mobile environments.
Compatible with Jio, Airtel, and VI, it's perfect for Indian makers and embedded developers.
- Login to post comments
Arduino RFID Tutorial: Complete RC522 Guide with Code & Projects
Learn how to connect RFID to Arduino to build a functional DIY projects using rfid reader and arduino. This beginner-friendly tutorial walks you through the setup and code needed to detect RFID tags. After mastering these Arduino RFID fundamentals, you will be ready to tackle advanced projects like Arduino RFID door lock system and many more.
Read more »Category: Arduino Tags:
- Login to post comments
Keypad Interfacing with 8051
Keypads are widely used input devices being used in various electronics and embedded projects. They are used to take inputs in the form of numbers and albhabets, and feed the same into system for further processing. In this tutorial we are going to interface a 4x4 matrix keypad with 8051 microcontroller.
Read more »Category: Microcontrollers Tags:
- Login to post comments
7 Segment Display Interfacing with 8051 Microcontroller
Seven segment displays are important display units in Electronics and widely used to display numbers from 0 to 9. It can also display some character alphabets like A,B,C,H,F,E etc. In this tutorial, we are going to learn how to interface a segment with 8051 microcontroller. We are using AT89S52 microcontroller.
Read more »Category: Microcontrollers Tags:
- Login to post comments
LCD Interfacing with ATmega32 Microcontroller
The 16x2 will have 32 characters in total 16in 1st line and another 16 in 2nd line. Here one must understand that in each character there are 5x10=50 pixels so to display one character all 50 pixels must work together. But we need not to worry about that because there is another controller (HD44780) in the display unit which does the job of controlling the pixels.
Read more »Category: Microcontrollers Tags:
- Login to post comments
