I think there are at least four problems in the above I2C code:
1. Matrix Orbital defines what they call an "8-bit address" which is the standard I2C address shifted left one position. This means that if the address is 0x50, it must be sent unshifted.
2. The I2C protocol calls for data to be sent ...
Search found 13 matches
- Mon Nov 22, 2004 3:45 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: I2C and PICC ... not working?
- Replies: 19
- Views: 26250
- Sat Nov 20, 2004 9:01 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27623
- Fri Nov 19, 2004 9:22 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27623
- Thu Nov 18, 2004 12:18 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27623
- Thu Nov 18, 2004 7:50 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27623
- Tue Nov 16, 2004 9:58 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27623
- Sun Nov 14, 2004 3:44 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27623
- Sun Nov 14, 2004 7:52 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27623
Chester,
Are you able to read from other I2C devices? The protocol is rather particular, I found. I used the pseudo code from the site mentioned in the Matrix Orbital manual. I had trouble reading because I wasn't switching the SDA line to input. (Not mentioned in the pseudo code.)
Here is my read ...
Are you able to read from other I2C devices? The protocol is rather particular, I found. I used the pseudo code from the site mentioned in the Matrix Orbital manual. I had trouble reading because I wasn't switching the SDA line to input. (Not mentioned in the pseudo code.)
Here is my read ...
- Sat Nov 13, 2004 6:54 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Reading Data from LK404-55 over I2C serial bus.
- Replies: 18
- Views: 27623
- Wed Nov 10, 2004 2:46 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK202-25 backlight problem
- Replies: 8
- Views: 6405
- Wed Nov 10, 2004 12:23 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK202-25 backlight problem
- Replies: 8
- Views: 6405
- Tue Nov 09, 2004 11:07 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK202-25 backlight problem
- Replies: 8
- Views: 6405
- Tue Nov 09, 2004 10:07 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK202-25 backlight problem
- Replies: 8
- Views: 6405
LK202-25 backlight problem
Hi, I'm new to the forum. I have been developing driver software for the LK202-25 Matrix Orbital LCD (purchased from Parallax) to run on the JKMicro Flashlite 186 signle-board computer.
I am using the I2C interface. Everything seems to be working properly, with the exception of the backlight ...
I am using the I2C interface. Everything seems to be working properly, with the exception of the backlight ...