• Post category:StudyBullet-14
  • Reading time:9 mins read


A Different IoT Power and Performance, Use ESP32 microcontroller to MAKE IoT projects to unleash your creativity

What you will learn

Program ESP32 to detect and send data and notification to Telegram

Enable Telegram notification and direct connection with ESP32

Enable Web based monitoring using ESP32

Create a monitoring device with simple and easy to follow steps

Libraries needed for WiFi and Telegram

Schematic and Circuit Connection

Get your ESP32 device up and running with instant notifications from Telegram

Learn how to code the ESP32 in a step by step manner

Don’t worry about paying for a costly, monthly plan to send notifications. This course teaches you how to do it completely free.

This course teaches you how to send text messages for free on Telegram

Get notified in real-time when there are any

You’ll learn how to interact with the ESP32 board using Serial Communication

You’ll learn how to read data from sensors and make decisions based on it.

Coding

Practical Testing

Telegram Bots

Description

I made this course because I suffered from the fact that you have to pay to some online service to get your IoT-powered devices to notify you about a certain event!Β with the knowledge that you will gain from this course, you will be able to send unlimited messages/notifications for free directly to your mobile phone from your IoT-powered device.

This course shows how to send notification updates to your mobile phone through ESP32 as soon as your controller senses motion. As long as your internet is present on your phone, ESP32 information will be sent to Telegram irrespective of your location. The ESP board will be made using Arduino IDE.

ESP32 is an electronics system that is used to provide internet access, internet of things connectivity, and data logging.

Programming is fun if you do it right! This course will teach you how to configure your ESP32 to send notifications to your mobile on Telegram App for free.

Things you can do with the knowledge you will gain from this course:

  • Get instant events notifications to your mobile phone for free with a board that costs less than 5$!
  • Get notified on your mobile phone when someone opens your room door
  • Get sensors data like temperature, humidity, and other directly to your mobile phone
  • Get notified when someone moves inside your room using a motion detector sensor connected to esp board

Why you should join this course:

  • Get your ESP32 device up and running with instant notifications from Telegram
  • Learn how to code the ESP32 in a step by step manner
  • Don’t worry about paying for a costly, monthly plan to send notifications. This course teaches you how to do it completely free.
  • This course teaches you how to send text messages for free on Telegram
  • Get notified in real-time when there are any
  • You’ll learn how to interact with the ESP32 board using Serial Communication
  • You’ll learn how to read data from sensors and make decisions based on it.

IoT Internet of Things Crash Course: Step by step is a course specially created for Electronic Geeks & Engineers who want to take their Electronics and Microcontroller Projects to the next level, adding Wifi, Bluetooth connectivity, and more processor power while maintaining battery life


Get Instant Notification of New Courses on our Telegram channel.

Noteβž› Make sure your π”ππžπ¦π² cart has only this course you're going to enroll it now, Remove all other courses from the π”ππžπ¦π² cart before Enrolling!


Welcome to this course.

The course lesson will explain β€œHow to work on ESP32 Board” by using C Language and the famous Arduino IDE development environment. This course will work best for you if your basic knowledge of Electronics and Arduino. You will learn how to interface the ESP32 Board with your Computer and Control it in no time.

ESP32 can be used in your Engineering projects, Industrial Projects, or IoT Home Automation related projects.

Why Learn ESP32?

If you are an Engineering or Science student you might come across projects in which you want to control or monitor via the internet, ESP32 with its Robust Design, Ultra-Low Power Consumption, High Level of Integration, and Hybrid Wi-Fi & Bluetooth Chip is the best fit to get started in Internet of Things World.

In this course We will also explore:

  • Digital Output: Blinking a LED
  • Digital Input: Reading a Touch Sensor
  • Analog Input: Reading a variable voltage from a potentiometer
  • Analog Output: Controlling a LED brightness
  • Analog Output: Controlling a Servo Position
  • Reading Temperature/Humidity Data with a Digital sensor
  • Connecting to the Internet and getting local time
  • Receiving data from a simple local web page, turning on/off a LED
  • Transmitting data to a simple local webPage

At the end of this course, you can create Innovative IoT Projects. The only thing that you need to do is THINKING, WIRING & CODING.

English
language

Content

Introduction & Getting Started

Introduction

Hardware and Software Requirements

Hardware and Software Requirements
Download and Install Arduino IDE
Download and Install Fritzing

Telegram Bot for IoT

Creating Telegram Bot for IoT

Required Arduino Libraries

Installing the Required Arduino Libraries

Circuit Schematic

Circuit Connection
Circuit Diagram

Coding

Libraries and Variables
Write your Code Setup
Write your Code Loop
The Code

Practical Testing

Practical Testing

Reading Analog Sensors and Send notifications on Conditions

Send Analog Sensor on Condition to Telegram via ESP32
The Code

Introduction & Getting Started

Introduction
Hardware and Software Requirements
What is ESP32 Board
ESP 32 Pinout v1 DOIT
Download and Install Arduino ESP32 v1 Development enviroment
Load Your First Code to ESP32 Board
Coding LED Blink
Touch Sensor
Dealing with Analog Signals
PWM Signals
Servo Motor Control using PWM Signal in ESP32