lcd

DEVEBOXS STM32H7XX M DEVELOPMENT BOARDS FEATURES STMICROELECTRONICS STM32H7 MCUS

DEVEBOX’S STM32H7XX-M DEVELOPMENT BOARDS FEATURES STMICROELECTRONICS’ STM32H7 MCUS

STMicroelectronics’ STM32H7 series are a couple of ArmÂź CortexÂź-M7-based MCUs that claim to deliver 1327 DMIPS and 3224 CoreMark. They come in three product lines- dual-core lines, single-core lines, and value lines, and can be used in the design of many rich and complex applications including wireless modules, alarm panel systems, power management systems, etc.  […]

DEVEBOX’S STM32H7XX-M DEVELOPMENT BOARDS FEATURES STMICROELECTRONICS’ STM32H7 MCUS Read More »

PIC16F84A LCD interfacing 4bit mode

PIC16F84A LCD interfacing code (In 4bit mode) and Proteus simulation

This post provides the LCD[1] interfacing code in 4bit mode using PIC16F84A microcontroller. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section at the bottom of this page. It is assumed that you know how to make an LED blink with PIC16F84A microcontroller. If you don’t then please read this

PIC16F84A LCD interfacing code (In 4bit mode) and Proteus simulation Read More »

Displaying Images on Graphical LcdJHD12864E using Pic16f877 Microcontroller Schematic

Displaying Images on Graphical Lcd(JHD12864E) using Pic16f877 Microcontroller

Here in this post i am going to teach you how to display images on Graphical lcd using Pic Microcontroller(16F877). I am using JHD12864E graphical LcD in my Project. JHD12864E is 128×64 dimension lcd. 128×64 means it has 128 coulombs and 64 rows. So total dots it has is 128×64=8192. You can display an image of maximum size(Dimension =

Displaying Images on Graphical Lcd(JHD12864E) using Pic16f877 Microcontroller Read More »

Glove Controller with PIC32 and LCD

Digital “Etch A Sketch” Glove

Introduction For our ECE 4760 final project, we designed, constructed, and tested a glove-operated system that dynamically simulates the classic toy, Etch A Sketch, on a TFT LCD screen. In deciding what to build, our team wanted to create a device that would utilize several of the technologies overviewed in the course, in a fun,

Digital “Etch A Sketch” Glove Read More »

Actual System Setup

Electronic Tuner Design

This project aims to implement an electronic tuner which is able to analyze sound samples and display the notes contained in the sound. It utilizes a PIC32 microcontroller, a microphone circuit, and a TFT LCD to achieve that purpose. The intuition of making this project came from the musical experiences of both of us. We

Electronic Tuner Design Read More »

Interface a HD44780 Character LCD with a PIC Microcontroller1

Interface a HD44780 Character LCD with a PIC Microcontroller

Introduction An HD44780 Character LCD is a liquid crystal display (LCD) display device designed for interfacing with embedded systems. These screens come in a variety of configurations including 8×1, which is one row of eight characters, 16×2, and 20×4. The most commonly manufactured configuration is 40×4 characters, which requires two individually addressable HD44780 controllers with

Interface a HD44780 Character LCD with a PIC Microcontroller Read More »