this post was submitted on 25 Jun 2023
56 points (100.0% liked)

Free and Open Source Software

17865 readers
34 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Nice to haves:

  • Phone
  • GPS
  • Possibility for FOSS tracking fx using something like PhoneTrack and Nextcloud
you are viewing a single comment's thread
view the rest of the comments
[–] livingcoder@lemmy.austinwadeheller.com 1 points 1 year ago (1 children)

https://lupyuen.github.io/pinetime-rust-mynewt/articles/watchface

Section 1, step 2 states "update: To update the Watch Face with the current date and time. This is called every minute by the PineTime Firmware to refresh our Watch Face."

Good to know that it's touch screen. I would love if I could push a button on this watch and run a POST request to my server. Do you happen to know of that's possible?

[–] Adanisi@lemmy.zip 1 points 1 year ago (1 children)

It might be possible to do that, but the Pinetime can only use Bluetooth, so you'd need to write something for both the Pinetime and the device is connected to.

[–] livingcoder@lemmy.austinwadeheller.com 0 points 1 year ago (1 children)

Yeah, I was imagining that it was connected to my phone, but I'm not sure how to setup my phone such that it responds to messages like that - I've never tried sending my phone bluetooth messages and I don't know if that would be possible (to go watch to phone via BT and phone to self-hosted server via mobile network). Can I have an app always listening for messages over BT? Hopefully I don't need a PiZero W in my pocket: watch to Pi via BT as a relay, Pi to phone via Wifi hotspot, and phone to self-hosted server via mobile network. Sounds like a lot of work, lol. I'll think about applications for it. They'd have to be pretty awesome.

[–] Adanisi@lemmy.zip 1 points 1 year ago

There are applications that can talk to the Pinetime, maybe you can modify one of them to understand a custom Bluetooth message?