Skip to content

Transmit single character (incrementing value) from Master Arduino to Slave Arduino over I2C. Includes Serial print for monitoring, and onboard LED indicator on Slave device. Requires 2 Arduinos, 3 jumper wires, and no external circuitry..

License

Notifications You must be signed in to change notification settings

vlkaiser/I2C_Master-Slave_Arduinos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

I2C_Master-Slave_Arduinos

Transmit single character (incrementing value) from Master Arduino to Slave Arduino over I2C.

Includes: Serial print for monitoring, and onboard LED indicator on Slave device.

Requires: 2 Arduinos, 3 jumper wires, and no external circuitry. Uses Library <Wire.h>

Wire between Arduinos as described. Load: I2C Master on one arduino Load: I2C Slave on a separate arduino Open Serial Monitor (I2C Slave to watch RXd data) and verify communication.

About

Transmit single character (incrementing value) from Master Arduino to Slave Arduino over I2C. Includes Serial print for monitoring, and onboard LED indicator on Slave device. Requires 2 Arduinos, 3 jumper wires, and no external circuitry..

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages