Skip to content
#

communication-protocol

Here are 33 public repositories matching this topic...

This Repo include basic master and slave communication between two or MCUs (Arduino in our case) We have showcased the basic transfer protocol between Master and Slave Arduino. The master and slave code both have receive and request protocols. The MASTER code includes Transmission protocol (beginTransmission) to send data to slave and request pr…

  • Updated Apr 6, 2020
  • C++

This repo includes basic communication protocol between two or more MCUs (Arduino in our case) AS U already know basics of transfer protocols (if not try basic I2C communication which is also included in our Repositories). I2c is basic communication but SPI is a bit faster and full duplex communication and it also has privilege of multi-master (…

  • Updated Apr 6, 2020
  • C++

Improve this page

Add a description, image, and links to the communication-protocol topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the communication-protocol topic, visit your repo's landing page and select "manage topics."

Learn more