Skip to content

Latest commit

 

History

History
339 lines (212 loc) · 9.21 KB

USAGE.md

File metadata and controls

339 lines (212 loc) · 9.21 KB

Main screen

screenshot

On startup you see the main screen (time tile). It shows the time and widgets.

Widgets are:

  • the current weather (if correctly configured).
  • the next alarm.
  • the notifications.

Screen Navigation

You can swipe with you fingers up, down, left and right between the four main screens. The four screens are organized in time, apps, note and setup tile.

Quick Settings

screenshot

A subset of settings can be accessed via a swipe from the top of the screen.

Settings

screenshot screenshot

Once a setting is selected, you can leave the form with the exit button.

Battery

Battery status.

Display

Set color, background, touch feedback with vibrations...

screenshot screenshot

Touch

Touch calibration menu.

screenshot screenshot

Move

Enable:

  • step counter
  • double click
  • tilt
  • display of step counter

The stepcounter value is published to gadgetbridge automatically if bluetooth is enabled. The frequency of publication is driven by gadgetbridge. Initially, it is on a 30 minutes frequency. When the realtime tab of gadgetbridge is selected, the frequency is set to every 5 seconds. If the watch lost contact with gadgetbridge for more than 30 minutes, the stepcounter is also refreshed when bluetooth is reconnected.

screenshot

Bluetooth

The bluetooth notification work with gadgetbridge very well. But keep in mind, bluetooth in standby reduces the battery runtime.

screenshot

WiFi

screenshot

Time

  • Enable synchronisation when connect
  • Display 12/24 hours
  • Select region and location

screenshot

Updates

It is possible to update over the air.

screenshot screenshot

Utilities

  • Format
  • Reboot
  • Poweroff
  • GPS injection

screenshot

Sound

  • Enable sound
  • Set volume

screenshot

GPS

screenshot

Watchfaces

If you want to customize your own watchface, copy a watchface.tar.gz to your watch and decompress it with the watchface app.

A watchface.tar.gz includes the following files and a extra watchface_theme.json. Some example:

dial hour min sec hour shadow min shadow sec shadow

In the file watchface_theme.json you will describe the position of information via the label or 'image' node. See Cf. here for a node list. Here you can find some finish watchface packages:

swiss clock undone clock star trek clock rainbow clock hal9000 black

alternative watchfaces

Applications

screenshot

weather app

screenshot

For the weather app you need an openweather.com api-id. http://openweathermap.org/appid is a good starting point.

Stopwatch

screenshot

Click play to start.

Alarm

screenshot

You can set an alarm, by setting time and day(s) of the week.

The main switch controls if alarm is enabled or not.

Next, select the day(s) of the week for the alarm. Note that if no days are select, it means an every day alarm. Finally, select the hour and minute for the alarm.

In the settings, you can select the reminder: vibe, fade, beep. You can also have the next alarm displayed on the main face.

ir-remote

For customise your ir-codes, use WConfigurator. For an example ir-remote.json configuration file see here.

{
    "pages": [{
            "Power": {
                "m": 7,
                "hex": "E0E040BF"
            },
            .
            .
            .
            "Stop": {
                "m": 7,
                "hex": "E0E0629D"
            }
        }
    ],
    "defBtnHeight": 33,
    "defBtnWidth": 65,
    "defSpacing": 2
}

IR-modes supported:

RC5 = 1, RC6 = 2, NEC = 3, SONY = 4, PANASONIC = 5, JVC = 6, SAMSUNG = 7, LG = 10, SHARP = 14, RAW = 30, SAMSUNG36 = 56

IR-data format supported:

raw, hex

watchface

This application let you download community based watch faces. Browse watch face with left/right button. Clic on the icon when you find yours.

Here you can find an overview of all watchfaces on github.

Note that the information are downloaded in real time (remember to activate WiFi):

  • The list of watchfaces.
  • The preview of each watch.

OSMmap

screenshot maps menu navigation

A long press in the middle centers the map to the current gps position.

OSMAnd

screenshot

In connection with OsmAnd the watch can also be used for navigation. Please use the osmand app, otherwise a lot of messages will be displayed.

gps tracker

screenshot screenshot

gps tracker that generates .gpx files. Only works properly with watches that have GPS. A long press on the crosshairs starts and stops the logging. The .gpx files can be downloaded via FTP and imported directly into e.g. GoogleMaps or OSM. The trash icon deletes all files to save space.

gps status

screenshot

astro

screenshot

powermeter

screenshot

Get realtime data from a powermeter over mqtt.

wfif mon

screenshot

Activity tracker

screenshot

The activity tracker let you check your activity.

In the settings, set your step length and your goals in step and meters.

When associated to Gadgetbrige, activity is reported regularly. If you need to ensure a synchronization, for example at the beginning of an activity or at the end, you can use the refresh button. It will force a synchronization.

The trash can button allows to reset step counter. Useful when starting a new activity an keeping exact track of it.

Sailing

screenshot

This app connects to your OpenPlotter and shows some of your boat stats.

In order to make it work you have to configure your OpenCPN plotter in the connections tab as follows:

screenshot

Set "Output filtering" to trasmit the sentences: RMB,RMC,APB

Contact fliuzzi02 for further info and help. Some improvements might come in the future.

Kodi Remote

A remote for controlling Kodi. Includes a player tile and a tile for a remote control.

screenshot screenshot

Calc

A simple calculator. Beware that the button C/CE has two functions. A short touch uses CE, which clears only the recent input. A longer touch uses C, which clears all inputs and basically resets the calculator.

screenshot

Updates

See Updates in settings.

FAQ

how to make a screenshot?

screenshot

Press the button for 2 seconds, after that an quickmenu appears. Here you can select the tiny camera icon to take a screenshot. This can be downloaded via the built-in FTP server (binary and passive mode, username: TTWatch and password: passord), if activated. The file name is screen.png.

Or the other way:

The firmware has an integrated webserver. Over this a screenshot can be triggered. The image store as png and can be read with gimp. From bash it look like this

wget x.x.x.x/shot ; wget x.x.x.x/screen.png

Pro-tipp:

lgrossard! made a little Python script to generate and download the screenshots from the t-watch here.

how to change background?

You can change background in the display settings.

If you want to use your own background image, simply upload a PNG with a resolution of 240x240 pixels via ftp to the Watch and name it bg.png and set it in the display settings page 2.