Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

An easy way to create a Tizen Web Application for the Samsung Gear S3. It's using Create React App, Redux and the Airbnb JavaScript style guide. This app is a front-end for the pimatic (https://pimatic.org/) home automation system.

License

rovale/react-tizen-watch

Repository files navigation

Build Status Coverage Status Greenkeeper badge

React Tizen Watch

An easy way to create a Tizen Web Application for the Samsung Gear S3. It's using Create React App, Redux and the Airbnb JavaScript style guide. This app is a front-end for the pimatic home automation system.

Development

The application is built using Create React App. The excellent documentation can be found here.

  • Run yarn install and yarn start and start editing the code. While editing, the web application will automatically refresh and reflect the changes.

It is highly advisable to install the React and Redux Developer Tools. In the debugger set the screen resolution to 360 x 360px, that's the screen size of the watch.

Debugging components with the React Developer Tools react1

Debugging actions and state with the Redux Developer Tools redux1

Time travelling with the Redux Developer Tools redux2

  • To run the tests, run yarn test.

Deployment on the watch

  • Install Tizen Studio

    • From the Main SDK install 2.3.2 Wearable
    • From the Extension SDK install Samsung Certificate Extension
  • Create a Samsung Certificate

  • Edit tizen-studio\tools\ide\conf\profiles.xml to point to the correct certificates

  • Use the tizen cli to set the default profiles path, i.e. tizen cli-config "default.profiles.path=C:\tizen-studio\tools\ide\conf\profiles.xml"

  • Put the watch in debugging mode

  • Connect the watch to the WiFi-network

  • Connect to the watch using the connection manager or the sdb cli

  • run yarn install

  • run deploy.ps1

About

An easy way to create a Tizen Web Application for the Samsung Gear S3. It's using Create React App, Redux and the Airbnb JavaScript style guide. This app is a front-end for the pimatic (https://pimatic.org/) home automation system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages