Skip to content
#

spi-communication

Here are 25 public repositories matching this topic...

This project demonstrates how to use the ATmega16 as an SPI Slave. The slave waits for data from the SPI Master, reads incoming bytes, and controls an LED based on the received character. If the master sends 'a', the LED turns ON. If the master sends 'b', the LED turns OFF.

  • Updated Nov 20, 2025
  • C

This program demonstrates SPI communication using the ATmega16 microcontroller in Master Mode. In this example, the microcontroller sends two characters ('a' and 'b') repeatedly over SPI with a 1-second delay. This is a basic experiment to understand SPI initialization and data transfer.

  • Updated Nov 20, 2025
  • C

Contains Raspberry Pi and Arduino applications. The purpose of the applications is to perform data transfers between Raspberry Pi and Arduino using SPI communication.

  • Updated Mar 24, 2025
  • C++

Contains Raspberry Pi and Arduino applications. The purpose of the applications is to perform data transfers between Raspberry Pi and Arduino using I2C communication.

  • Updated Mar 19, 2025
  • C++

Improve this page

Add a description, image, and links to the spi-communication 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 spi-communication topic, visit your repo's landing page and select "manage topics."

Learn more