From 0fff788cf4e958cb62b7f82a655093b7991de23a Mon Sep 17 00:00:00 2001 From: Amarjeet Singh Chauhan <120461162+Amarjeetschauhan@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:47:39 +0530 Subject: [PATCH] Update theory.md --- experiment/theory.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/experiment/theory.md b/experiment/theory.md index ef57af9..de5004c 100644 --- a/experiment/theory.md +++ b/experiment/theory.md @@ -1 +1,5 @@ -### Link your theory in here \ No newline at end of file +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. \ No newline at end of file