diff --git a/experiment/aim.md b/experiment/aim.md index 4bc1c54..e14466a 100644 --- a/experiment/aim.md +++ b/experiment/aim.md @@ -1 +1 @@ -### Aim of the experiment +To simulate interfacing of multiple motors (DC Motor, Servo Motor, and Stepper Motor) with Arduino. diff --git a/experiment/experiment-name.md b/experiment/experiment-name.md index b0d364b..9f256fd 100644 --- a/experiment/experiment-name.md +++ b/experiment/experiment-name.md @@ -1 +1 @@ -## Experiment name +To simulate interfacing of multiple motors (DC Motor, Servo Motor and Stepper Motor) with Arduino. \ No newline at end of file diff --git a/experiment/procedure.md b/experiment/procedure.md index 37929cc..f570349 100644 --- a/experiment/procedure.md +++ b/experiment/procedure.md @@ -1 +1,6 @@ -### Procedure \ No newline at end of file +Procedure for the experiment is as follows: + +1. Select the experiment you want to perform. +2. Analyze the interfacing of different components. +3. Analyze the code for Arduino Compiler. +4. Click on the component itself to start the simulation. \ No newline at end of file diff --git a/experiment/references.md b/experiment/references.md index b15b47e..3d17027 100644 --- a/experiment/references.md +++ b/experiment/references.md @@ -1 +1,106 @@ -### Link your references in here \ No newline at end of file + + + + + + + Virtual IoT Lab DEI + + + + + +
+ +
+
+

Reference

+
+ +
+ + + + + \ No newline at end of file diff --git a/experiment/theory.md b/experiment/theory.md index ef57af9..dfffe95 100644 --- a/experiment/theory.md +++ b/experiment/theory.md @@ -1 +1,5 @@ -### Link your theory in here \ No newline at end of file +Theory : + +Arduino senses the environment by receiving inputs from add-on devices such as sensors, and can control the world around it by adjusting lights, motors, and other actuators. In this class you will learn how and when to use the different types of sensors and how to connect them to the Arduino. + +We all know switch is an input device and used; to make or break an electrical connection. Now let’s learn Interfacing of Switch and Arduino, Here we will use switch to take input signal to the microcontroller so that we will be able to interface more input devices to the microcontroller, like sensors output as input to microcontroller. \ No newline at end of file