generated from virtual-labs/ph3-exp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from virtual-labs/main
Update theory.md
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
### Link your theory in here | ||
Theory : | ||
|
||
The Arduino Master-Slave model refers to an experimental setup utilizing Arduino microcontrollers to establish a communication network between multiple devices. The concept of a master-slave relationship in this context involves one Arduino board, known as the master, controlling and coordinating the operations of one or more Arduino boards, referred to as slaves. | ||
|
||
The experiment begins by connecting the Arduino master and slave boards using a suitable communication protocol, such as I2C or Serial. The master board assumes the role of the central controller, sending instructions and receiving data from the slave boards. The slave boards, on the other hand, act as peripheral devices that execute commands from the master and provide relevant information when requested. |