LCD Archives - electroSome https://electrosome.com/topic-tag/lcd/ You Inspire.....We Create..... Fri, 21 Dec 2018 11:46:24 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 adc not working on hardware but works on proteus https://electrosome.com/topic/adc-not-working-on-hardware-but-works-on-proteus/ Thu, 20 Dec 2018 12:31:32 +0000 https://electrosome.com/topic/adc-not-working-on-hardware-but-works-on-proteus/ I’m doing ADC with PIC 18F46K22, 16×2 lcd, LM3 temperature sensor, 20 MHz oscillator, MPLAB XC8 and PicKit3 programmer. I can do the generate the hex file and simulate it on Proteus and it works fine, but on hardware it doesn’t work. The LCD is switched on, but doesn’t display the analog value. I wrote a small […]

The post adc not working on hardware but works on proteus appeared first on electroSome.

]]>
Creating Menu using 16×2 LCD https://electrosome.com/topic/menu-16x2-lcd/ Fri, 10 Mar 2017 12:44:37 +0000 https://electrosome.com/topic/216-lcd-menu-creator/ Hi Friends, Will the 16×2 LCD display help if there is code or documentation needed to create a menu ?

The post Creating Menu using 16×2 LCD appeared first on electroSome.

]]>
PIC Microcontroller LCD Programming Problem – CCS C https://electrosome.com/topic/pic-microcontroller-lcd-programming-problem-ccs-c/ Sun, 11 Dec 2016 12:11:32 +0000 https://electrosome.com/reply/13343/ Hello sir, I have used the LCD code for 16f877A. The HEX file in your example when loaded to the PIC works fine. But when I create a new project in CCS and compile the same program as yours, the hex file generaed  is of 3KB (your HEX file is of 5KB) and when it […]

The post PIC Microcontroller LCD Programming Problem – CCS C appeared first on electroSome.

]]>
PIC 16F887 LCD Interfacing Problem https://electrosome.com/topic/pic-16f887-lcd-interfacing-problem/ Wed, 16 Nov 2016 14:48:12 +0000 https://electrosome.com/topic/pic16f887-and-lcd-problem/ Hello, I am trying to use the lcd.h header, with a PIC16F887, and xc8. The code compiles fine, but the lcd will only power up, giving solid blocks on the first line. The code is directly copied from the tutorial with the following changes. #define _XTAL_FREQ 20000000 #define RS RB2 #define EN RB3 #define D4 […]

The post PIC 16F887 LCD Interfacing Problem appeared first on electroSome.

]]>
Interfacing Relay and LCD with PIC 16F877A – Coding Help https://electrosome.com/topic/interfacing-relay-lcd-16f877a-coding/ Tue, 01 Nov 2016 07:02:43 +0000 https://electrosome.com/topic/pic16f877a-interfacing-with-relay-along-with-lcd-display-need-help-for-coding/ Dear folks, I ‘m working on overvoltage undervoltage protection device project, in this project PIC 16F877a microcontroller is used, but problem is that  i’m not familer with PIC micrcomtroller so that i faced too much trouble, for that project i ‘m using “Hitech C compiler” i have little bit knowledge about PIC micrcontroller but i’m […]

The post Interfacing Relay and LCD with PIC 16F877A – Coding Help appeared first on electroSome.

]]>
16×2 LCD and PIC 18F4550 https://electrosome.com/topic/16x2-lcd-pic-18f4550/ Mon, 11 Jul 2016 13:08:28 +0000 https://electrosome.com/topic/pic18f4550-6-lcd/ Hi, I’m trying to interface 16*2 LCD with pic18f4550 using the code in attachment. I checked the pins and they are declared correctly alsoI’m using 8Mhz external crystal. I also checked one other LCD library which seems to be working, however when using this code I’m getting 1st row black squares like something hasn’t been […]

The post 16×2 LCD and PIC 18F4550 appeared first on electroSome.

]]>
Driving Graphics LCD or OLED from PIC microcontroller https://electrosome.com/topic/driving-graphics-lcd-or-oled-from-pic-microcontroller/ Wed, 30 Mar 2016 16:24:27 +0000 https://electrosome.com/topic/driving-graphics-lcd-or-oled-from-pic-microcontroller/ Hello, I am using a PIC16F1829 to drive a Winstar OLED display type WEH001601A, which is a 16×1 character display.  Using the LCD Functions on the electroSome website, I have got this working very nicely.  (Although OLED, they are driven in the same way as LCD.) I now want to try using a Winstar WEG010016 […]

The post Driving Graphics LCD or OLED from PIC microcontroller appeared first on electroSome.

]]>
Retrieving UART data on LCD using PIC16F877A https://electrosome.com/topic/retrieving-uart-data-on-lcd-using-pic16f877a/ Wed, 04 Feb 2015 04:01:21 +0000 https://electrosome.com/topic/retrieving-uart-data-on-lcd-using-pic16f877a/ hi, I just have a problem in copying the data from RCREG to an array and displaying it… I tested RCIF and OERR flags using led which are working as expected like… RCIF and OERR sets while receiving data… and OERR is cleared by clearing and setting CREN… and RCIF is cleared after copying the data […]

The post Retrieving UART data on LCD using PIC16F877A appeared first on electroSome.

]]>
Display Float on LCD – MPLAB XC8 https://electrosome.com/topic/display-float-lcd-mplab-xc8/ Mon, 22 Dec 2014 13:34:56 +0000 https://electrosome.com/topic/lcd-library/ How to display floating point values on LCD ? I am using MPLAB XC8 LCD Library.

The post Display Float on LCD – MPLAB XC8 appeared first on electroSome.

]]>
Displaying UART data on LCD – PIC 16F877A https://electrosome.com/topic/displaying-uart-data-on-lcd-pic-16f877a/ Mon, 15 Dec 2014 10:23:13 +0000 https://electrosome.com/reply/10227/ I want to display data read from UART on 16×2 LCD with MikroC compiler & PIC16F877A microcontroller … In my program I am sending data through USART terminal of MikroC, it is receiving correctly on virtual terminal in Proteus but not displaying on LCD. Please check the code written in MikroC sbit LCD_RS at RB0_bit; […]

The post Displaying UART data on LCD – PIC 16F877A appeared first on electroSome.

]]>