1Wire serial EEPROM, DS28EC20 and similar, any experience?


Results 1 to 14 of 14

Threaded View

  1. #12
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: 1Wire serial EEPROM, DS28EC20 and similar, any experience?

    1) Are there any PIC chips with 4KB of EEPROM available?
    I don't know, haven't checked but I did not say EEPROM, I said FLASH. You can store things in the program memory, after all that's how the program is held in there right.

    2) I tried, can't make it work.
    Allright, post your code and we might be able to help.

    3) Also does not work.
    Allright, post your code and we might be able to help.

    4) Running on PIC16F887, code is already tight
    Use something slightly more modern then. 18F46K42 has 64k of FLASH and 4k of RAM, 18F47K42 doubles that again and they are both cheaper than the old 16F887.

    5) No open source hardware/software in my projects ever
    OK, yet you're scouring the forum for code to use - strange.

    6) Actually they do work fine.
    Well, there you go - in that case use it.

    And regarding the DS28EC20, if you noted, topic reads "DS28EC20 and similar" This means, that in case of need, say, DS2505 can be used, which has 64k.
    As far as I can see the DS2505 is 16kbit, not 64kbit. It can talk to the uC at 16.3kbit / second - that's insanely slow even compared to I2C (if speed doesn't matter then fine, no problem). And it's an "add-only" memory meaning you can program it over the 1-wire bus but one time only, there's no way to erase it.

    /Henrik.
    Last edited by HenrikOlsson; - 9th January 2022 at 17:33.

Similar Threads

  1. Serial EEPROM
    By William in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 10th July 2009, 18:09
  2. something similar to DEC command
    By mischl in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 21st May 2009, 23:24
  3. Problems with CRC8 Calc in 1Wire
    By JohnB in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 16th March 2007, 22:01
  4. what's similar to the 16f84a?
    By kenpo in forum General
    Replies: 11
    Last Post: - 18th February 2005, 18:26
  5. enumerate 1wire bus
    By justDIY in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 30th June 2004, 19:19

Members who have read this thread : 2

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts