SPI protocol for Arduino to Arduino communication | Simulation

Поділитися
Вставка
  • Опубліковано 1 січ 2025

КОМЕНТАРІ • 50

  • @bhaveshyerawar6558
    @bhaveshyerawar6558 3 роки тому +1

    Please, Bit banking for sending a byte on an SPI bus

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому +1

      bit-banging the SPI protocol as an SPI master with assigning different CPOL=0, CPHA=0,values and eight bits per transfer

    • @bhaveshyerawar6558
      @bhaveshyerawar6558 3 роки тому +1

      @@ElectronicsDeveloper ok, thank you for short explanation

  • @ayyashyusof325
    @ayyashyusof325 3 роки тому +1

    Can you explain with the waveform

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Okay, preparing to made one more video on your demand, trying to cover it and will publish it as soon as possible

  • @adiputerawong1038
    @adiputerawong1038 3 роки тому +1

    Please sir share Proteus design with details of protocol

  • @firashleong6825
    @firashleong6825 3 роки тому +1

    Please share more details

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Okay, preparing to made one more video on your demand, trying to cover it and will publish it as soon as possible

  • @atheerchan5446
    @atheerchan5446 3 роки тому +1

    Can you make more videos on SPI ?

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Okay, preparing to made one more video on your demand, trying to cover it and will publish it as soon as possible

  • @afanlim2471
    @afanlim2471 3 роки тому +1

    Sir, can you share protocol data bits details?

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Okay, preparing to made one more video on your demand, trying to cover it and will publish it as soon as possible

  • @preedasunan2647
    @preedasunan2647 3 роки тому +1

    Duplex communication is possible by simultaneously using MOSI and MISO during each SPI clock cycle

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому +1

      True, because MOSI line to transfer the data to slave and mean while MISO line receive the data from slaveIs it possible to connect SPI slaves in daisy chain ? Ans: Yes, possible using “daisy chain” concept we can reduce the number of GPIO pins.

  • @me.shreyash
    @me.shreyash 3 роки тому +1

    Sir, please make short video on SPI communication with details

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Okay, Received many more comments on same topic. we will make a video on it

  • @piumirajapaksha8411
    @piumirajapaksha8411 3 роки тому +1

    Explain the function of "SPI.setClockDivider(SPI_CLOCK_DIV8);"

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Will explain with one more example in upcoming SPI communication based tutorial

  • @abhisheksutone6124
    @abhisheksutone6124 3 роки тому +1

    can you make a project that communicate by sharing digital data

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Yes, we are working on similar project that you mentioned. Will publish project soon

  • @AjaySingh-ev7js
    @AjaySingh-ev7js 3 роки тому +1

    Explain the SPI Communication Between Two Arduino Boards with more example

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Okay, will make one more video on your demand and try to cover, publish it as soon as possible

  • @reetuishwari1985
    @reetuishwari1985 3 роки тому +1

    Thank You for this video !
    Please, Make a video tutorial on 4-wire serial communication protocol for binary data sharing

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Okay, will make one more video on your demand and try to cover, publish it as soon as possible

  • @giangdung1008
    @giangdung1008 3 роки тому +1

    sir, Explain SPI.attachInterrupt(); with one more example

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Received your email message, we explained over there and will explain with one more example in upcoming SPI communication based tutorial

    • @giangdung1008
      @giangdung1008 3 роки тому +1

      @@ElectronicsDeveloper Thank you waiting for video

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      @@giangdung1008 See you in long journey of developer community

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      @@giangdung1008 Happy Learning !

    • @giangdung1008
      @giangdung1008 3 роки тому +1

      @@ElectronicsDeveloper Thank you

  • @danieledwards6096
    @danieledwards6096 3 роки тому +1

    Keep It Up ! Awesome Stuffs
    Can you share more SPI communication examples?

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Thank you for your value added feedback !Okay, will make one more video on your demand and will publish As soon as possible

  • @shripalkumar6029
    @shripalkumar6029 3 роки тому +1

    Sir, explain communication lines such as SCK, MOSI, MISO and SS

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Okay, will make one more video and try to cover your point as soon as possible.

  • @peterabaga6579
    @peterabaga6579 3 роки тому +1

    Please, make a video in that communicate arduino using SPI with digital logic

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Okay, will make one more video on your demand and try to cover, publish it as soon as possible

  • @microroot6095
    @microroot6095 4 роки тому +1

    Hello sir ! Can you please make video on digital signal exchanging in arduino to arduino communication

  • @kumargoenka9321
    @kumargoenka9321 3 роки тому +1

    Make a video on advance SPI Communication between two Arduino Boards

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Okay, will make one more video on your demand and try to cover, publish it as soon as possible

  • @nehalvarma9183
    @nehalvarma9183 3 роки тому +1

    It is very appreciated. Please Explain the project details and Share this project files on email i shared it on your instagram account!

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Please checkout your email inbox, recently we have shared project details along documents

    • @nehalvarma9183
      @nehalvarma9183 3 роки тому +1

      @@ElectronicsDeveloper Thank you i received it

  • @krlos6360
    @krlos6360 4 роки тому +1

    this is SPI bro!

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  4 роки тому

      Know the basic difference between
      1) I2C Communication: en.m.wikipedia.org/wiki/I%C2%B2C
      And
      2) SPI Communication:en.m.wikipedia.org/wiki/Serial_Peripheral_Interface

  • @adwaitchabra627
    @adwaitchabra627 3 роки тому +1

    Sir, please send the source code. I already messaged you

    • @ElectronicsDeveloper
      @ElectronicsDeveloper  3 роки тому

      Please checkout your email inbox recently files are shared over there