ck-telecom / pinetime

zephyr based PineTime smartwatch
Apache License 2.0
11 stars 2 forks source link
ble iot lvgl nrf52832 pinetime zephyr

pinetime

Introduction

Hypnos do not update any more, this is a new home for zephyr based PineTime

Hardware

pinetine's flash only has 512KB, we will upgrade the hardware in some feture, not take too much long!

Software

Zephyr Versoin: 3.0.0 LVGL Version: 8.2.0

Apps: Clock passkey music

Inspired by RebbleOS, this project API will be closed with Pebble API so that make more fun!

Most impotant feature:

Initialization

west init -m https://github.com/ck-telecom/pinetime.git --mr develop pinetime

cd pinetime && west update

Build

cd pinetime/app

west build -p auto -b pinetime_devkit0 .

Flash

west flash

Debug

west debug