Тёмный

A Watch is a Watch · Developing a Watch Face for the Garmin Forerunner 45S 

Leandro Facchinetti
Подписаться 2,5 тыс.
Просмотров 16 тыс.
50% 1

I show a custom watch face that I designed for the Garmin Forerunner 45S. I go over the code and show you how to setup a development environment.
Download the watch face: github.com/leafac/AWatchIsAWa...
Repository with code:
github.com/leafac/AWatchIsAWatch
Get the SDK: developer.garmin.com/connect-...
Clone URI: git@github.com:leafac/AWatchIsAWatch.git
Developer documentation: developer.garmin.com/connect-iq/
Texts that helped me get started:
/ making-a-watchface-for...
/ i_wrote_a_custom_watch...

Наука

Опубликовано:

 

24 авг 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 28   
@TonyGonzales
@TonyGonzales 3 года назад
Very handy; thanks for taking the time to put this together.
@Thomason1005
@Thomason1005 2 года назад
very helpful commentary on this one. i started making my own one too! the garmin documentation is there, but has no examples, so this helped me get started into it.
@teemanonyoutube192
@teemanonyoutube192 2 года назад
Thank you! I've learnt so much from you and you have made a positive impact on my life!!!
@marcelorito2784
@marcelorito2784 3 года назад
Parabéns Leandro! Excelente projeto e bela iniciativa em compartilhar! Estou esperando chegar o meu 45 pra usar o seu projeto! Mai uma vez Parabéns! let me know if you got what I typed ok? I can say in English!
@stavajenta
@stavajenta 2 года назад
Thank you for a good and informative video!
@hectoryose2013
@hectoryose2013 Год назад
Didnt know it was this easy, Thanks a lot
@MrParity0
@MrParity0 Год назад
Thank you very much for getting me started :)
@leafac
@leafac Год назад
I’m glad to have helped. What are you working on?
@Ronaldo20174
@Ronaldo20174 2 года назад
Brilliant video 👍🙂.
@user-go1sp2tc8s
@user-go1sp2tc8s Год назад
Thank you for the video. I'm not so technical person. I wondered if you can help me to create what I need. It's the default watch face (2nd option) but instead the activity distance in the left, I want to change it to heart bit. Thank you!
@marcelorito2784
@marcelorito2784 3 года назад
Leandro, before I start your amazing project how could I get all variables list that is possible to show in the watch face? My question is because I would like to get another kind of information than usual, for example, stress, body battery, and current weather. Is that possible?
@leafac
@leafac 3 года назад
It should be possible and you can learn more about it in the developer documentation at developer.garmin.com/connect-iq/overview/ I haven’t done it myself to give you more detailed directions…
@levzak
@levzak 2 года назад
Thank you for the explanations! Can you create a video on how to create a digital watch face?
@leafac
@leafac 2 года назад
> Thank you for the explanations! Thank you for watching. > Can you create a video on how to create a digital watch face? I’m not sure I understand. What part of the process would you like to see besides what I covered in this video?
@gabrielcutillas7059
@gabrielcutillas7059 Год назад
Muy buenos estos videos para coger el hilo y hacer un watchface, me gustaría hacer algunas preguntas y no sé si podrías ayudarme. Quiero implementar en mi watchface los km recorridos desde el último lunes hasta hoy, es decir, los km semanales. y en otro campo los km recorridos en el mes actual. No encuentro info en internet, podrías ayudarme?
@jakub3471
@jakub3471 3 года назад
Can I use phone with garmin app ? Lets say I have fitness app from google play in my phone and I want to comfirm that I completed set with my garmin watch. Is it possible ?
@leafac
@leafac 3 года назад
Hmmm, sorry but I don’t know about that. The extent of my expertise is what I covered in the video: Creating a very simple watch face.
@eddielevin6544
@eddielevin6544 2 года назад
hello, there is a problem with heart rate monitoring every second i 3th party watch faces and the refresh rate ,every second, only works on garmin watchfaces, is there any way to make the heart rate refrashe every second?
@leafac
@leafac Год назад
As far as I can tell Garmin watch faces have a privilege that third-party watch faces don’t have access to: updating every second at all times. For third-party watch faces, the watch detects if the person pulled up the watch (supposedly the person is looking at the watch) and lets the watch face update every second; otherwise third-party watch faces may only update the screen less often. In my watch face I work around this by only showing the “seconds” when in this special mode. You can see the code for how I detect the special mode and handle everything. I don’t know of any way to change this behavior and have third-party watch faces update every second at all times…
@SindreEide93
@SindreEide93 3 года назад
I have no idea about programing at all. I have a easy app idea I wana make for my Garmin Decent MK1. It's basicly a timer. How bad will it be for a totall noob to manage to do this?
@leafac
@leafac 3 года назад
Not at all. I found the documentation and the development tools were good (they’re linked in the video description). Of course, the community is small, so if you run into issues there are few people to help you out. But if you give enough time and energy, I’m sure you can make it!
@mariuss68
@mariuss68 3 года назад
Hello, Is there a way to have month on medium format, three characters like Jan, Feb etc. ?
@leafac
@leafac 3 года назад
Yes. According to the documentation at developer.garmin.com/connect-iq/api-docs/Toybox/Time/Gregorian/Info.html#month-var, you may use FORMAT_MEDIUM instead of the FORMAT_SHORT that I use (github.com/leafac/AWatchIsAWatch/blob/master/source/AWatchIsAWatchView.mc#L27) and it should give you the month in the format you want. And worst-case scenario you can come up with a list like this (github.com/leafac/AWatchIsAWatch/blob/master/source/AWatchIsAWatchView.mc#L39) and have total control over how months show up. Good luck 😃
@mariuss68
@mariuss68 3 года назад
@@leafac Thank You.
@Jagerhund
@Jagerhund Год назад
Sorry for my beginner questions, but I have never coded and would love to design my own watch face following your example. Do I need to start from scratch, or are there templates in the programs you show? Can I load someone else's watch face from the Garmin IQ Store and tweak it to my liking? And maybe most importantly, does this program support square watch faces like my new Venu SQ? Thank you for any help you are willing to give to get me started.
@max5250
@max5250 Год назад
Designing a Watch face is an equivalent to coding a program. The best way to start is trying to find videos like this, or other sources explaining how to do it (there should be documents available on Garmin web pages. Template are probability just basic, and you will have to write your own code to get desired results. Watch Faces on Garmin IQ store are already compiled so you can't change them. You would need original source code from their authors. I guess all Garmin watches supporting custom made Watch Faces are supported, so if there are custom Watch faces for SQ, they were done using this software.
@bgbrunocom
@bgbrunocom 10 месяцев назад
missing lasts steps uploading and run in real life
Далее
Garmin Fenix Watch Faces : ConnectIQ Faces that Rock!
10:08
Connect IQ - Getting Started Pt. 1: Setup
21:01
Просмотров 39 тыс.
Introduction to Garmin Developer Programs
22:26
Просмотров 1,9 тыс.
Aura 879dsp новинка и хит
0:48
Просмотров 198 тыс.
#engineering #diy #amazing #electronic #fyp
0:59
Просмотров 2 млн