IOT LAB 1.1 Utkarsh
IOT LAB 1.1 Utkarsh
2. Objective: .
· To study hardware and software related to IoT.
· To understand the function of Node MCU, Arduino Uno and
About Arduino
An Arduino is actually a micro controller based kit. It is basically used in
communications and in controlling or operating many devices. Arduino U N O board is
the most popular board in the Arduino board family. In addition, it is the best board
to get started with electronics and coding.
The code is stored in the flash p r o g r a m m e m ory, w h e r e a s the data is stored in the
data m e m o r y .
Arduino Uno consists of 14 digital input/output pins (of which 6 can be used as P W M
outputs), 6 analog inputs, a 16 MHz crystal oscillator, a USB connection, a power jack,
an ICSP header, and a reset button
DEPARTMENT OF
COMPUTER SCIENCE &
ENGINEERING
Step 3 − Power up your Arduino board, the powering up takes place automatically by the
board either from the USB connection to the computer or an external power.
About Raspberry Pi
The Raspberry Pi is a very cheap computer that runs Linux, but it also provides a set of
GPIO (general purpose input/output) pins that allow you to control electronic
components for physical computing and explore the Internet of Things (IoT).
Raspberry Pi was basically introduced in 2006. It is particularly designed for
educational use and intended for Python. A Raspberry Pi is of small size i.e., of a credit
card sized single board computer, which is developed in the United Kingdom(U.K) by
a foundation called Raspberry Pi. There have been three generations of Raspberry Pis:
Pi 1, Pi 2, and Pi 3. The first generation of Raspberry (Pi 1) was released in the year
2012, that has two types of models namely model A and model B. Raspberry Pi can be
plugged into a T V, computer monitor, and it uses a standard k e y b o a r d and m ouse . It
is user friendly as can be handled by all the age groups. It does everything you
would expect a desktop computer to do like word - processing, b r o w s i n g the internet
spreadsheets, playing games to playing high definition videos.
DEPARTMENT OF
COMPUTER SCIENCE &
ENGINEERING
2. Download and install the official Raspberry Pi Imager . Available for Windows,
macOS or Linux, this app will both download and install the latest Raspberry Pi OS.
There are other ways to do this, namely by downloading a Raspberry Pi OS image file
and then using a third- party app to “burn it,” but the Imager makes it easier.
4. Select Raspberry Pi OS (32-bit) from the OS menu (there are other choices, but for most
uses, 32-bit is the best).
6. Fill in settings fields as follows and then hit Save. All of these fields are technically
optional, but highly recommended so that can get your Raspberry Pi set up and online as soon
as you boot it. If you don't set a username and password here, you'll have to go through a setup
wizard that asks you to create them on first boot.
7. Click Write. The app will now take a few minutes to download the OS and write to
your card.
After you're done writing the Raspberry Pi OS to a microSD card, it's time for the
m o m e n t of truth.