JF, to random
@JF@mastodon.codingfield.com avatar

I'm enjoying the good weather and testing the integration of in !

@PINE64 @meanmicio

image/png

JF, to random
@JF@mastodon.codingfield.com avatar

I'm doing a few power measurements for an Always-On Display PR for on the

https://github.com/InfiniTimeOrg/InfiniTime/pull/1869

lhp, to random
@lhp@mastodon.social avatar

Really nice to see that with each release of there are less things I need to change in the code to adjust it to my liking.

Only thing left for me is to adjust to what screens you get by swiping in certain directions on the watch face. I want swiping up to directly enter the music controller and swiping right to open the "app" screen.

I use the music controller often. Hiding it in the app screen makes it unpractical, especially since the touch sensor of the is a bit sad.

JF, to fdroid
@JF@mastodon.codingfield.com avatar

0.78 is now available in . It fixes the OTA with and also integrates the new weather service added in InfiniTime 1.14!

@PINE64

nobodyinperson, to random
@nobodyinperson@fosstodon.org avatar

Funny: I was just about to post how my has been absolutely waterproof for me(gym, shower, dishes, etc.) and then it started doing this (constant vibration motor at low speeds I guess?).

Latest 1.14, a 10s-button-reboot doesn't help, nor does triggering normal vibration. I can't make it stop, how does one turn this thing off? 😂

The screen is also constantly backlit. 🤔

EDIT: lol now it stopped randomly? wtf... 🤷
EDIT2: aaand again 🙃

@JF

Video of PineTime smartwatch, screen is backlit and a buzzing sound is audible

hamblingreen, to random
@hamblingreen@fosstodon.org avatar

updating my firmware to the new 1.14.0 version right now and i geniunely feel like i'm living in the future. OTA firmware updates via bluetooth, BLE filesystem access, it's all so useful

JF, to random
@JF@mastodon.codingfield.com avatar

InfiniTime 1.14 is here!

Reduced memory footprint, improved raise-to-wake functionality, fixed weather service with °C/°F selection, improved build system, this new version has a lot to offer!

Enjoy on your

https://github.com/InfiniTimeOrg/InfiniTime/releases/tag/1.14.0

JF,
@JF@mastodon.codingfield.com avatar

The Spanish fork has already been updated to 1.14 !

https://github.com/CansecoGPC/InfiniTime-es/releases/tag/1.14

jmlich, to random
@jmlich@fosstodon.org avatar

I am happy to share that my talk "PineTime: A Programmer's Toy and Beyond" was accepted. See you in Brussels!

https://pretalx.fosdem.org/fosdem-2024/talk/review/BTPDMQMUUM7KDGHETWWDAAGBNJETUGDC

jmlich, to random
@jmlich@fosstodon.org avatar

My talk at was published at Youtube. It is in Czech and subtitles aren't available.

https://youtu.be/Mu_J8wZtu7o

JF, to random
@JF@mastodon.codingfield.com avatar

The integration in is awesome! It really helped me diagnose a crash and fix a deadlock condition in !

https://github.com/InfiniTimeOrg/InfiniTime/pull/1911

azymohliad, to random

v0.5.0 is out - a companion app for powered smart watch! It is already available on Flathub, and hopefully soon as community distro packages.

The highlight of this release is the new option to run in the background, accompanied by a variety of related fixes and additions: auto-start, auto-reconnect, recover from system suspend, persistent settings, and more.

The full changelog is available here: https://github.com/azymohliad/watchmate/releases/tag/v0.5.0

Bug reports are welcome and appreciated!

The screenshot of Watchmate device view, showcasing the updated UI.
The screenshot of the newly added Watchmate settings page.
The screenshot of the finally added "About" dialog.

JF, to linuxphones
@JF@mastodon.codingfield.com avatar

, the Linux companion app that supports is now available in thanks to @jmlich and @piggz

https://fosstodon.org/@jmlich/111211201481856258

@PINE64

JF, to random
@JF@mastodon.codingfield.com avatar

, the Linux companion app for the by @piggz now displays the battery level of the watch thanks to @jmlich

https://github.com/piggz/harbour-amazfish/commit/fa171fe5040a6069036522c996dd73053fe16ccc

@PINE64

JF, to random
@JF@mastodon.codingfield.com avatar

is an awesome companion app for running on the @PINE64 .

It even mounts the PineTime filesystem so you can access (R/W) all the file from the watch directly from the command line of from your favorite file browser!
Even better : it exposes the address, the battery level, the heart rate, the motion data, the step count and the version as virtual files!

https://gitea.elara.ws/Elara6331/itd

JF, to random
@JF@mastodon.codingfield.com avatar

Since we delivered the new weather 🌤️ feature in , some users noticed that their would crash after a few hours.

We figured that those crashes were caused by a memory overflow : InfiniTime stores too many weather events in memory!

https://github.com/InfiniTimeOrg/InfiniTime/pull/1822#issuecomment-1712842416

Let's fix this!

JF,
@JF@mastodon.codingfield.com avatar

Now, since actually uses only temperature, cloud and precipitation information, let's disable all the other weather events. This way, won't spend time and memory processing useless data.

Since we'll probably want to use those info later on, I don't want to delete the code that handles those events. I think this is a good opportunity to disable the code using "if constexpr".

image/png

JF,
@JF@mastodon.codingfield.com avatar

Even if companion apps send multiple "versions" of the same event (ex : temperature for the next 6h and 24h), currently use only one of them. So... there's no need to store multiple version. The next step consists in choosing which event to add in the timeline, and to remove events that are overwritten by newer ones.

JF, to random French
@JF@mastodon.codingfield.com avatar

I created this nice effect while trying to free ~20KB in flash memory!

video/mp4

JF, to random French
@JF@mastodon.codingfield.com avatar

Comparing 2 different algorithms for the raise to wake functionality in ...

lhp, (edited ) to random
@lhp@mastodon.social avatar

If anyone else has trouble building InfiniSim for due to "multiple definition of", here is how to fix it: In 'sim/FreeRTOS.h' change SCB_ICSR_VECTACTIVE_Msk from a constant into a makro. Do the same for portNRF_RTC_REG in 'sim/portmacro_cmsis.h'. Now it should build.

lhp, to random
@lhp@mastodon.social avatar

Was about to play around with my again, then got reminded once more how insanely painful it is to build and InfiniSim and so just chose to do something else...

n00b0ss, to random German

My stopped working at .
It boots and shows the logo in blue green and red and then gets stuck with the Logo.

Does anybody has an idea ?

@JF @PINE64 @pine64eu

JF, to random
@JF@mastodon.codingfield.com avatar

I like this new feature in that allows to customize the project header color and icon.

Very useful when you work with multiple projects at the same time!

deftpunk, to random
@deftpunk@fosstodon.org avatar

Starting into my third week, and my is at 48% charge. v1.13 has been an amazing release.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • InstantRegret
  • GTA5RPClips
  • Youngstown
  • everett
  • slotface
  • rosin
  • osvaldo12
  • mdbf
  • ngwrru68w68
  • JUstTest
  • cubers
  • modclub
  • normalnudes
  • tester
  • khanakhh
  • Durango
  • ethstaker
  • tacticalgear
  • Leos
  • provamag3
  • anitta
  • cisconetworking
  • lostlight
  • All magazines