How to use two I2C modules that have the same address?

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024

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

  • @kpare
    @kpare 5 лет назад +2

    I spent last night investigating this very thing. Get out of my head!! LOL Thank you for this tutorial. Always informative and easy to understand.

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

      No problem, very happy it helped :) Thanks for watching!

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

    That's another thing into my e-bay shopping cart...
    Thanks Yvan.
    Seriously, thanks. This looks like a cool thing to experiment with.

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

      Always good to have this kinda stuff on hand in case you need it for a project! Thanks for watching!

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

    Great explanation, enjoyed very much. Thanks.

  • @brettwatty101
    @brettwatty101 5 лет назад +2

    Great tutorial. Thanks for the share.

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

      Thanks for watching! I'm coming back with more tutorials this September, hope to see you there!

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

    Thanks! Looking for stuff to buy for a school project.

  • @kevinhiggins320
    @kevinhiggins320 5 лет назад +2

    Thanks my friend.

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

    the best Ivan!

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

      Thanks for taking the time to comment Ali, and of course thank you for watching, Cheers!

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

    Nice work. Thanks for sharing.
    I haven't been able to find this project on your website, so is it possible to get the skecth code from somewhere?

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

    Merci, très intéressant 👍

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

    useful as always

  • @DRako-nr4rj
    @DRako-nr4rj 2 года назад

    could you just use simple simple shift register instead?

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

    Hello! Do you know if it is possible to connect two displays, but SH1106 and with another library (I use Adafruit's)? The solution I have at the moment is to use 2 arduinos, but the expense would be higher.

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

    Hi Yvan! may i know where can i download the example code?

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

    Cool!

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

    would connect 5 oled with this basic system?

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

    Hello Can you possible please share the code with us? I been trying to figure out the ug8lib setup and I'm having aa little hard time following a lot.

  • @D-One
    @D-One 4 года назад

    Can SPI Oled screen also be multiplexed this way?

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

      Yes. Each SPI device gets its own CS wire (chip select). This is why SPI devices have no address. There's multiplexing built into the protocol itself. The only reason for a hardware multiplexer for SPI is if you have no spare pins. In this rare case, you should go for the multiplexer.

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

    Whats the benefit of u8glib over adafruit_ssd1306 libraries?

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

    Hello could you shere the code again please regards

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

    Is there link to the code?

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

      www.brainy-bits.com/i2c-multiplexer-tca9548a/ There you go, thanks for watching!

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

    It's easier to use software I2C which allows you to use any pin for communication. And such lib written in assembler is even faster than hw implementation from AVR

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

      What library is that? Link please.

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

      @@digihz_data Is it that hard to use google? :) There are a few libs available, for example playground.arduino.cc/Main/SoftwareI2CLibrary/

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

      @@cbm80amiga Thank you for sharing this! Even if the tone of the reply seems a bit condescending.

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

      @@skeryboi3531
      I kind of understand the frustration of the poster. It's like when someone cheats off of your test by asking you for the answers. You had to do all the work and now someone just wants you to hand it over to them instead of looking it up for themselves. Some would consider it condescending for someone to impose work on someone else when they can do the exact same thing as you. If you're on here, then you are lucky enough to have google. I've never asked a soul to help me find an answer that's just a click away.

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

    Can you share the code? Tks ;)