I2C Smart Card memory


Results 1 to 11 of 11

Threaded View

  1. #6


    Did you find this post helpful? Yes | No

    Default Re: I2C Smart Card memory

    Many moons ago I bought some of the blank memory cards, and I THINK I got them from.........Crownhill !!!

    Perhaps you could drop Lester a line and see if they did supply these cards at one time.

    I never did get round to using them, but I did write on one card the pinout, but nothing about the address and I cannot see in my pdfs any data sheet for these.

    C1 5v , C3 SCL, C5 GROUND, C7 SDA. C2,C4,C6,C8 NO CONNECTS.

    From what I remember, the memory inside was 24lc16, and there are 8 banks of 256 bytes, so if your card is the same you have to write in blocks of upto 256 per block then change to next bank.
    The control I use for 24LC16
    RBANK0 CON %10100000 'CONTROL CODE OF MEM IC FIRST 256BYTES
    RBANK1 CON %10100010
    RBANK2 CON %10100100
    RBANK3 CON %10100110
    RBANK4 CON %10101000
    RBANK5 CON %10101010
    RBANK6 CON %10101100
    RBANK7 CON %10101110

    Also remember the need for pullups.
    Last edited by aerostar; - 27th December 2015 at 10:50. Reason: Added extra info

Similar Threads

  1. Clock for smart card
    By aherrera in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 24th August 2011, 16:34
  2. Replies: 12
    Last Post: - 4th March 2010, 21:20
  3. Smart card reader with PIC16F84A
    By bangunprayogi in forum Serial
    Replies: 0
    Last Post: - 12th August 2005, 10:36
  4. Smart Card Envelope
    By Art in forum Schematics
    Replies: 0
    Last Post: - 8th August 2003, 19:15
  5. Logging to a memory card
    By Tim in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 12th July 2003, 11:47

Members who have read this thread : 0

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