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

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 38

  • @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 ปีที่แล้ว +3

    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.

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

  • @OthmanAlikhan
    @OthmanAlikhan 6 ปีที่แล้ว +2

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

  • @SamMoye
    @SamMoye 5 ปีที่แล้ว +1

    Great video!

  • @rasheedmalik6594
    @rasheedmalik6594 5 ปีที่แล้ว +1

    Awesome tutorial...excellent tut!!

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

  • @doublec3
    @doublec3 2 ปีที่แล้ว +1

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

    • @quantumbiohackers
      @quantumbiohackers หลายเดือนก่อน

      We have these inside our devices to store serial numbers. The software needed to operate our frequency medicine devices first checks the serial number of the device, then proceeds.

  • @RM-en9gk
    @RM-en9gk 4 ปีที่แล้ว

    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

  • @djblizz341
    @djblizz341 11 หลายเดือนก่อน

    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.

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

  • @JanxZ
    @JanxZ 4 ปีที่แล้ว

    Hey! Is this compatible with 24LC01B?

  • @interesting7215
    @interesting7215 4 ปีที่แล้ว

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

  • @amulyaraychaudhuri5989
    @amulyaraychaudhuri5989 หลายเดือนก่อน

    The address is 0x50 in hex when its all ground

  • @legendary9529
    @legendary9529 2 ปีที่แล้ว

    I LOVE YOU

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

  • @sahanpweragoda
    @sahanpweragoda 7 หลายเดือนก่อน

    Thanks

  • @SsempijjaShakur-h1w
    @SsempijjaShakur-h1w ปีที่แล้ว

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

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

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

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