Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by IShan0039

  1. I

    I2C interfacing problem with Eprom 24C512

    Iam having same problem with at24c512 .I have used a delay of 10ms after write but Iam getting 0xff after reading the data...please reply
  2. I

    DS1621 I2C communication with PIC16F887

    Re: DS1621 I2C communication Hey , I was working on this from 2 days ,read the datasheet of DS1621 they have give it very nicely and stepwise.
  3. I

    DS1621 I2C communication with PIC16F887

    This is my code:- #include<pic16f887.h> #define SCL TRISC3 // I2C bus #define SDA TRISC4 // #define SCL_IN RC3 // #define SDA_IN RC4 // #define LED RA2 #define I2C_READ 0X91 #define I2C_WRITE 0X90 //******************global************** bit ACK=0; unsigned char...
  4. I

    DS1621 I2C communication with PIC16F887

    Hi, Iam trying to communicate with DS1621 for a while now but the problem is I am not getting the proper temperature values.The output is always equal to FF.Iam getting proper acknowledgement for every command sent to DS1621. Please help me with this problem..Thank you in Advance..
  5. I

    Failure of simultanous working of IR2110.

    HI, I am trying to use IR2110 for H-bridge configuration,but when IR2110 are used simultaneously I am not getting the LO of one driver.Iam providing Hin and Lin through Not gate preceded by PIC16f767.CCP1 and CCP2 are used for providing PWM. Same PWM is given to both the pins.Iam not getting...

Part and Inventory Search

Back
Top