Skip to content

ToVinhKhang/IOT-EnvironmentTracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IOT-EnvironmentTracking

This is my school project about IOT Fundamentals.


Components included:

• ESP32 DevKitC • DHT-11 • PIR HC-SR501 • LCD 1602 I2C • LED • BUZZER


Cloud service:

ThingSpeak


Run project:

Simulation:

1/ In CiscoPacketTracer > Open file simulation.pkt

2/ Click to SBC-PT (ESP32) > Programming > Run

3/ Press Alt and hover mouse to Motion Sensor (PIR HC-SR501)

4/ End.


Reality:

1/ Add all libraries needed to folder "libraries"

2/ In ArduinoIDE > Open file reality.ino

3/ Connect ESP32 with your Laptop by USB

4/ Change correct Wifi with Username and Password

5/ Change correct Write APIKEY of your ThingSpeak account

6/ Click "Verify" to make sure everything work

7/ Click "Upload" to add code to ESP32

8/ Now your code is ready to use

9/ End.