Skip to main content

IoT Lab Day1

IoT Lab

What is IoT?

IoT stands for Internet of Things. It refers to the interconnectedness of physical devices, such as appliances and vehicles, that are embedded with software, sensors, and connectivity which enables these objects to connect and exchange data and also integrates everyday “things” with the internet. 

for more information https://aws.amazon.com/what-is/iot/

Today, we are going to learn the basics of IoT using ESP32-S which is a low-cost, low-power Microcontroller with integrated Wi-Fi and Bluetooth for connecting multiple accessories and making these devices connected to the internet.

The accessories we use today are ... 

ESP32-S

Tux, the Linux mascot

for more information https://catalog.us-east-1.prod.workshops.aws/workshops/5b127b2f-f879-48b9-9dd0-35aff98c7bbc/en-US/module1/esp32

Breadboard

A breadboard (sometimes called a plug block) is used for building temporary circuits. It is useful to designers because it allows easily removing and replacing components. It is useful to the person who wants to build a circuit to demonstrate its action, then reuse the components in another circuit. (ref: https://www.sciencedirect.com/topics/engineering/breadboard)

ESP32 Board basic

Pinout

  1. GPIO Pins
  • GPIO stands for General Purpose Input Output and is responsible for controlling or reading the state of a specific pin in the digital world. For example, this peripheral is widely used to create the LED blinking or to read a simple button. (Some ports such as GPIO6-11 can not be used for input and output but, these ports use for storing and reading values from the ESP32 flash memory only)

for more information https://espressif-docs.readthedocs-hosted.com/projects/arduino-esp32/en/latest/api/gpio.html

  1. 5V and 3V3 Pins
  • These are two power pins: the VIN pin and the 3V3 pin. The VIN pin can be used to power the ESP32 and its peripherals directly.
  1. GND (Ground pin)
  • Ground or GND is where the electrical level is at 0 Volts. It is mostly used as a reference to all other electronic parts, they need one common point to operate correctly and that is usually GND.