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

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 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!

  • @here-is-my-profile
    @here-is-my-profile ปีที่แล้ว

    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.

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

  • @DRako1321
    @DRako1321 3 ปีที่แล้ว

    could you just use simple simple shift register instead?

  • @daryl7237
    @daryl7237 3 ปีที่แล้ว

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

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

    would connect 5 oled with this basic system?

  • @manuelmundaca5322
    @manuelmundaca5322 3 ปีที่แล้ว

    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.

  • @alibehrouz9833
    @alibehrouz9833 5 ปีที่แล้ว

    useful as always

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

      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.

  • @kevinhiggins320
    @kevinhiggins320 5 ปีที่แล้ว +2

    Thanks my friend.

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

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

    Whats the benefit of u8glib over adafruit_ssd1306 libraries?

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

    Merci, très intéressant 👍

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

    Hello could you shere the code again please regards

  • @Maverick87Shaka
    @Maverick87Shaka 5 ปีที่แล้ว

    Can you share the code? Tks ;)

  • @pr2207A
    @pr2207A 5 ปีที่แล้ว

    Cool!

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

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