LCD is not receiving data from PIC16F877A

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
Nasim Khaliqhey
Posts: 90
Joined: Wed Oct 15, 2014 5:20 pm
Has thanked: 1 time
Been thanked: 3 times
Contact:

LCD is not receiving data from PIC16F877A

Post by Nasim Khaliqhey »

Dear informer Engineers
16x2 line LCD display dosen´t work with a programed PIC16F877A after the programed plan have been insert to the chip and connected according to avialable Data sheets to LCDs Note : all programed options are working exellent with my Laptop
not in PCB. I have two models of 16x2 LCD
1- 1602A
2-EB-005--3 lcd Board
the connections are as falowd
------------------------------------------
PIC16F877A :pins To 1602A :pins
B0 D0
B1 D1
B2 RS
B3 E
B4 D4
B5 D5
B6 D6
B7 D7
pins :RW,D3,D2 D1 and D0 are connected to G
The oscilator been used is 20 MHZ for PIC drive
------------------------------------------------------------------------------------------
PIC16F877A : pins To EB-005-3 lcd board Pins
B0 D7
B1 D6
B2 D5
B3 D4
B4 E
B5 RS

Kindly give the right information.
with regards
Nasim

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Re: LCD is not receiving data from PIC16F877A

Post by kersing »

Please post your flowchart if you want help.
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

Nasim Khaliqhey
Posts: 90
Joined: Wed Oct 15, 2014 5:20 pm
Has thanked: 1 time
Been thanked: 3 times
Contact:

Re: LCD is not receiving data from PIC16F877A

Post by Nasim Khaliqhey »

Dear informer
I have the same problem of receiving programmed data from my PIC16F877A to be displayed on 1602A 16x2 as I mentioned be for every thing works ok
with my laptop shows when I transfer Data to my mentioned PIC and connect the interfaces as I see on connection data receiving from display pin connection info
for an expariance I used HD44780 Charater LCD wc11/12c serial Adapter
the result is the same no data displied
looking forward hearing from you
as you can see I am able to open your information pages

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Re: LCD is not receiving data from PIC16F877A

Post by kersing »

As requested the previous time, please post your flowchart if you want help.
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

Nasim Khaliqhey
Posts: 90
Joined: Wed Oct 15, 2014 5:20 pm
Has thanked: 1 time
Been thanked: 3 times
Contact:

Re: LCD is not receiving data from PIC16F877A

Post by Nasim Khaliqhey »

to whom it may concerns

Dear Sir or Madam.

I would like to have a address to send my query documents
With regards
Nasim

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: LCD is not receiving data from PIC16F877A

Post by LeighM »

Hi
Could you attach your Flowcode project and a circuit diagram to this post?
It would be a good idea to start with something simple, such as just putting "Hello world" onto your display.
attach.jpg
attach.jpg (27.06 KiB) Viewed 8494 times

Nasim Khaliqhey
Posts: 90
Joined: Wed Oct 15, 2014 5:20 pm
Has thanked: 1 time
Been thanked: 3 times
Contact:

Re: LCD is not receiving data from PIC16F877A

Post by Nasim Khaliqhey »

thanks for your respond.
but unfortunately I can not attach any more in (forms), have you got any other address that I can use ?
with regards
Nasim

EtsDriver
Posts: 444
Joined: Tue Apr 15, 2014 4:19 pm
Location: Kajaani, Finland
Has thanked: 345 times
Been thanked: 227 times
Contact:

Re: LCD is not receiving data from PIC16F877A

Post by EtsDriver »

Could you disable adblocker and try then uploading the file? What browser are you using?
Ill just keep the good work up!

Nasim Khaliqhey
Posts: 90
Joined: Wed Oct 15, 2014 5:20 pm
Has thanked: 1 time
Been thanked: 3 times
Contact:

Re: LCD is not receiving data from PIC16F877A

Post by Nasim Khaliqhey »

hey
I hope that you can see the display data it has been programmed by using Flowcode 6
using Oscillator with several capacity HS,XTAL-RC, Start 20MHZ -16 MHZ -8MHZ- 4MHZ.
RC also regarding to calculation from my Electronics Tables And Formulas book tried with a few capacity of Capacitors & resistors
I know that I don´t know very much about programming PICs But i do have the experience of programming Sony´s play stations 2,3 Hard Disc
for 4 I got vary busy to attend
looking forward hearing from you
with regards
Nasim
Attachments
Flowcode 6 with 16x2 to Mat.fcfx
(5.92 KiB) Downloaded 271 times

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: LCD is not receiving data from PIC16F877A

Post by LeighM »

Hi Nasim,
You need to add an icon lcd_eb005::Start() as the first icon of your program,
can you try that?

Also, your project target is 16LF1937, is that correct?

Post Reply