You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# RaspberryPi-Arduino-I2C-Communication
2
-
Applications involving SPI communication between Raspberry Pi and Arduino are available. Data transfers occur using SPI communication between Raspberry Pi and Arduino.
2
+
Applications involving I2C communication between Raspberry Pi and Arduino are available. Data transfers occur using I2C communication between Raspberry Pi and Arduino.
3
3
4
-
Raspberry Pi WiringPi Library: To enable SPI communication on Raspberry Pi, the WiringPi library is used. To install the WiringPi library on Raspberry Pi:
4
+
Raspberry Pi WiringPi Library: To enable I2C communication on Raspberry Pi, the WiringPi library is used. To install the WiringPi library on Raspberry Pi:
5
5
6
6
Check if the system is up to date.
7
7
@@ -29,7 +29,7 @@ Compile and install the source code:
29
29
30
30
- sudo ./build
31
31
32
-
After installing the WiringPi library on Raspberry Pi, the SPI option should be enabled from the Raspberry Pi interface.
32
+
After installing the WiringPi library on Raspberry Pi, the I2C option should be enabled from the Raspberry Pi interface.
33
33
34
34
Arduino Used: Arduino Uno, Arduino Mega
35
35
@@ -39,4 +39,4 @@ Raspberry Pi Used: RPI3, RPI4
39
39
40
40
Raspberry Pi IDE Version: QT IDE
41
41
42
-
Arduino - Raspberry Pi Connection Diagram: Connections are made through standard SPI pins.
42
+
Arduino - Raspberry Pi Connection Diagram: Connections are made through standard I2C pins.
0 commit comments