debaraj-barua / open-smartwatch-os

The Open-Smartwatch Operating System.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HowTo Run

Please read the documentation on the website!

Prerequirements

  • install Platformio Core or Platformio IDE (which installes Pio core automatically)
  • For improved LUA Script support, see env:pico32_LIGHT_EDITION_PREBUILD_LUA: install SWIG (also available in most package managers, e.g. brew install swig)
  • Then clone this repository
git clone --recurse-submodules https://github.com/Open-Smartwatch/open-smartwatch-os.git

build (Visual Studio Code)

Open the cloned repo in VSCode

code open-smartwatch-os

and rename file include/config.h.example to include/config.h and adapt the values according to your requirements and press f5 to build it.

build (CLI)

You can instead go to the repo folder with your terminal and run

pio run -e pico32_LIGHT_EDITION -t upload

respectively

pio run -e pico32_GPS_EDITION -t upload

depending on the watch model.

Troubleshooting

Arduino_TFT.h: No such file or directory

You did not clone the repository with the --recursive-submodules flag.

'LANG_STW_START' was not declared in this scope

You did not rename include/config.h.example

Failed to connect to ESP32: Timed out waiting for packet header

You did not hold down BTN1(FLASH) and then tap the RESET button on the watch whilst platform.io was trying to connect.

About

The Open-Smartwatch Operating System.

License:GNU General Public License v3.0


Languages

Language:C++ 91.9%Language:C 3.2%Language:Python 1.9%Language:Lua 1.5%Language:SWIG 1.4%Language:Shell 0.1%