Connect ESP8266 WiFi Module to Cloud with Arduino End-to-End

Опубликовано: 23 Октябрь 2024
на канале: UI5 Community Network
10,468
110

PubNub: https://www.pubnub.com/
Git Code : https://github.com/ajaytech/ESP8266-c...
Previous Webinar: http://www.ui5cn.com/pages/connect-yo...

80% OFF on Hack the Arduino Course: http://www.ui5cn.com/courses/hack-the...

Downloading the ESP8266 ToolKits used in the webinar link(JSON URL Links with Versions): http://arduino.esp8266.com/versions/2...

Location of the bin files to flash ESP8266 :
Bin files (from the esp_iot_sdk extracted zip file) :
bin\at\noboot\eagle.flash.bin - 0x00000
bin\at\noboot\eagle.irom0text.bin - 0x40000
bin\blank.bin - 0xfe000
bin\blank.bin - 0x7e000

0:28 - Introduction

1:03 - Introduction to ESP8266 WIFI Module

1:36 - Previous webinar on Ethernet Sheild

3:06 - Advantages of wireless over wired connectivity for Enterprise IoT

4:15 - Home Automation

6:20 - ESP8266 Device Chip

9:00 - How many Devices/Sensors it can handle

13:33 - Design hardware by ourselves depending upon the requirement

14:38 - Power Consumption of ESP8266

15:26 - Circuit diagram and its explanations

19:13 - Connections

19:40 - UART Serial Interface and its use

21:25 - How to make an Arduino as an USB to UART Interface

27:13 - Hardware connection is finished and testing it

28:30 - Problems you may face and How to overcome it

35:13 - Configuring and Setting the Baudrate

38:00 - How to Flash the ESP

41:30 - Adding bin file location with ESP8266 Download Tool

47:17 - Testing the Configuration

47:26 - COM Fail Error Occurred

48:06 - Identified problem with COM Port. So restart the program again

51:14 - Loading after flashed it again

53:12 - Checking communication in Arduino IDE

53:30 - Changing the mode to communicate

54:40 - Chip is resetting again and again. Guess what will be the problem?

59:10 - Start communication with the Cloud via an Hotspot

1:04:00 - Connect to AP Failed Due to Double Authentication

1:10:40 - Trying with Alternate Access Point

1:11:05 - SSID and Password (Tricky WIFI Name :D )

1:14:00 - Successfully Connected to Access point and got IP

1:15:05 - Disconnecting frequently because of WIFI Range. Ajay got a Solution :D

1:19:14 - HTTP Protocols and its uses

1:20:44 - Pinging PubNub from ESP8266

1:21:27 - Code for Establishing the Connection to PubNub

1:24:06 - Syntatic Error Server responds bad request

1:31:20 - Uploaded and testing

1:32:43 - Testing the Connection again but no response from server

1:35:51 - Getting data now

1:38:38 - How to deploy in production

1:44:21 - Summary and Thank You


See from scratch How to:

Connect your Arduino Wirelessly with ESP8266 adapter to Data Stream Network Cloud.

Make your sensors and devices smarter and interconnected.

Get started with Internet of Things(IoT) and best practices.