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 Sneha Kunte.

  1. Sneha Kunte.

    Problem with P89V51RD2 ISP(Reset problem)

    If you are trying to program P89V51RD2 by ISP method using RS232, then do not select the box naming USE DTR FOR RESET in Flash magic ->options ->Advance options -> H/w Config
  2. Sneha Kunte.

    connetect two EEPROM with same address connect with i2c

    I guess using different slave addresses is more right way to do so. It can be done easily with hard-wired input pins. Many EEPROM chips have this provision e.g. AT24C01A The device address word consists of a mandatory one, zero sequence for the first four most significant bits. This is common to...
  3. Sneha Kunte.

    Techniques of Writing Good Embedded Firmware?

    Writing the embedded firmware with comments is good practice. It avoids confusion and makes the program readable.
  4. Sneha Kunte.

    I2C interfacing with 8051

    First you have to write I2C routines like I2c start, I2c Stop, I2C_Acknowledge_wait, I2C_Byte_Read, I2C_Byte_Write, these are sub functions of I2C and deals with your SDA and SCL line. Then try to write the Peripheral IC sub routine function using the I2C sub functions. e.g. Read_DS1307...
  5. Sneha Kunte.

    multiplexed seven segment display

    Yes. You can also use the serial shift register with 3 to 8 decoder. I have done this and It works fine.

Part and Inventory Search

Back
Top