TUTORIAL: How to Wire up & Code an EEPROM with Arduino - Module (Part 1 - Theory)

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • How to wire up and code an EEPROM with Arudino.
    Part 1: Theory, and about bits and bytes.
    Part 2: Wire up, Coding and testing.

Комментарии • 36

  • @leachim66
    @leachim66 5 лет назад +4

    Your explanation on counting up in binary was the first thing that helped me understand. Thank you!

  • @ihtsarl9115
    @ihtsarl9115 3 года назад +1

    Very good Anthony i missed the binary conversion back in university and now I learnt it from you

  • @magic.marmot
    @magic.marmot Год назад +2

    The extra E in EEPROM is because it's Electrically erasable. They used to need to be exposed to UV-C light to erase the entire chip (all-or-nothing, baby!), and it took quite a while to do, like sometimes hours.

  • @arthurfricchione8119
    @arthurfricchione8119 4 года назад +2

    New subscriber and new to arduino. Just ordered my first arduiano uno R3 board. Am learning a new end of auto mechanics try to learn how systems work. I’m a retired aircraft mechanic but this has caught my interest and I’m now into it. Never to old to learn. Don’t know if you follow Brian Mann or Maic Salazar but. They are excellent on the automotive electronics side of things. Came across this video and it was excellent so I am now a subscriber. Looking to learn the arduiano and it’s uses. Thanks for sharing Artie ❤️

  • @cabanelas
    @cabanelas 2 года назад +2

    As you can see from the sheet, it is Electrically Erasable, not Electronic. This is opposed to be erased by UV in EPROMs.

  • @sahanpweragoda
    @sahanpweragoda 4 месяца назад

    Thanks

  • @vishalvishal-vt1xf
    @vishalvishal-vt1xf 5 лет назад +2

    Thats how one should teach !!!!

    • @AntonyCartwright
      @AntonyCartwright  5 лет назад

      Thanks, but I'm a learner, just like everybody else. :)

    • @kfxtech
      @kfxtech 5 лет назад +1

      @@AntonyCartwright yeah but you know what they say, the best way to learn is by teaching
      Great job, thanks for the uploading your videos.

  • @SamMoye
    @SamMoye 5 лет назад +1

    Great video!

  • @OthmanAlikhan
    @OthmanAlikhan 6 лет назад +2

    Thanks for the video, very in-depth and well explained. Love the amount of effort that went into this video! =)

  • @rasheedmalik6594
    @rasheedmalik6594 5 лет назад +1

    Awesome tutorial...excellent tut!!

  • @legendary9529
    @legendary9529 2 года назад

    I LOVE YOU

  • @djblizz341
    @djblizz341 8 месяцев назад

    You explaination is great but a excel sheet with that so that we just have to put numbers and its tells us the bits or what ever it would had been great but thank for the knowledge.

  • @doublec3
    @doublec3 Год назад

    Are these all parts inside the snes? Or what exactly are they for?

  • @paulfrischknecht3999
    @paulfrischknecht3999 4 года назад

    neither for the address nor the data it matters whether the bits/octets represent binary unsigned numbers or anything else, so you dont actually need to understand binary encoding to use this thing, just a bit of combinatorics... all that matters is the amount of possible addresses...

  • @RM-en9gk
    @RM-en9gk 3 года назад

    My midi keyboard 24LC16B chip is bad, so by replacing it do I have to program the chip or it's already a plug n play, it yes then I'm screwed, i don't have absolutely no knowledge on chip programing

  • @interesting7215
    @interesting7215 4 года назад

    Is this the eeprom 93C76C or the eeprom 24AA02?

  • @Tech-help4903
    @Tech-help4903 4 года назад

    Can we use this ic as a volume control for a amplifier using push buttons pls reply..

    • @joran4612
      @joran4612 4 года назад +1

      Just use arduino

  • @JohnDoe-ir8te
    @JohnDoe-ir8te 5 лет назад +9

    Eprom is erasable programmable read only memory. (thats what your calling it) EEprom (the chip your using) is electronically erasable programmable memory :)

  • @JanxZ
    @JanxZ 4 года назад

    Hey! Is this compatible with 24LC01B?

  • @user-fy5mb3sw7t
    @user-fy5mb3sw7t 9 месяцев назад

    I see 8 is vcc, 5 BND. I want to know where is Rest, BKGD

  • @sellyourcarltd.9825
    @sellyourcarltd.9825 5 лет назад

    Hi Antony! Could you make calculator for one particular eeprom ?

    • @AntonyCartwright
      @AntonyCartwright  5 лет назад

      Hi, you can make a calulator for anything really, but what would you want it to calculate?

  • @thingshappen9199
    @thingshappen9199 4 года назад

    If i wanted to program a new laptop motherboard eeprom or reprogram in the case that it was corrupted where do i get the code from?

    • @larrybud
      @larrybud 2 года назад

      You mean the BIOS? From the laptop manufacturer. I doubt you can get an aftermarket bios.

  • @mikahandony1562
    @mikahandony1562 5 лет назад

    I have the eprom M5L27512k-2, and I don't have scl or sda nor vss, but i have a ground pin so i assume they are the same. i have 15 address inputs, 7 data inputs, vcc (Power) OE/vpp, and ce, what do i do?!?
    Data sheet: www.datasheetarchive.com/pdf/download.php?id=7e67ea5cc21f84d466c8f694cfaa992faf6612&type=M&term=M5L27512K2

  • @JosephMassimino
    @JosephMassimino 4 года назад +1

    Pick your audience level and stick to that. Your explanation varies between all different levels, so it is hard for some people to follow.