Zorro’s Hiking Trail Tracker (STEM)

by STEAM-DIY in Circuits > Electronics

38 Views, 0 Favorites, 0 Comments

Zorro’s Hiking Trail Tracker (STEM)

4444.png

Track temperature, pressure, and humidity while hiking — and get reminders to move and collect fresh data!

Supplies

What You’ll Need

ComponentQuantity

NodeMCU ESP8266

BMP180 Barometric Sensor

DHT11 Humidity Sensor

1.8" ST7735 TFT LCD

Breadboard + jumper wires

Micro USB cable

🔌 Wiring Diagram – Components Assembly

111.png
222.png
333.png


Here’s how to connect all your components to the NodeMCU ESP8266.



💻 Arduino IDE Setup


Install Arduino IDE

Go to Boards Manager and install:

ESP8266 by ESP8266 Community

Go to Library Manager and install:

Adafruit BMP085 Unified

Adafruit GFX

Adafruit ST7735 and ST7789

DHT sensor library


🧠 Upload the Code

Complete code

Downloads

What You'll See

A welcome screen:



Welcome to
Zorro’s Hiking
Trail Tracker!

Real-time sensor data:


T: 23.4 C
P: 1012.6 hPa
H: 45.2 %

Countdown:

Update in: 25 sec

After countdown:

Move to new
location & collect
data


🌟Take It Hiking!


  1. Mount the device in a small case
  2. Carry it while hiking
  3. Record temperature/pressure/humidity in different zones
  4. Build an environmental dataset!