Software and hardware for the DigiCron smartwatch.
Want to try out the DigiCron's firmware on your device? Just visit the DigiCron Simulator!
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.
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