I2C Communication Between Arduino Unos: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:ArduinoCategory:Agile:Projects This page refers to using two [https://arduino.cc Arduino] Unos that can communicate to each other using I2C protocols. ==Con...") |
No edit summary |
||
Line 27: | Line 27: | ||
==References== | ==References== | ||
# | # [https://www.arduino.cc/en/Reference/Wire Wire Library], accessed 7 Mar 2020 | ||
==See Also== | ==See Also== | ||
* | * |
Latest revision as of 12:05, 7 March 2020
This page refers to using two Arduino Unos that can communicate to each other using I2C protocols.
Connection
Connecting the Arduino Unos:
Pin Connection Table
Arduino Uno 1 | Arduino Uno 2 |
---|---|
5V
|
VIN
|
GND
|
GND
|
analogue pin A4
|
analogue pin A4
|
analogue pin A5
|
analogue pin A5
|
References
- Wire Library, accessed 7 Mar 2020