pinetime-rust-mynewt icon indicating copy to clipboard operation
pinetime-rust-mynewt copied to clipboard

PineTime Smart Watch firmware based on Rust and Apache Mynewt OS

Results 4 pinetime-rust-mynewt issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I used your guide to flash mynewt with the counter app developed on rust. now I want to connect my android flutter base app with the pinetime watch. I...

Building the master, I've experienced following error ``` [~/t/pinetime/pinetime-rust-mynewt]$ scripts/build-app.sh [broken-build-fixed] + mynewt_build_app=nrf52_my_sensor + rust_build_target=thumbv7em-none-eabihf + launch_config=launch-nrf52-pi.json + set +x ----- Building Rust app and Mynewt OS for thumbv7em-none-eabihf /...

The code builded correctly but the app only shows a blue screen which says" Bluetooth adapter is not available". I'm using android lollipop on nexus 4 virtual machine.

Hi @lupyuen, I'm working with @JF002 on power consumption of Pinetime watch, using Infinitime from JF. I noticed that consumption is higher when Infinitime is booted by mcuboot than when...