Skip to content

Commit

Permalink
Merge pull request #8 from virtual-labs/main
Browse files Browse the repository at this point in the history
Update theory.md
  • Loading branch information
Amarjeetschauhan authored Nov 29, 2023
2 parents 8e814f9 + 0fff788 commit 25d6e1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion experiment/theory.md
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.

0 comments on commit 25d6e1f

Please sign in to comment.