Skip to content

Nirj2004/LILLYOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cyberWatch

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

image image image image image

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 (nirjharbiswas2021@protonmail.com) if you need some help, want to participate or support me :-)

About

An experimental Operating System for LillyGoWatch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published