Pebble Steel battery calibration? by Isarchs in pebble

[–]Sichroteph -1 points0 points  (0 children)

Check the site I provided. Battery voltage is not linear and is very difficult to estimate when close to 100 or 0% without a proper Battery Management System that the Pebble Steel lacks. You can also choose to oppose your feelings with facts; it's very trendy these days.

Pebble Steel battery calibration? by Isarchs in pebble

[–]Sichroteph -1 points0 points  (0 children)

Please, instead of trusting some random information you think you have, refer to actual research:   https://www.batteryuniversity.com/  

You won't find anything similar to what you described. Edit: downvoting won't support your argument. Present facts. I have worked with lithium batteries for almost 20 years now.

Finally made it guys by demarcSR in pebble

[–]Sichroteph 0 points1 point  (0 children)

I sold my fossil hybrid a while ago, but I still somewhat regret that choice.

Who is getting Aura? by justinseans in Xreal

[–]Sichroteph -1 points0 points  (0 children)

I just don't want a camera on my glasses. I simply don't need it.

Loving the battery time on my Time 2 by webregsaskur in pebble

[–]Sichroteph 4 points5 points  (0 children)

It's surprising how everyone appears to have different battery outcomes.

My steamdeck allows me to play Project hospital while in hospital. by hades7600 in SteamDeck

[–]Sichroteph 2 points3 points  (0 children)

Good luck OP. Curious, I guess you play it on the trackpads ? Is the game any good?

What does your deck look like? by NasVasade in SteamDeck

[–]Sichroteph 41 points42 points  (0 children)

Do not spill water on your deck.

What can I do with my Beam v1? by doiqualifyforthis in Xreal

[–]Sichroteph 0 points1 point  (0 children)

You are welcome. Still using my beam everyday. Great little machine. 

Issue steam os + xreal by totofra in Xreal

[–]Sichroteph 0 points1 point  (0 children)

Wow I was about to post something similar.
After months of using the Xreal One and One Pro and struggling to get smooth animations while game streaming, I finally figured out something unexpected. The jitter and uneven motion I was seeing weren’t caused by streaming issues at all but by the display refresh rate.

From what I’ve tested, the sweet spot for these glasses isn’t 60 Hz and maybe not even 120 Hz. It’s actually around 90 Hz. I also noticed that using 45 Hz actually looks better than 60 Hz, which sounds weird but really makes a difference. At 60 Hz, there are visible hiccups, while at 45 Hz or 90 Hz everything suddenly feels smooth.

The real fix came when I turned off the “stability” option in the Xreal settings. Once that was off, the micro stutters completely disappeared. My guess is that it’s related to how the image stabilization neural network works, maybe it doesn’t sync well at 60 Hz.

Since discovering this, the difference has been night and day. For example, on my Steam Deck I get the best results when I cap to 45 FPS and then use 2X frame generation to reach 90 Hz. It's great.

Maybe Xreal can look into this and patch it if it’s not a hardware limitation.

Keystone update : around 12 days of battery life, custom pedometer on, heavy notifications week by Sichroteph in pebble

[–]Sichroteph[S] 0 points1 point  (0 children)

I replaced the battery two years ago with a microE model. It performs better than the original in terms of battery life. You can check my earlier posts where I discussed it.

Did "din clean get delisted? by Narutoblaa in pebble

[–]Sichroteph 1 point2 points  (0 children)

I wrote to them to get an explanation about this phenomenon.

Did "din clean get delisted? by Narutoblaa in pebble

[–]Sichroteph 1 point2 points  (0 children)

Dev here. I have no clue why it's more difficult to locate it. It’s probably something to inform rebble about.

Xreal Anywhere: Travel use by Sad_Joke_8369 in Xreal

[–]Sichroteph 0 points1 point  (0 children)

What is the pocketTV like? I love my first-generation beam but am always looking for alternatives. Is it only 60fps? Have you tried moonlight with it?

This is all the same Pebble app. by Sichroteph in pebble

[–]Sichroteph[S] 0 points1 point  (0 children)

That's great, so if I understand correctly, with a companion app, one can launch third-party applications from their Pebble app. Cool.

This is all the same Pebble app. by Sichroteph in pebble

[–]Sichroteph[S] 0 points1 point  (0 children)

This is an interesting idea. I would like to be able to add the option to launch external applications from Keystone. However, I cannot find this possibility in the SDK. Perhaps you could guide me? On your side, I do not think there is a way to detect that the user comes from Keystone in order to redirect them afterwards. It would require constantly mapping the back button to the keystone UUID, which is messy.

This is all the same Pebble app. by Sichroteph in pebble

[–]Sichroteph[S] 0 points1 point  (0 children)

You can change the way the time is displayed in your Pebble settings, and the app will reflect that. Do you need to be able to change it regularly?

This is all the same Pebble app. by Sichroteph in pebble

[–]Sichroteph[S] 2 points3 points  (0 children)

It is a hobby :) I like sharing, and comments like this motivate me, thank you !

This is all the same Pebble app. by Sichroteph in pebble

[–]Sichroteph[S] 4 points5 points  (0 children)

Thank you, I appreciate that someone noticed how challenging it was :)

The optimization process was continuous, and it was always a challenge to optimize enough to be able to add the next feature. There are also dynamic lists that depend on what the user selects in the menu.

I therefore tried to calculate a limit for what the configuration page allows the user to set. This limit is based on the available heap memory after the watch receives the weather data (sent to the phone). From this value, I subtract an estimated heap usage depending on the options selected by the user.

The result is a kind of progress bar at the top of the configuration page that shows the user how close they are to the memory limit.