Search found 10 matches

by Bill_Sev
Mon Apr 19, 2004 5:04 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: I2C, 8051's and LCD2041's
Replies: 10
Views: 11462

Been there done that but didnt get the T-Shirt for it!
by Bill_Sev
Mon Apr 19, 2004 1:48 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: I2C, 8051's and LCD2041's
Replies: 10
Views: 11462

After 2 weeks of beating my head against the wall here I am just going to use the UART on the LPC764 and do rs232 to the display. and will use the I2C for other components. Has anyone gotten I2C to work with an 8051?
by Bill_Sev
Fri Apr 16, 2004 7:05 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: I2C, 8051's and LCD2041's
Replies: 10
Views: 11462

Sorry its so long!
by Bill_Sev
Fri Apr 16, 2004 7:04 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: I2C, 8051's and LCD2041's
Replies: 10
Views: 11462

Im feeling your pain bro! I am working with a philips 87LPC764 and do not get an ack back when sending the address. Heres my code:

;****************************************************************************
; Begin Code ...
by Bill_Sev
Thu Apr 15, 2004 12:12 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK162-12 Question
Replies: 2
Views: 2102

BUMP!
by Bill_Sev
Wed Apr 14, 2004 9:14 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK162-12 Question
Replies: 2
Views: 2102

LK162-12 Question

In the datasheet section 2.1.7 its talks about setting to jumpers with the label I to enable I2C

To communicate by I2C two jumpers have to be set into the I2C position left of the power SIP connector. The
I2C setting is default on the LK162-12.

on the board I have r.210 there are no pads labeled ...
by Bill_Sev
Tue Apr 13, 2004 11:25 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Question Regarding I2C Address
Replies: 3
Views: 3799

Miles I understand that......

I was wondering if it had to be accessed via 0FEh 50H or can I just use 50h alone when selecting the slave?
by Bill_Sev
Mon Apr 12, 2004 6:40 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Question Regarding I2C Address
Replies: 3
Views: 3799

Question Regarding I2C Address

If the display is preset to 50h. Is it necessary to set the I2C address thru the microcontroller or can I select it as follows?

MainSend:
mov A,#LCDW ; set slave address (8
by Bill_Sev
Mon Apr 12, 2004 4:54 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK404-55 I2C and CYGNAL 8051F020
Replies: 7
Views: 5097

Just noticed that this was a 2003 thread! WOW
by Bill_Sev
Mon Apr 12, 2004 4:51 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK404-55 I2C and CYGNAL 8051F020
Replies: 7
Views: 5097

Sample code for a 8051 micro seems hard to come by. I am writing code for a Philips LPC764 in assembly. I will be more than glad to shar it with you when Im done!