I made a smart watch from scratch
m.imgur.com
I made a smart watch from scratch
1–10 of 228 posts
Re: I made a smart watch from scratch
#2Re: I made a smart watch from scratch
#3I would have been impressed with anything functional, but to me this actually looks nicer than the vast majority of commercially produced smart watches. Awesome!
Re: I made a smart watch from scratch
#4I would have been impressed with anything functional, but to me this actually looks nicer than the vast majority of commercially produced smart watches. Awesome!
The Samsung smart watches look really nice to me, I don't know how decent they are in real life though since I don't own one.
Re: I made a smart watch from scratch
#5Re: I made a smart watch from scratch
#6I would have been impressed with anything functional, but to me this actually looks nicer than the vast majority of commercially produced smart watches. Awesome!
The Samsung smart watches look really nice to me, I don't know how decent they are in real life though since I don't own one.
Re: I made a smart watch from scratch
#7Re: I made a smart watch from scratch
#8[0]https://old.reddit.com/r/DIY/comments/bivyok/i_made_a_smartw...
[1]https://old.reddit.com/r/DIY/comments/bivyok/i_made_a_smartw...
Re: I made a smart watch from scratch
#9Love the little gifs to explain how it's done, especially the stenciling of the PCB.
I'm curious, how/why did you choose the DA14683 chip?
Re: I made a smart watch from scratch
#10This is nicely done, beautiful aesthetics. There are multiple phases (HW, SW, Mechanics) which would be impressive enough on their own. Kudos! Love the little gifs to explain how it's done, especially the stenciling of the PCB. I'm curious, how/why did you choose the DA14683 chip?
"I picked the MCU for a couple of reasons:
-Very low power transmit/receive for the bluetooth (-Cheap
-High speed on the SPI bus. The display writes are limited by the SPI bus. It requires a 9-bit word (additional bit is used for data/command). So being able to run the SPI bus at 48MHz is clutch.
-Has PMIC integrated into chipset. I don't need to include additional circuitry for a buck-boost regulator or a lipo charger since the dialog part has it all built in!
-Cheap"