Understanding I2C

Поделиться
HTML-код
  • Опубликовано: 1 июн 2024
  • This video provides a brief technical overview of the I2C protocol and how it is used to transfer digital information.
    Learn more about Rohde & Schwarz Oscilloscopes: rsna.us/6058gzlvA
    Timeline:
    00:00 Introduction
    00:14 About I2C
    01:00 Basic I2C topology
    01:36 Overview of I2C frames
    02:10 Start condition
    02:51 Slave address
    03:36 Aside: timing relationship between SDA and SCL
    04:16 Read / write bit
    04:51 Ack(knowledge) bit
    05:32 Data byte(s)
    06:06 Multiple data bytes
    06:48 Stop condition
    07:28 About “open drain”
    08:14 Pull up resistor values
    08:56 Modes / speeds
    09:54 Summary
  • НаукаНаука

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

  • @miguelcaldeirinha5316
    @miguelcaldeirinha5316 Месяц назад +11

    I am currently doing my master in eletronic Engineering and by far this is the best explanation i have found in the internet, very complete and easy to understand. Congrats

  • @ahmadjaradat3011
    @ahmadjaradat3011 2 месяца назад +3

    Thank you! This is the best explanation I've found in YT.

    • @pauldenisowski
      @pauldenisowski 2 месяца назад

      Thanks - glad it was helpful! I have another serial protocol video coming in a few weeks

  • @Annie_EE
    @Annie_EE Год назад +10

    This video saved me so much time - just the information I needed. Please make more!!!

    • @pauldenisowski
      @pauldenisowski Год назад +2

      Thank you! There are already videos on UART and SPI, and some videos on automotive protocols are currently under development as well.

  • @pascalphase2556
    @pascalphase2556 6 дней назад

    Very instructive vidéo ! Thank you from France...

  • @andychess
    @andychess 4 месяца назад +4

    Super video. Just the right length and depth of content. Thank you!

  • @salarbasiri5959
    @salarbasiri5959 8 месяцев назад +4

    This is by far the best explaination

  • @sawekky2392
    @sawekky2392 25 дней назад +1

    I love this explanation. Thank you!

  • @hklausen
    @hklausen 10 месяцев назад +6

    Good presentation. It's all very clear.

  • @shizudaren
    @shizudaren 15 дней назад

    As a Communication and netowrking student, I can confirm that this is exactly what I learn in my 1 hour lecture

  • @user-ds4mk7nb8q
    @user-ds4mk7nb8q 29 дней назад +1

    Great explanation. Thanks!

  • @mevez3185
    @mevez3185 Месяц назад +1

    Excellent work. Thanks for your video

  • @DanielGakpetor
    @DanielGakpetor 25 дней назад +1

    thanks, this was so clutch

  • @eitantal726
    @eitantal726 6 месяцев назад +1

    9:52 detail about modes & speed: Clock stretching. If it wants to, during transfer the slave is allowed to hold the clock line low. The master has to wait until the clock line is released. The slave can effectively slow down the speed

    • @pauldenisowski
      @pauldenisowski 6 месяцев назад

      Yes - I originally had a few slides about clock stretching but took them out in the interest of time / brevity. Thanks!

  • @mums2109
    @mums2109 2 месяца назад +1

    Fantastic video!

  • @kvedavyas2010
    @kvedavyas2010 5 месяцев назад +1

    Very good explanation.

  • @VIKAS-2003
    @VIKAS-2003 3 месяца назад +1

    Best explanation... Thanks!!

  • @souzasilvestre
    @souzasilvestre 5 месяцев назад +1

    best explanation in the web

  • @eitantal726
    @eitantal726 6 месяцев назад +1

    7:47 note about open-drain terminology: Drain is actually plus (aka VDD). Source is ground (aka VSS). Open-drain means I can only connect to VSS, but not to VDD. so when he said a "logic that opens and closes a drain", he meant logic that can *open and close a source*.

    • @pauldenisowski
      @pauldenisowski 6 месяцев назад +1

      Yes, that’s what I meant :). Thanks!

  • @technical5880
    @technical5880 6 часов назад

    thank you, for the great job.

  • @neelakantannilakantanswami4031
    @neelakantannilakantanswami4031 3 месяца назад +1

    Thanks for the Video. This Video was very Useful.
    Can you post another i2c video Explaining about the Arbitration Process and Clock Stretching Concepts ?

    • @pauldenisowski
      @pauldenisowski 2 месяца назад

      I just had this discussion with someone at work yesterday and will probably do a follow-up deeper dive video later this year

  • @ZirJo
    @ZirJo 4 месяца назад +1

    Excellent! Thank you

  • @rodeliohernandez1647
    @rodeliohernandez1647 3 месяца назад +1

    Thank you .

  • @kufirre
    @kufirre 5 месяцев назад +1

    Very good video

  • @kakani7598
    @kakani7598 Год назад +2

    Thank you for the excellent video. Could you share your slide?

    • @pauldenisowski
      @pauldenisowski Год назад +1

      Thanks! We'll be publishing this same information in as a whitepaper / educational note as well.

  • @arunbennett9248
    @arunbennett9248 8 месяцев назад

    Can someone tell me how this ack bit works? As in the video it is set by the receiver. So, the sender send the data and the ack is set by the receiver at the end? If yes how it happens can anyone explain?

    • @andresbarrera515
      @andresbarrera515 8 месяцев назад

      The sender sends the data, and the receiver responds to the received data with an ACK bit. Once the sender receives the ack bit, it continues sending the next byte, and waits again for the next ACK or NACK.

  • @7073shea
    @7073shea 5 месяцев назад +1

    Thank you!

  • @ElectroWolf_Arts
    @ElectroWolf_Arts 11 месяцев назад

    im confused , lets take the example of a 16x2 LCD display with I2C module , the LCD have VCC, GND,V0, A and K pins which are the power and light, and there is the D0-D7, RW, RS AND E for typing the characters
    so how on earth can the I2C deal with the RW , RS and E signals while the 8 bit DATA are occupied for the D0-D7

    • @shuyuanliu9797
      @shuyuanliu9797 9 месяцев назад +3

      That's a good question. 16x2 LCDs with the HD44780 controller chip (which is very common) can be configured to use a "4-bit mode" where only D4-D7 are used. In this mode, each data or command byte to the LCD is entered by sending two "half-bytes" in succession. This way D4-D7, RW, RS, E (and backlight control) can fit into 8 bits provided by the I2C I/O expander module. AFAIK, the LCDs with the PCF8574 I2C I/O expander all work this way.
      Even if this 4-bit mode didn't exist, you could choose a different I/O expander that provides more than 8 outputs. The PCF8574 happens to have only 8 outputs, so it uses the simplest protocol and just expects to be told the state of the 8 pins as a byte from I2C. However, for many other I2C I/O expanders especially those with more than 8 I/O lines, instead of just transferring a "plain" byte like that in each I2C frame, it expects commands telling it which pins to set high/low, which pins to set as inputs/outputs, etc. so that they are not limited to 8 I/O lines. An example of this is the TCA9539, a 16-bit I/O expander.

    • @ElectroWolf_Arts
      @ElectroWolf_Arts 9 месяцев назад +1

      @@shuyuanliu9797 thank god ,, sombody gived me a direct answer , its seems like 4 bit mode is the trick here , 00100000 to set that mode and since the D0-D3 are all zeros they can be ignored all the time ,now i can design the logic gate level circuit of that and compile it to FPGA ...... man you are a legend

  • @GatoChupete
    @GatoChupete 21 день назад

    Ty 🐐

  • @dylanbaird74
    @dylanbaird74 6 месяцев назад +1

    dawg🐐🐐🐐🐐

  • @bramlemmens6984
    @bramlemmens6984 4 месяца назад +1

    legend

  • @qwertz3813
    @qwertz3813 Год назад +1

    Is not I2C multimaster?

    • @pauldenisowski
      @pauldenisowski 11 месяцев назад +2

      Good question. Yes, I2C allows any node to be the master: whichever node initiates the start condition becomes the master (see slide 5). Many I2C systems are however operated such that only one node is ever the master, but the protocol does allow for multimaster operation.

  • @robertwatsonbath
    @robertwatsonbath Год назад +1

    Nicely edited to remove the NXT reference. Thank you. You're welcome.

  • @brahmendrakumarpujala694
    @brahmendrakumarpujala694 4 месяца назад +1

    🎯 Key Takeaways for quick navigation:
    00:00 🌐 *Overview of I2C Protocol*
    - Brief introduction to I2C protocol.
    - I2C developed by Philips in 1982.
    - Purpose: Short-distance data communication using a synchronous Master-Slave protocol.
    01:12 🔄 *I2C Topology and Connection*
    - I2C topology involves a master connected to slave nodes.
    - Two shared lines: SDA (Serial Data) and SCL (Serial Clock).
    - Connection details: Shared pull-up resistors, dynamic addition/removal of devices.
    01:40 📡 *I2C Frame Structure*
    - I2C frames initiated by start conditions.
    - Master sends slave address and read/write indication.
    - Frame ends with a stop condition, ensuring bus availability.
    03:49 ⏰ *Timing Relationship in I2C*
    - SDA transitions only during the clock's low phase.
    - Ensures unambiguous start and stop conditions.
    - Crucial for preventing contention in data transmission.
    05:02 🎭 *Read/Write Bit and Acknowledgment in I2C*
    - Read/write bit indicates the master's intention.
    - Acknowledge (ACK) bit confirms proper data reception.
    - NACK (Negative Acknowledge) signifies lack of acknowledgment.
    06:00 📊 *Data Transmission and Byte Handling*
    - Data sent in 8-bit bytes, MSB first.
    - Each byte individually acknowledged.
    - Stop condition indicates the end of the frame.
    07:38 🔗 *Role of Pull-Up Resistors in I2C*
    - Pull-up resistors maintain idle high state.
    - Open drain system ensures quick pull-down to ground.
    - Pull-up resistor values affect communication speed.
    09:19 🚀 *I2C Bus Speed Modes*
    - Various modes with corresponding achievable speeds.
    - High-speed and Ultra-fast modes modify standard I2C behavior.
    - Practical data rate influenced by pull-up resistors and bus capacitance.
    10:01 📝 *Summary of I2C Protocol*
    - I2C widely used for short-distance data exchange.
    - Master-slave communication through frames.
    - Pull-up resistors, open-drain, start/stop sequences are key elements.
    Made with HARPA AI

  • @mockAjdetray
    @mockAjdetray 4 месяца назад +1

    I am New 🤔

  • @beastcracker117
    @beastcracker117 Месяц назад +1

    Best video

  • @evertonf.dossantos4511
    @evertonf.dossantos4511 5 месяцев назад +11

    Thank you! This is the best explanation I've found in YT.