Connecting multiple EEPROM modules to Arduino. Reading and writing pictures to different EEPROM

Поделиться
HTML-код
  • Опубликовано: 23 июл 2024
  • In this video, we'll talk about how you can connect multiple EEPROM memory modules to the Arduino. Let's analyze the connection using the example of 3 memory modules of different ratings. The first chip is 24LC02, the memory capacity is 256 bytes. The second chip is 24LC32, with a memory capacity of 4 kilobytes. And the third chip is 24LC512 with 64KB memory. Let's analyze the connection diagram, write and read selectively from different EEPROM modules. And then we will analyze the continuous recording of information, and the sketch will itself determine which chip from the series-connected ones needs to be recorded. And from which memory chip, in the future, you need to read.
    For example, let's write pictures for an LED matrix into three series-connected EEPROM modules. And then we read them from memory and display them on the LED matrix of 16x16 addressable LEDs.
    EEPROM memory 24LC512 - alii.pub/62nd4u
    Encoder with button - alii.pub/62nc00
    LED matrix 16x16 addressable LEDs - alii.pub/62nbyn
    Sketch of recording pictures in EEPROM - drive.google.com/file/d/128An...
    Sketch of reading pictures from EEPROM - drive.google.com/file/d/1syt6...
    0:00 Combining multiple EEPROM modules
    0:12 Maximum EEPROM Size
    1:39 Connecting multiple modules to Arduino
    3:30 Loading data into different modules
    4:52 Saving a picture in different modules
    7:30 Recording result
    8:12 Read data and output to LED matrix
  • НаукаНаука

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

  • @iqubik
    @iqubik 2 года назад +3

    Давно вас не видно. Возвращайтесь! Вы очень сильный автор!

    • @neoalternator
      @neoalternator  2 года назад +1

      Скоро будут новые видео!

  • @Gulik17
    @Gulik17 5 месяцев назад

    Можно таким же образом записать картинки в SPI Flash? И насколько это оправдано? Почему используется EEPROM, есть какие то нюансы?

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

    А если выйти за рамки ардуино балловства и попробовать решить прикладную задачу.
    К примеру считать данные с eeprom не выпаивая. Как бы вы решили такую задачу с помощью ардуино или другой приблуды?

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

      Нужно схему смотреть. И есть ли например возможность подпаяться к ножкам еепромки.

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

      @@neoalternator епромка имеет не нулевой адрес, из за этого сложность. Подпаяться можно к шине.

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

      @@user-ve8om5zg3s чувствуется экспертный ответ лузера...

  • @conpro7351
    @conpro7351 3 года назад

    Подключение i2c не последовательное, а параллельное

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

      Нет, I2C именно последовательный интерфейс передачи данных ru.wikipedia.org/wiki/I%C2%B2C

    • @conpro7351
      @conpro7351 3 года назад

      @@neoalternator интерфейс, а подключили вы параллельно