Skip to content

devicefuture/digicron

Repository files navigation

DigiCron

Software and hardware for the DigiCron smartwatch.

Want to try out the DigiCron's firmware on your device? Just visit the DigiCron Simulator!

Getting the code

You must clone this repo like this:

git clone --recurse-submodules https://github.com/devicefuture/digicron

This is because this repo contains Git submodules which are used as libraries for the firmware and simulator.

Building

Before building for the first time, you will need to install the dev dependencies:

./build.sh --install-dev

To build the firmware and upload it to the target device over USB, run:

./build.sh --upload

You can also check for compilation errors without uploading by removing the --upload flag.

To build the firmware and the simulator, run:

./build.sh --sim

Then to run the simulator locally, start a web server in this directory. Run the following to start the web server at localhost:8000:

python3 -m http.server

About

Software and hardware for the DigiCron smartwatch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published