Skip to content

ESP32 based, arduino environment cheap GPS Clock with Temperature and Humidity sensor.

License

Notifications You must be signed in to change notification settings

desiFish/ESP32-GPS-CLOCK-V1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 based GPS Clock cum Weather Station in Arduino

Hardware

  1. DOIT ESP32 devkit v1
  2. BH1750 (Light Sensor)
  3. AHT25 (Temperature and Humidity) DO NOT USE THIS SENSOR, I AM GOING TO CHANGE IT TO BME 280 or BMP 280 or TMP117 HUGE ACCURACY ISSUE, MAYBE DUE TO LIBRARY OR HARDWARE, CAN'T BE SURE
  4. GPS Neo 6m
  5. ST7920 128X64 LCD Display
  6. Buzzer

Optional

  1. LiFePO4 AAA 80mAh battery (for GPS memory)
  2. TP5000 Charging circuit
  3. BMS and diode (IN4007)
  4. Wires and other stuff (like Prototyping board, connectors, switch etc.. as needed)

Upcoming changes

Check issues

Schematics

schematics_gps_clock_chikne97
GPS Clock ESP32