ivan-kulikov-dev / cyberWatch

simple OS for LillyGO T-Watch V3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cyberWatch

Simple OS for LILYGO® T-WATCH-2020 V3, based on Xinyuan-LilyGO /TTGO_TWatch_Library.

Free time project to create lightweight and simple OS for smartwatch, with only necessary small functionality (to keep it simple and effective). With strong DIY cyberpunk motivation (don't want to support and pay money to big corporations). And with cool 80' cyberpunk retro design!

Installation

  • download and install VS Code and PlatformIO (or any other C/C++ IDE)
    • (use complex IDE; this project is too large fro Arduino IDE)
  • clone download this repository
  • add TTGO library to the project, following instructions in library's readme
  • connect LillyGo T_Watch device via USB
  • compile and upload via your favorite IDE
  • have a fun!

Code quality & standards

Features

  • cool splashscreen and exit screen :-)
  • battery consumption saving
    • turn off display after 5 seconds of inactivity
    • use cpu light sleep mode cycles (200ms) in main loop
    • turn off unused subcomponents (WI-FI chip)
    • set CPU frequency to 40MHz
    • activate by:
      • touching display
      • short press button
      • "tilt up" maneuver
  • possibility of enabled "display always on" to show cool clockfaces
  • warns (vibrate, turn display on) when battery reach low levels(30% / 20%)
  • shows current time
  • shows current date
  • multiple clock faces - change by swipe vertical on datetime "miniapp"
  • shows battery status
  • step counter
  • horizontal swipe - switching between mainPanel components/miniapps
  • vertical swipe - control components
  • calendar with prev/next month feature
  • simple stop watch
  • for full list of features, see changelog.txt

Known bugs

  • "tilt up" maneuver sometimes doesn't activate display (maybe will be solved by tuning BMA423 sensor)

Future features :-)

  • alarm
  • conection vith phone via BT (require app for android)
    • SMS notification icon
    • missed call icon
    • other notifications icon
    • show who's calling
      • ability to reject call
    • show SMS content (and mark as read in phone)
    • show notifications (and mark as read)
  • many many more

Contact

Feel free to contact me via email (spaceangel@cyberdeck.cz ) if you need some help, want to participate or support me :-)

About

simple OS for LillyGO T-Watch V3

License:GNU General Public License v3.0


Languages

Language:C++ 78.6%Language:C 21.4%