From 4f19bc66119879a693d4c4809c33e4b27ffb1cd5 Mon Sep 17 00:00:00 2001 From: Advaith Menon Date: Sun, 16 Nov 2025 03:09:24 -0500 Subject: [PATCH] Add README * Add a draft README file --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..829c098 --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +=============================================================================== + ESP32 SMART WATCH + Georgia Tech Class Project +=============================================================================== + +Authors: + Advaith Menon + Anish Gajula + + +DESCRIPTION +=========== + + This project aims to create a prototype of a modern day smart watch/fitness + tracker. We aim to achieve the following features: + * Display interface with the uLCD-144-G2 unit + * 5-button UI + * Up, down, select to mimic crown + * Two other "hot" buttons + * Simple Pedometer with the ICM-20948 IMU + * Vibration Motor (to receive notifications) + * Read/Write stats to a (Micro) SD Card via SPI + * Battery powered by a TBD mAh Li-Po battery -- 2.47.3