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

Поділитися
Вставка
  • Опубліковано 4 жов 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.

КОМЕНТАРІ • 37

  • @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

  • @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 ❤️

  • @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.

  • @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.

  • @OthmanAlikhan
    @OthmanAlikhan 6 років тому +2

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

  • @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!

  • @amulyaraychaudhuri5989
    @amulyaraychaudhuri5989 7 днів тому

    The address is 0x50 in hex when its all ground

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

    Thanks

  • @doublec3
    @doublec3 2 роки тому

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

  • @rasheedmalik6594
    @rasheedmalik6594 5 років тому +1

    Awesome tutorial...excellent tut!!

  • @djblizz341
    @djblizz341 9 місяців тому

    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.

  • @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

  • @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...

  • @SsempijjaShakur-h1w
    @SsempijjaShakur-h1w 10 місяців тому

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

  • @legendary9529
    @legendary9529 2 роки тому

    I LOVE YOU

  • @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 :)

  • @interesting7215
    @interesting7215 4 роки тому

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

  • @JanxZ
    @JanxZ 4 роки тому

    Hey! Is this compatible with 24LC01B?

  • @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

  • @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.

  • @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?

  • @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.