meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.47k stars 859 forks source link

[Feature Request]: Current Time/Clock Functionality #3171

Closed Cantir2068 closed 2 weeks ago

Cantir2068 commented 8 months ago

Platform

ESP32

Description

While this request is mainly in response t othe Lilygo T-Watch 2020 line of products, I feel there would also be value for anything else that has a RTC component. Short of it is, 'This is a smart watch that once Meshtastic is flashed onto the firmware can't act as a watch.'

gala-vine commented 7 months ago

I agree with this.. the T watch s3 has its own firmware that can been installed updated via Arduino, can't we just add Meshtastic to its library and boot it as a separate app on the watch?.

https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/tree/t-watch-s3

djkazic commented 7 months ago

There's actually a clock already on the page with ChUtil and battery! Swipe left from the default page. It can be hard to spot, but I made some modifications in Screen.cpp to increase the font size.

gala-vine commented 7 months ago

There's actually a clock already on the page with ChUtil and battery! Swipe left from the default page. It can be hard to spot, but I made some modifications in Screen.cpp to increase the font size.

yes i know the GPS clock, but only sets time once its got a GPS lock else the time is incorrect, yeah I had thought about editing the .cpp to make it a bigger font size myself.. I think we need to play around with the settings some more to see if we can optimise battery life as well.

djkazic commented 7 months ago

My watch sets it's time without GPS. I know this because the t-watch does not have GPS and yet the time is set. The Android app at least auto configures it.

gala-vine commented 7 months ago

Yes that's what i meant, it gets it from the App/gps,

djkazic commented 7 months ago

You also only need one device with time, it should send the time across the mesh to the other devices and they'll sync up

fifieldt commented 1 month ago

The new GUI https://github.com/meshtastic/device-ui could address this

thebentern commented 2 weeks ago

This exists now on T-Watch S3