https://github.com/eeyribas/raspberrypi-arduino-spi-comm
Contains Raspberry Pi and Arduino applications. The purpose of the applications is to perform data transfers between Raspberry Pi and Arduino using SPI communication.
https://github.com/eeyribas/raspberrypi-arduino-spi-comm
arduino arduino-mega arduino-project arduino-spi arduino-uno cplusplus-spi qt qt-application qt-creator qt4 qt5 raspberry-pi raspberry-pi-3 raspberry-pi-4 raspberry-pi-spi raspberry-pi-zero-w raspberrypi spi spi-communication spi-communication-protocol
Last synced: 3 months ago
JSON representation
Contains Raspberry Pi and Arduino applications. The purpose of the applications is to perform data transfers between Raspberry Pi and Arduino using SPI communication.
- Host: GitHub
- URL: https://github.com/eeyribas/raspberrypi-arduino-spi-comm
- Owner: eeyribas
- Created: 2024-09-05T21:49:37.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-24T22:00:25.000Z (3 months ago)
- Last Synced: 2025-03-24T23:19:01.804Z (3 months ago)
- Topics: arduino, arduino-mega, arduino-project, arduino-spi, arduino-uno, cplusplus-spi, qt, qt-application, qt-creator, qt4, qt5, raspberry-pi, raspberry-pi-3, raspberry-pi-4, raspberry-pi-spi, raspberry-pi-zero-w, raspberrypi, spi, spi-communication, spi-communication-protocol
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RaspberryPi-Arduino-SPI-Comm
Contains Raspberry Pi and Arduino applications. The purpose of the applications is to perform data transfers between Raspberry Pi and Arduino using SPI communication.
The repository contains four applications that perform data transfers between Raspberry Pi and Arduino using SPI communication. The applications are as follows:- BidirectionalComm: Arduino and Raspberry Pi send and receive data to and from each other using SPI communication.
- BidirectionalComm-FIFO: Arduino and Raspberry Pi send and receive data to and from each other using SPI communication with FIFO logic.
- RPiReceiver-ArduinoSender: Raspberry Pi receives data from Arduino. Arduino sends data to Raspberry Pi.
- RPiSender-ArduinoReceiver: Raspberry Pi sends data to Arduino. Arduino receives data from Raspberry Pi.
RaspberryPi Applications:
- Programming Language: C++ Programming Language
- Framework: Qt5 - Qt 5.11.3
- IDE: Qt Creator 4.8.2
- Device: Raspberry Pi-3, Raspberry Pi-4
- Library: To compile the Arduino code in the "BidirectionalCommunication-FIFO" application, you need to load the "CircularBuffer.zip" library into the Arduino IDE.
Arduino Applications:
- Programming Language: C/C++ Programming Language
- IDE: Arduino IDE Version - 2.2.0
- Arduino Used: Arduino Uno
- Arduino Connection Diagram: The Arduino's SPI pins are connected to the Raspberry Pi's SPI pins.