Darshit 1.1
Darshit 1.1
Darshit 1.1
Aim: To Assemble Arduino Uno with the system and perform the necessary software installation.
Objectives:
1. To study hardware and software related to IoT
Arduino Board: Arduino is an open-source electronics platform based on easy-to-use hardware and
software. Arduino boards are able to read inputs - a light on a sensor, a finger on a button, or a Twitter
message - and turn it into an output - activating a motor, turning on an LED, or publishing something online.
You can tell your board what to do by sending a set of instructions to the microcontroller on the board. To do
so you use the Arduino programming language (based on Wiring), and the Arduino Software (IDE), based on
Processing.
The Uno is one of the more popular boards in the Arduino family and a great choice for beginners.
1. Install Arduino IDE: Download and install the Arduino Integrated Development Environment (IDE) from
the official website.
2. Connect Arduino: Connect your Arduino board to your computer using a USB cable.
3. Select Board: Open the Arduino IDE, go to "Tools" > "Board" and select the appropriate Arduino board
model.
4. Choose Port: In the "Tools" menu, select the correct serial port under "Port."
5. Write Code: In the IDE, write or copy your Arduino code. This code will control your board's behavior.
6. Verify Code: Click the "Verify" button (checkmark icon) to check for syntax errors in your code.
7. Upload Code: Click the "Upload" button (right arrow icon) to compile and upload your code to the
Arduino board.
8. Monitor Output: Open the Serial Monitor (under "Tools") to see output or debug messages from your
code.
Get the latest version from the download page. You can choose between the Installer (.exe) and the Zip
packages. We suggest you use the first one that installs directly everything you need to use the Arduino
Course Name: IoT Lab Course Code: 21CSP-344
Name: Darshit Sheth UID: 21BCS7782
Software (IDE), including the drivers. With the Zip package, you need to install the drivers manually. The Zip
file is also useful if you want to create a portable installation.
When the download finishes, proceed with the installation and please allow the driver installation process
when you get a warning from the operating system.
Installation in progress.
The process will extract and install all the required files to execute properly the Arduino Software (IDE)
Learning Outcomes:
1. Acquired knowledge about the installation process of the Arduino IDE.
2. Gained an understanding of coding within the Arduino IDE.
3. Mastered the process of connecting an Arduino Uno to the IDE.
4. Acquired insight into the different components of the Arduino board.