11B. Serial Communications: I2C and SPI

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

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

  • @celioricardos
    @celioricardos 6 лет назад

    showwww!!!U am Braziliam and you speach is very friendly to me understending!!!Go ahead!!Thank you

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

    thank you sir...learned a lot from this video.

  • @Diego4322237
    @Diego4322237 8 лет назад

    Muchas gracias amigo.. me gusta mucho la manera en la que realizas la presentación.

  • @wkinne1
    @wkinne1 9 лет назад

    Wow I finally got through the first what, 15 videos if you include 5C. I thought this one was very easy to understand, but maybe it is just because it is starting to sink in.
    I am assuming you are doing these for students of your class and not the general public, but I have have learned a great deal and am looking forward to the rest of your arduino videos.
    Thanks much!

  • @jayeshmaguniya9926
    @jayeshmaguniya9926 7 лет назад +1

    good lecture and I have cleared basics of spi and i2c

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

    Thanks! The lecture is very easy to understand!

  • @TECHENG123
    @TECHENG123 10 лет назад

    Very nice lecture! I am SW guy and I was looking for this kind of online training. Thank you!

  • @nyeinchanzaw6676
    @nyeinchanzaw6676 10 лет назад

    Hey I'm from myanmar, Thanks alot for your video. I love it!!!!!

  • @yuantianwen
    @yuantianwen 7 лет назад

    very good,introduce very detail.

  • @thatguy147
    @thatguy147 10 лет назад

    Great video Robert!

  • @chainarongjitbunjong851
    @chainarongjitbunjong851 10 лет назад

    It's a useful tutorial. I love it.

  • @fnjyusername
    @fnjyusername 10 лет назад

    Hi, many questions in the web about how to connect and addressed two I2C device (such sensors) in the Arduino, hope you can make a follow up part on this for I2C. I love your video because it tackles the very fundamentals that most of us jump over, but these can be great with further demo. Thanks, more power!

    • @DrZAP42
      @DrZAP42  10 лет назад

      Thanks for your input. I'll probably tackle this next.

  • @RTOHIO
    @RTOHIO 4 года назад

    Very well presented. I learned a ton. I am trying to use SPI on ESP32, so if I have only one TFT connected and know which in is MISO, MOSI, CLK, then I only have one pin for CS (chip select) can I use any digital pin and name it in the code? Or do I have to know the pinout number on the data sheet (that I do not have)?

  • @mitropoulosilias
    @mitropoulosilias 10 лет назад

    thanks robert!

  • @aidanlennie6261
    @aidanlennie6261 7 лет назад

    Hey Robert, you're videos are great. Just wondering if you had any information about easy to use GPS modules?

  • @qudizzle1
    @qudizzle1 9 лет назад

    Hi there, very good video overall, but I would say give a bit more explanation on the code if you are going to include it.
    Does the MSTR, SPE and SPIE represent single bits (just set to either 1 or 0) or are they in the form of MSTR = "00010000", SPE = "01000000" etc. (42:19)

  • @hansi98
    @hansi98 10 лет назад +1

    why does i2c only allow 127 and not 128?

  • @rocket6786
    @rocket6786 7 лет назад

    i learned something

  • @pramoddudhi6447
    @pramoddudhi6447 8 лет назад

    hi sir +Robert Paz i need help. i want to handle two wii nunchuk using a single arduino board. so plz help me.

  • @gamebird9640
    @gamebird9640 7 лет назад

    How do i implement a VGA controller using atmega328p

  • @oberek92
    @oberek92 9 лет назад

    merci

  • @Gopalisaac
    @Gopalisaac 10 лет назад

    Sir could you make a video on how to use it and demo so we know how is it implemented. Thanks for the video though :)

    • @DrZAP42
      @DrZAP42  10 лет назад +1

      Check out my Hands On Arduino videos 4 & 5.

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

    how to read slave data in spi

  • @DiegoPerez-qh4wj
    @DiegoPerez-qh4wj 9 лет назад

    Sr, HELP ME, PLEASE!! I would like to send words across serial monitor. For example: I write "on" and the LED will turn on but if I write "off" the LED will turn off. Do you understand me?. My english is not clear, sorry, but I need your help

    • @DrZAP42
      @DrZAP42  9 лет назад

      If I understand you, you would like the Serial Monitor to display ON when say, Digital pin 3 is LOW (assuming the LED is active LOW). Is that correct?

    • @DiegoPerez-qh4wj
      @DiegoPerez-qh4wj 9 лет назад

      I want to wirte "on" and turn on a led and I want to write "off" and turn off it (wirte "on" an "off" in the serial monitor text chart)

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

    12:47 I2C master doesn't need an address

  • @pallikondaramu5724
    @pallikondaramu5724 9 лет назад

    hi..sir , can you tell me 1.how to interface with micro-controller (arm7) and micro-processor (arm9)?
    2. how to write c/c++ programmer for both micro-controller (arm7) and micro-processor (arm9)?
    3. what to make client device driver and master device driver ?
    plz replay me ::::::::::::::::::::::::::::: :) thank you very mach..

  • @Magic-Smoke
    @Magic-Smoke 6 лет назад +1

    Gosh, you seem so hesitant and under-confident. Have confidence in yourself if you understand the material.

  • @pallikondaramu5724
    @pallikondaramu5724 9 лет назад

    i2c and spi
    hi..sir , can you tell me 1.how to interface with micro-controller (arm7) and micro-processor (arm9)?
    2. how to write c/c++ programmer for both micro-controller (arm7) and micro-processor (arm9)?
    3. what to make client device driver and master device driver ?
    plz replay me ::::::::::::::::::::::::::::: :) thank you very mach..

    • @DrZAP42
      @DrZAP42  9 лет назад

      There are two aspects of interfacing: Hardware and Software. The hardware interface is the same for any microcontroller. The software connections depend on the programming instructions available on the microcontroller. While you can make a micro controller into a slave, it is usually set up to be the Master. As for the ARM 7 or 9 processors, I have no experience.

    • @kesarraghav
      @kesarraghav 8 лет назад

      +Pallikonda Ramu : www.codesforprogram.blogspot.com

  • @VivekSingh-rf1hq
    @VivekSingh-rf1hq 10 лет назад +1

    nothing is understandable,...use some easy way

    • @DrZAP42
      @DrZAP42  10 лет назад +1

      I'll do what I can in a follow-up video.

    • @bongonatty3832
      @bongonatty3832 7 лет назад

      What's not to understand....it's very helpful.

    • @MakerMark
      @MakerMark 7 лет назад

      Robert, the material is fine. You can't help it if the people have no basic understanding to start with.

  • @BooktownBoy
    @BooktownBoy 9 лет назад +1

    Worst. Teacher. Ever.