24Cxx copier with PIC 16F84A


Closed Thread
Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Posts
    4

    Default 24Cxx copier with PIC 16F84A

    i need schematic copier for 24Cxx with microntroler PIC16F84A.share here please with source code for PIC16F84A.thaks for all

  2. #2
    Join Date
    May 2007
    Location
    Republic Serbia
    Posts
    105


    Did you find this post helpful? Yes | No

    Default For start explanation of how to

    Quote Originally Posted by the_kid25 View Post
    i need schematic copier for 24Cxx with microntroler PIC16F84A.share here please with source code for PIC16F84A.thaks for all
    Define variable as byte
    Make loop from 0 to 255
    Read first eeprom and put result to your variable
    write that variable to second eeprom in same address
    go to loop for full range of 256 location (24C02).
    For 24C02 is from address 0 to address 255.
    if loop come to end of count all is finished.
    Use I2C command to read and write EEPROM and make different I2C address
    for 1st and second EEPROM by hardware pin setup.
    Regards Robert

  3. #3
    Join Date
    Sep 2009
    Posts
    4


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by phoenix_1 View Post
    Define variable as byte
    Make loop from 0 to 255
    Read first eeprom and put result to your variable
    write that variable to second eeprom in same address
    go to loop for full range of 256 location (24C02).
    For 24C02 is from address 0 to address 255.
    if loop come to end of count all is finished.
    Use I2C command to read and write EEPROM and make different I2C address
    for 1st and second EEPROM by hardware pin setup.
    Regards Robert
    what u have schematic please share here brother

  4. #4
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Look at the data sheet and the PBP manual. Everything you need is there.

    Good luck getting someone to do your school work for you.
    Dave
    Always wear safety glasses while programming.

  5. #5
    Join Date
    Sep 2009
    Posts
    4


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mackrackit View Post
    Look at the data sheet and the PBP manual. Everything you need is there.

    Good luck getting someone to do your school work for you.
    i have schematic Pic16F84A for eeprom 24Cxx copier now (in attachment)but i dizzy source code for schematic here.u can help me make source code.thanks
    Attached Images Attached Images  

  6. #6
    Join Date
    May 2007
    Location
    Republic Serbia
    Posts
    105


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by the_kid25 View Post
    i have schematic Pic16F84A for eeprom 24Cxx copier now (in attachment)but i dizzy source code for schematic here.u can help me make source code.thanks
    Maybe u need to buy some good programator for EEPROM's ?

  7. #7
    Join Date
    Oct 2013
    Posts
    1


    Did you find this post helpful? Yes | No

    Default Re: 24Cxx copier with PIC 16F84A

    Quote Originally Posted by the_kid25 View Post
    i have schematic pic16f84a for eeprom 24cxx copier now (in attachment)but i dizzy source code for schematic here.u can help me make source code.thanks
    :020000001728bf
    :020008000900ed
    :04000c0043346f34d6
    :100010007034693465347534723420346434653432
    :100020002034323434344334783478340034831612
    :10003000083085001f308600ff3081008312ff30ba
    :10004000850086008d0197018320970a971d2b2834
    :10005000061786122d280613861606091f399600e4
    :100060009301940110301606031d382893154f286c
    :1000700008301606031d3e2813154f2804301606b7
    :10008000031d442893144f2802301606031d4a28e6
    :1000900013144f2801301606031d242894178617c1
    :1000a00006178616851d0d158f019001101f8613ea
    :1000b000101b8617051e8028051d8028051c80281a
    :1000c000142197200e0895000d1c80281621a320ce
    :1000d0000d1c80280d19732897200d1c80281508e9
    :1000e0000e06031d8028900a03198f0a14081006b3
    :1000f000031d562813080f06031d56288612812853
    :10010000061386178228193091008828fa3091004a
    :10011000c830920000000000000000000000000055
    :1001200000000000920b8a28910b88280800b2205a
    :10013000be200f0d0e39a138cf20f120e0208e0017
    :100140000321c7200800b2200e08cf20f120c720cd
    :100150000d1cb128be20a030cf20f120c7200d1cdf
    :10016000aa280800be200f0d0e39a038cf20f1209c
    :100170000d1cbd281008cf20f12008000a2105160b
    :100180001821051218210f211821051608000f212a
    :10019000051218210a2118210516182108009100be
    :1001a000083092000f21911f0512911b051618218e
    :1001b0000a2118210f21910d920bd2280516080053
    :1001c0000830920091010f21051618210a211821eb
    :1001d000910d1110051a1114920be3280f2111082b
    :1001e000080005160f2118210a2118210d10051edf
    :1001f0000d140f2108000f21051218210a211821c2
    :100200000f21051608000f21051618210a211821b3
    :100210000f2108008d1c05158d18051408008d1c74
    :1002200005118d18051008008d1008008d140800a8
    :0402300000000800c2
    :084000000200000000000000b6
    :02400e00f13f80
    :10420000280063002900200050006900650072004a
    :1042100072006500200043004f004c002c0020007d
    :104220006d00610072007300200032003000300029
    :1042300031002c0020005600200031002e003000fc
    :10424000530069007400650020007700650062007b
    :104250003a00200068007400740070003a002f00db
    :104260002f007700770077002e0063006f006c004e
    :1042700032003000300030002e006f007200670006
    :00000001ff
    Last edited by ferdinand; - 20th October 2013 at 06:03.

Similar Threads

  1. PIC 16F84A and 7segment LED dispay
    By select in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 21st November 2007, 21:01
  2. Slot Car timer with pic 16f84a
    By Snap in forum Serial
    Replies: 4
    Last Post: - 5th July 2007, 04:58
  3. ICSP using a 16F84a to program 24CXX
    By aftab in forum mel PIC BASIC
    Replies: 26
    Last Post: - 8th April 2007, 11:39
  4. send and receive data using pic 16f84a
    By PoTeToJB in forum Serial
    Replies: 1
    Last Post: - 25th February 2006, 14:47
  5. Serial Pic to Pic using HSER
    By Chadhammer in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 11th March 2005, 23:14

Members who have read this thread : 1

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