Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 890 Bytes

README.md

File metadata and controls

66 lines (42 loc) · 890 Bytes

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.