The "Everyday" show-off thread !

Was gifted Watchy by SQFMI recently and having a ton of fun playing around with various watchfaces! I use the 7segmented display with temperature and steps info as my primary display. It pulls weather info from a free OpenWeatherMaps API key at 15minute intervals using onboard wifi. Bluetooth us available but as yet unusabke due to lack of proper support and no univeesal Bluetooth protocols. Plan to make my own watchface which can show all this info along with 2 other timezones on the home screen. The "watch" is basically an ESP32 based SBC with an RTC, pedometer, accelerometer and a vibration motor underneath a 200x200 1.54in e-ink display and a 200mAh LiPo in a plastic case. Not that dissimilar from other open source smartwatch projects (banglejs, Paul's Open Smartwatch and many others), but it's one of the most cost effective ones.

Learning C++ is tough but very insightful, comong from R and Python background.
Their GameBoy Advanced cases look very good, although I will probably just 3D print one and purchase an anodized aluminum one:

Also check out SQFMI BeepBerry for those who are fans of the BlackBerry design, or just want a pocket sized Pi - https://beepberry.sqfmi.com/

I believe at least one of the founders of SQFMI is the same as Pebble's founder, hence the deja vu :p
 

Attachments

  • 20230601_174323.jpg
    20230601_174323.jpg
    447.9 KB · Views: 159
  • 20230604_023719.jpg
    20230604_023719.jpg
    147.7 KB · Views: 98
  • 20230604_023732.jpg
    20230604_023732.jpg
    152.6 KB · Views: 87
  • 20230604_023752.jpg
    20230604_023752.jpg
    140.7 KB · Views: 82
  • 20230604_023804.jpg
    20230604_023804.jpg
    136.4 KB · Views: 85
  • 20230604_023657.jpg
    20230604_023657.jpg
    142.9 KB · Views: 88
  • 20230604_023618.jpg
    20230604_023618.jpg
    154.5 KB · Views: 92
  • 20230603_162012.jpg
    20230603_162012.jpg
    405.9 KB · Views: 101
Last edited:
Was gifted Watchy by SQFMI recently and having a ton of fun playing around with various watchfaces! I use the 7segmented display with temperature and steps info as my primary display. It pulls weather info from a free OpenWeatherMaps API key at 15minute intervals. Plan to make my own watchface which can show all this in of along with 2 other timezones on the home screen. The "watch" is basically an ESP32 based SBC with an RTC, pedometer, accelerometer and a vibration motor underneath a 200x200 1.54in e-ink display and a 200mAh LiPo in a plastic case. Not that dissimilar from other open source smartwatch projects (banglejs, Paul's Open Smartwatch and many others), but it's one of the most cost effective ones.

Learning C++ is tough but very insightful, comong from R and Python background.
Their GameBoy Advanced cases look very good, although I will probably just 3D print one and purchase an anodized aluminum one:

Also check out SQFMI BeepBerry for those who are fans of the BlackBerry design, or just want a pocket sized Pi - https://beepberry.sqfmi.com/

I believe at least one of the founders of SQFMI is the same as Pebble's founder, hence the deja vu :p
Available here locally ?
 
Was gifted Watchy by SQFMI recently and having a ton of fun playing around with various watchfaces! I use the 7segmented display with temperature and steps info as my primary display. It pulls weather info from a free OpenWeatherMaps API key at 15minute intervals using onboard wifi. Bluetooth us available but as yet unusabke due to lack of proper support and no univeesal Bluetooth protocols. Plan to make my own watchface which can show all this info along with 2 other timezones on the home screen. The "watch" is basically an ESP32 based SBC with an RTC, pedometer, accelerometer and a vibration motor underneath a 200x200 1.54in e-ink display and a 200mAh LiPo in a plastic case. Not that dissimilar from other open source smartwatch projects (banglejs, Paul's Open Smartwatch and many others), but it's one of the most cost effective ones.

Learning C++ is tough but very insightful, comong from R and Python background.
Their GameBoy Advanced cases look very good, although I will probably just 3D print one and purchase an anodized aluminum one:

Also check out SQFMI BeepBerry for those who are fans of the BlackBerry design, or just want a pocket sized Pi - https://beepberry.sqfmi.com/

I believe at least one of the founders of SQFMI is the same as Pebble's founder, hence the deja vu :p
Based on the detailed 7 segment watch face, designing my own to incorporate multiple time zones. This feature would finally make it an able replacement for my 10 year old Casio AE-1000W.
Pic 1: Mockup in pdn of how it is supposed to look ("5280" is the placeholder for second time zone, and the "JUN" below the second clock is placeholder for time zone name)
Pic 2: Design in progress. Mostly done with the revised design, now just need to add the second time-zone and write a function to be able to switch between multiple secondary time zones. Thanks to Wi-Fi sync, no need to adjust for DST manually or to keep track of time drifting! Weather is synced from free OpenWeatherMaps API every 15mins as before.
Also, if not for ChatGPT, I would have never figured any of this out on my own.
Credit to GuruSR for providing a fantastic software for this watch!
 

Attachments

  • 1686188906515.png
    1686188906515.png
    2.5 KB · Views: 81
  • 1686188933370.jpeg
    1686188933370.jpeg
    176.8 KB · Views: 79
Finally got hold of some Lego sets I had been eyeing:

Lego Pac-man arcade replica, The Office and Creator Taxi (goes well with Lego Tuk Tuk):

O1PcB5T.jpg


The Pac-Man is HUGE and HEAVY, and the crank on the side essentially loops the Pac-man and ghosts like in an arcade game. Pac-man and ghosts can be displayed separately, and they change orientation (Pac-man chasing the ghosts) at the click of a button:

iZj4BC7.jpg


The Office, of course, because who doesn't love Dunder Mifflin and Michael Scott and Pam and Jim and Dwight and Erin and Andy.

4m2Oddb.jpg
 
Based on the detailed 7 segment watch face, designing my own to incorporate multiple time zones. This feature would finally make it an able replacement for my 10 year old Casio AE-1000W.
Pic 1: Mockup in pdn of how it is supposed to look ("5280" is the placeholder for second time zone, and the "JUN" below the second clock is placeholder for time zone name)
Pic 2: Design in progress. Mostly done with the revised design, now just need to add the second time-zone and write a function to be able to switch between multiple secondary time zones. Thanks to Wi-Fi sync, no need to adjust for DST manually or to keep track of time drifting! Weather is synced from free OpenWeatherMaps API every 15mins as before.
Also, if not for ChatGPT, I would have never figured any of this out on my own.
Credit to GuruSR for providing a fantastic software for this watch!
Finally done! Yet to add switching between multiple timezones but that and more is (hopefully) coming soon ;)
 

Attachments

  • 20230609_031816.jpg
    20230609_031816.jpg
    274.7 KB · Views: 83
Bathyal CNC anodized aluminium case for the Watchy - very slim and premium feeling (apart from the strap) but need to figure out a way to protect the screen
Also secondary timezone watchface is now complete! All relevant code here
 

Attachments

  • 1686454926572.jpeg
    1686454926572.jpeg
    144.8 KB · Views: 79
  • 1686454937584.jpeg
    1686454937584.jpeg
    222.4 KB · Views: 89
  • 1686454949937.jpeg
    1686454949937.jpeg
    136.8 KB · Views: 82
  • 1686454957785.jpeg
    1686454957785.jpeg
    287.5 KB · Views: 87
Back
Top