Search found 3 matches

by jaji154
03 Jun 2012 04:43
Forum: mikroC PRO for 8051 General
Topic: Software i2c Library for EEPROM Board
Replies: 2
Views: 2591

Re: Software i2c Library for EEPROM Board

Dear Filip , Yes i tried the original example provided on the website of mikroe and it is not working and i am facing problem i told to you, pullups were properly tied,i just changed the device address to 0xA0(Write) and 0xA1(Read) for 24c32. One more question the examples are provided for 24c08 cor...
by jaji154
01 Jun 2012 07:22
Forum: mikroC PRO for PIC General
Topic: PIC 18F4550 with LCD !
Replies: 2
Views: 1635

Re: PIC 18F4550 with LCD !

Hi Asmae, Try the following, // LCD module connections sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4 at RB0_bit; sbit LCD_D5 at RB1_bit; sbit LCD_D6 at RB2_bit; sbit LCD_D7 at RB3_bit; sbit LCD_RS_Direction at TRISB4_bit; sbit LCD_EN_Direction at TRISB5_bit; sbit LCD_D4_Direction at TR...
by jaji154
31 May 2012 13:58
Forum: mikroC PRO for 8051 General
Topic: Software i2c Library for EEPROM Board
Replies: 2
Views: 2591

Software i2c Library for EEPROM Board

Hi mE Rep, I have problem with examples provided for EEPROM board on website,when i read from location 0 of 24c32 it gives data out from location 1,what is the problem?? Here is the code: sbit Soft_I2C_Scl at P3_0_bit; sbit Soft_I2C_Sda at P3_1_bit; sbit LCD_RS at P3_6_bit; sbit LCD_EN at P3_7_bit; ...

Go to advanced search