lcd

Using STONE LCD screen and ESP32 MCU to implement home massage chair application

Using STONE LCD screen and ESP32 MCU to implement home massage chair application

Project Overview                                                   Here we do is a home massage chair application, will STONE TFT After the LCD serial screen is powered on, a start interface will appear. After a short stay, it will jump to a specific interface. This interface is used to set our current time. When setting, a keyboard will pop up. After

Using STONE LCD screen and ESP32 MCU to implement home massage chair application Read More »

DESIGN CUSTOM UI WITH STONE TECH INTELLIGENT TFT LCD MODULE 1

DESIGN CUSTOM UI WITH STONE TECH INTELLIGENT TFT LCD MODULE

Displays are an important part of any device in today’s world and while several advancements have been made in their quality with improved resolution and low power features, almost little has changed when it comes to the complexity involved with creating beautiful user interfaces for devices. This is why the team at STONE created the STVC035WT-01 intelligent Smart display.

DESIGN CUSTOM UI WITH STONE TECH INTELLIGENT TFT LCD MODULE Read More »

Circuit Diagrams.3

How to interface LCD with PIC18F4550 Microcontroller

The character LCDs are the most commonly used display modules. These LCDs are used to display text using alphanumeric and special characters of font 5×7/5×10. For basic working and operations of a character LCD, refer LCD interfacing with 8051. Here PIC18F4550 has been used to display a single character on a 16×2 character LCD. For basic details and operations of character

How to interface LCD with PIC18F4550 Microcontroller Read More »

Circuit Diagrams 3

How to display text on 16Ă—2 LCD using PIC18F4550 Microcontroller

Several automated and semi-automated devices require a message to be displayed in order to indicate their working status. In continuation to LCD interfacing with PIC18F4550, this article explains how to display a message or string on a 16×2 character LCD. Programming steps: ·         Configure the LCD. ·         Store a string in a character array. unsigned char data[20]=“EngineersGarage”; ·         Run a

How to display text on 16×2 LCD using PIC18F4550 Microcontroller Read More »

How to create custom characters on 16Ă—2 LCD using PIC18F4550

How to create custom characters on 16Ă—2 LCD using PIC18F4550

The 16×2 character LCD can also be used to display custom characters other than numerals, alphabets & special characters. Refer LCD interfacing with PIC. Some special shapes like hearts, arrows, smileys etc. can easily be displayed on the 5×8 pixel pattern of character LCD. These shapes are first stored at a special location in LCD’s controller and then

How to create custom characters on 16×2 LCD using PIC18F4550 Read More »

Circuit Diagram of How to interface 16Ă—2 LCD in 4 bit mode with PIC Microcontroller PIC18F4550

How to interface 16Ă—2 LCD in 4-bit mode with PIC Microcontroller (PIC18F4550)

The 16×2 character LCD can work in two modes, namely, 8-bit and 4-bit. These modes basically correspond to the number of data pins used in interfacing LCD. 8-bit mode uses all the data lines and has been explained in LCD interfacing with PIC18F4550. In 4-bit mode, only four data pins of LCD are connected to the controller. This

How to interface 16×2 LCD in 4-bit mode with PIC Microcontroller (PIC18F4550) Read More »

How to interface RFID with PIC18F4550 Microcontroller Part 15 25

How to interface RFID with PIC18F4550 Microcontroller- (Part 15/25)

RFID (Radio Frequency Identification and Detection) is widely used everywhere from highly secured defense laboratories to school attendance system. By employing RFID, much secured entry systems can be developed without incurring huge costs. These are the reasons of excessive use of RFID technology. In this article, interfacing of an RFID reader module has been explained with PIC18F4550.

How to interface RFID with PIC18F4550 Microcontroller- (Part 15/25) Read More »