AT24C256 - External EEPROM with Arduino | Detailed Explanation & Sketches to Write / Read / Clear

Поділитися
Вставка
  • Опубліковано 23 лис 2024

КОМЕНТАРІ • 11

  • @A__GARV_SAXENA
    @A__GARV_SAXENA 5 місяців тому +1

    sir thank you for making this video i only find your video on this topic on youtube. you explained it in very detailed. Good work!!

  • @fooballers7883
    @fooballers7883 22 дні тому +1

    Brilliant tutorial... thank you

  • @JohnWinquist
    @JohnWinquist Місяць тому +1

    Excellent explanation. Thank you!

  • @fariedardiyanto2705
    @fariedardiyanto2705 2 місяці тому +1

    Thank you sir...

  • @boltvalley3076
    @boltvalley3076 Місяць тому

    How many chips do i need to make 1 TB memory space, many thanks boss. Bless your souls.

    • @JohnWinquist
      @JohnWinquist Місяць тому +1

      You would need 31,250,000 chips to make 1TB. You can only use 8 per I2c bus though.

  • @akshaykumargurjar8743
    @akshaykumargurjar8743 6 місяців тому

    I'm working on water flow meter. it measures how much water is used in liters. i want to store it at24c256, after using the water it should add in previous data. and after power off it remains saved. can you please tell me??

  • @bojanmilojkovic3770
    @bojanmilojkovic3770 4 місяці тому

    Would the same principle work for storring an array of 10 integers ? for the 5th element, i just write it starting from byte 5*4 ?