AT24C04 EEPROM Programming using Arduino

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 19

  • @Bermis482
    @Bermis482 Рік тому +1

    Awesome content! Thank you so much for sharing your knowledge!!!

  • @haroldthibault9921
    @haroldthibault9921 2 роки тому +2

    You declare dataAddress as byte in your write and read function. but you previously said the address was on 9 bits ! In your example you only write and read the 10 first address, so we cannot see what happen for addresses bigger that 255 ? How do we give your function addresses bigger than 255 ?

  • @yassinebouanani8702
    @yassinebouanani8702 Рік тому

    realy a great video from you but just i would now the difference between the differnce eeproms ic ( exemple AT24CXX, 24CXX etc....)

  • @miltonneal3195
    @miltonneal3195 Рік тому

    Question: if the address valueof type byte, how do you address the upper 256 bytes? Surely the value needs to be of type ushort.

  • @An0n1m0us30
    @An0n1m0us30 5 місяців тому

    Sorry for coming this late, but what can i use in circuitpython?

  • @alfredkaserekasivanzire9488
    @alfredkaserekasivanzire9488 3 роки тому +1

    I see EEPROM on TV main board and on DVD mainboard. There was a time we were copying EEPROM logo from original TV to chinese unknown TVs. What else does the EEPROM do apart from storing logo?

    • @michaeljenkins7067
      @michaeljenkins7067 2 місяці тому

      I think it stores the user settings of the push buttons the user has selected.

  • @AC2237
    @AC2237 3 роки тому +3

    Very interesting

  • @aaronbadillo8018
    @aaronbadillo8018 Рік тому +1

    could you tell me if this could be used to reset a 3d printer filament print cartridge?

    • @aaronbadillo8018
      @aaronbadillo8018 Рік тому

      AT88SC 25616C Atmel is the chip model based on what I was able to find in another blog

  • @Rachitkivines
    @Rachitkivines 3 роки тому +2

    good explanation sir

  • @adambeedle
    @adambeedle 3 роки тому +1

    Nice video maye

  • @masoudjafarzadeh
    @masoudjafarzadeh 2 роки тому +2

    Hi sir
    Thank you for sharing
    with your code we can just read and write 256 byte (just one block )
    how can i read and write mor than 256 byte
    My eeprom is 24lc04

    • @naveenwilliam3594
      @naveenwilliam3594 Рік тому

      U can write the rest to the 2nd block since 24lc04 is divided into 2 blocks each of 256 bytes.

  • @arduinomaquinas
    @arduinomaquinas Рік тому +1

    Like 130

  • @fooballers7883
    @fooballers7883 Рік тому

    thanks...