Skip to content

sreetejaJ/WristKey

Repository files navigation

WristKey

Repository containing all the test code used throughout to develop the WristKey wearable password manager. Final program is contained within the MainSketch folder.

Components:

  • 1 x Heltec ESP32 Development board with an OLED onboard
  • 1 x DS3231 Real Time Clock
  • 1 x Rotary Encoder

External libraries used:

TODO:

  • Rotary encoder still glitches
  • Display frame rate needs improving
  • BLE should leverage standard BLE Service/Characteristics method
  • BLE library takes up a large program space

Pinout Reference:

alt text

Notes:

Save 12ish kb of program space by removing strings from BLEUtils (espressif/arduino-esp32#1075)