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 arpitthumar

  1. A

    How to read/write data from 24c512 interfacing with pic16f887?

    I am not able read data from get_EEPROM(). Every time it reads only 0XFE. char get_EEPROM() { char temp, temp_h, i; temp = 0; temp_h = 1; SDA = 1; // making SDA as input pin for microcontroller SCL = 0; for(i = 7; i >=0 ; i--) { SCL = 1...
  2. A

    How to read/write data from 24c512 interfacing with pic16f887?

    Can you plz explain sendEEPROM() and getEEPROM() briefly as i have posted earlier in post4?
  3. A

    How to read/write data from 24c512 interfacing with pic16f887?

    I did both of this but it is not working. Is there any thing i can do so that i can read/write data and also pages from c 24c512? - - - Updated - - - This code is also not working. This is for 8051 but i want to covert in to use for my application then use. Plz show me correction that i have...
  4. A

    How to read/write data from 24c512 interfacing with pic16f887?

    Read/write data with Interfacing 24c512 with pic16f887 for that i have used this code but it is not working.Give me right suggestion exactly what i have do to correct this C code. https://www.8051projects.net/wiki/I2C_Implementation_on_8051...
  5. A

    [PIC] Store continuous string of data in EEPROM of pic16f887

    Come on guys i have told you everything though you are telling me "First you just u need to decide your specifications. Follow our recommendations. Answer our questions. Give precise and detailed informations." You just see my every post in this there is nothing remain to clarify. You just...
  6. A

    [PIC] Store continuous string of data in EEPROM of pic16f887

    It's fix that it has 15 data per string.As per you said i am giving some other command like some alphabet then can you help me in this. Now we will consider only UART to pic16f887 EEPROM. - - - Updated - - - Plz help me in this. Actually i am not getting any idea.Help me with code availability.
  7. A

    [PIC] Store continuous string of data in EEPROM of pic16f887

    Ok Then if you have example for this. Plz send me.
  8. A

    [PIC] Store continuous string of data in EEPROM of pic16f887

    Yes you are right ;1 is one type of command that says that now 15 data will come in a string like ex.12345 this is 1st data then 23568 this is 2nd data like this 15 data will come to gather in string in this (,) comma will separate each other by sensing comma EEPROM has to separate each and...
  9. A

    [PIC] Store continuous string of data in EEPROM of pic16f887

    That i already know. I just want hint about code that how can i store 15 integer string of data contiguous and then read it same.
  10. A

    [PIC] Store continuous string of data in EEPROM of pic16f887

    ;1,1234,5698,... in this ;1 it means start and store the number in EEPROM then 1234,5689 like these 15 nubers will come that you have to write in EEPROM. Means all these 15 number you have to store in to EEPROM. Then @1,1234,5698,... means at the time of @1 come it means it's read sign you...
  11. A

    [PIC] Store continuous string of data in EEPROM of pic16f887

    Ok then i am going to interface external EEPROM(24c08) for store more data.Now theproblem is how can i store string of integer data which start from ;1,1234,5698,... like this 15 frequency.At the time of retrieve it will be @1,1234,5698 like this i am going to read.How can i store and read this...
  12. A

    [PIC] Store continuous string of data in EEPROM of pic16f887

    This is what pic16f887 is all about. It has only 256bytes of memory that's why i am asking that can i strore data other memory like flash memory and then read it when i want to.Plz gimme answer and help me in code.
  13. A

    [PIC] Store continuous string of data in EEPROM of pic16f887

    Can i write integer value by making them in to string like ex."12345" and the store and read this data? If i can then plz help me in making code.I have already check all examples which can store and read data from microe examples even from other site also.
  14. A

    [PIC] Store continuous string of data in EEPROM of pic16f887

    I did some part but i am not getting how can i store and read continuous string of integer in the EEPROM of 16f887? and can i store more than 256bytes of data in this?
  15. A

    [PIC] Store continuous string of data in EEPROM of pic16f887

    I am new in this field. I want to store continuous integer data which is send from pc by rs232 to EEPROM of pic16f887 and then after storing enough data which EEPROM can store i want to read it again.I don't have any code and circuit. I just want to do this. Plz help me...

Part and Inventory Search

Back
Top