We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
In my project i need to communicate with sle 4418, the microcontroller i used is pic 16f877. I used i2c to communicate with sle 4418. but it is not working, could you please give me sample codes to write and read from sle 4418 with pic 16f877.
Actually it is a school project,I think the clock frequency is not matching, i2c use 100khz, but for sle it 4418 it is <=20khz, and also i have a little doubt in the case of the method to read and write from this device, Is it possible to read with i2c, For writng i used device address 0xcc and for reading it is 0x70 is it possibe?