Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 838 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 838 Bytes

ESP32_Smart_Watch

C++ implementation of Smart-Watch with GPS and Pulseoximeter.

Used lib's:

  1. TinyGPSPlus (Date-Time-Location Sensor)
  2. TFT_eSPI (Built-in Display)
  3. MAX30105 (IR Sensor)
  4. SPI
  5. SimpleTimer
  6. SoftwareSerial
  7. Wire

Used Hardware's:

  1. LilyGO TTGo T-Display ESP32
  2. ATGM336H
  3. MAX30105

CODE IS UNDER MIT LICENSE

LilyGo TTGO Example:

Image 1: Date/Time

image

Image 2: GPS

image

Image 3: Pulse Oximeter

image

CODE IS UNDER MIT LICENSE