Lession-02 : Introduction to IoT development boards
Updated: 3 days ago
A development board is basically a printed circuit board with circuitry and hardware on-board to facilitate experimentation with certain microcontrollers. These boards can save you from a lot of repetitive tasks. These development boards can be used in multiple projects, so it is a one-time investment.
Typically, components of a development board include: 1. Power circuit (typically, set up to run from a 9V/12V power supply) 2. Programming interface 3. Basic input circuitry, like buttons 4. Basic output circuitry, like LEDs 5. Input/output (I/O) pins access (to be used for everything else such as motors, sensors and LCD screens).
Now we study about a very useful and easily accessible development board i.e Arduino.
Description of Arduino
Arduino is an open-source platform used for building electronics projects. It consists of both a physical programmable circuit board (often referred to as a microcontroller) and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board.

Now we will see the different types of Arduino boards

To study each Arduino and to know its features in detail click here.
Thank you guys that is it in this lesson. If you want to learn more about Arduino based projects do register for IoT course provided by Nation innovation.
Recent Posts
See AllLet us now understand basics of Relay and then will move on to the interfacing part of Relay with Arduino Uno. Relay A relay is an electrically operated switch. It consists of a set of input terminals
Firstly will look into the introduction of servo motor and it's working. Then we will study how to interface this servo motor with Arduino Uno. Description of Servo motor Positional rotation servo mot
Let us first understand what is Ultrasonic sensor and why, where it is used? Then will move to interfacing part. Ultrasonic sensor As shown below the HC-SR04 Ultrasonic (US) sensor is a 4 pin module,