SPI communication between two arduino boards

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

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

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

    Really helpful explanation, thank you for sharing. This is really good for newcomers to SPI who want to send a command and receive a response. Just the right amount of detail. Great!

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

    Thanks for the tutorial. There are very few examples in internet of slave sending data back to master using SPI. This is one of the examples. Thanks again.

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

    Thanks for the video! I have a question can the same ISR be setup for the master if I expect the slave to send data without master sending something first?

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

      Yes you can

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

      @@chipride8119 can you provide some for information on this? I thought all communication is initiated by the master.

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

    Hello,firstly thanks for your video.I am working a project.I need to send more than one data for my project.I don't know how to do it.

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

      Hi, as for SPI CS/SS line is pulled low you can send bit streams and then Pull it high to stop transmission. So using this you can place your data bytes and send

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

    Hi Ajay ..I have request to u...
    Can u make videos on I2C, SPI interface with Tm4c123...If it possible for u..
    Thanks for giving us this depth knowledge of advanced embedded systems...

  • @Jacky-pu1jx
    @Jacky-pu1jx 3 года назад

    I see that you're using a slave select pin in the master code, but aren't u supposed to be working with a slave select pin in the slave code as well?

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

      We can use gpios as Slave Select pin

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

    Thank you

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

    please share the code files