Coder Social home page Coder Social logo

red-fox-star / ttgo_watch Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 3.0 59 KB

My TTGo Watch 2020 -- it's a dumb-watch with a pong face background. Press button to wake. Battery life approx 3.5 days assuming normal usage.

C++ 98.19% C 1.81%
ttgo ttgo-watch2020 esp32

ttgo_watch's Introduction

My TTGo Watch

It's a dumb-watch with a pong face background. Press button to wake. Battery life approx 3.5 days assuming normal usage.

Minimal framework for FreeRTOS tasks

Actors. General classes which have a display function. They each get their own task, and expose a run() init() and display() method. The display worker has to be manually coded to call on added actors.

No touch interface

There's no interactivity to this watch. It tells the time, and shows the date. The code to poll Wifi to fetch from NTP exists but is disabled, and the time zone is hard coded. The RTC is good enough that syncing from NTP doesn't need to happen on any regular schedule.

Power consumption

The power manager class has both a short power down and a deep power down. Short is essentially a screen-off. Deep is esp_light_sleep, with wake from the system button interrupt only. Short power down will wake on tft touch.

The watch will last over a weekend on battery without a charge. A 3-day weekend is pushing it. Also don't check the time that often... it doesn't do anything besides the time, why are you looking at that often?

ttgo_watch's People

Contributors

red-fox-star avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kxion beoran toe4626

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.