My ttgo t watch getting started page

So, to get started, let's try to find a way to get our own "hello world code" run in this device.

1. Setup IDE

First we going to need an IDE where we can write our program and upload it into the device.
I would prefer to use Visual Studio Code, but since, from their Github. Their's library is an Arduino Library. So I'm going to use it for now.
So, go download Arduino IDE if you still don't have it.

2. Include TTGO_TWatch_Library with the IDE

now we needs to include this board library to our IDE, you can follows their instruction here.
here is the step I took;

Download a zipfile from github using the "Download ZIP" button and install it using the IDE ("Sketch" -> "Include Library" -> "Add .ZIP Library...

after I installed the library, the library shows up, but not the board. If you encounter the same problem follows this link

after this, the example is still now showing in my arduino IDE. To make it appear, goto Tools>Board> select TTGO T-Watch

and everything is set up and ready to use yayyy!

Deemarc Burakitbumrung

A software develper who graduated from Electronic and Communication Engineer. Have an interest in the field of programming and embedded system.

No comments:

Post a Comment