Это видео недоступно.
Сожалеем об этом.

LilyGO TTGO Watch - Program your smart watch using Arduino IDE and play Games

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2020
  • In this video i will show You my new programmable TTGO smart watch. This watch is based on ESP32 chip so it have wifi and bluetooth support. I am using Arduino IDE to program it. I created couple app and two games for it. You can download games here:
    SUBSCRIBE HERE:
    / @volosprojects
    You can buy this watch here: www.banggood.c...
    You can also buy me a coffe at:
    ko-fi.com/volo...
    TicTacToe game:
    github.com/Vol...
    SpaceWars for TTGO Watch:
    github.com/Vol...

Комментарии • 34

  • @Link-channel
    @Link-channel 3 года назад +7

    This channel is really good, and getting better! Don't give up, and don't stop improving the editing, the language, and the topics 😃👍🏻

    • @VolosProjects
      @VolosProjects  3 года назад +3

      Thank you, this mean a lot to me, thank you my friend😊

    • @Link-channel
      @Link-channel 3 года назад +3

      @@VolosProjects I also follow Ben Eater, give it a look: he created 8bit computers out of breadboards, using Z80 and MOS6502 microprocessors 😱

  • @ritwickjha3954
    @ritwickjha3954 3 года назад +2

    would you do a walkthrough of how you created those apps? i wanna learn how to code the esp32 as well

  • @TheRealFrankWizza
    @TheRealFrankWizza 3 года назад +1

    I just got this watch. I haven't been able to flash anything on it from linux, but I will try from windows one of these days.

  • @roostertechchan
    @roostertechchan 3 года назад +3

    If the watch has accelerometer you can use that for navigating the spaceship :)

  • @DenyWatanabe
    @DenyWatanabe 10 месяцев назад

    Awesome video, short and informative, many thanks! If I understand correctly you can totally replace the original program with your own so it boots directly into it, correctly? I'm also guessing from your video that it's possible to have the screen always on, right? My project would be a Bluetooth remote for a MIDI controller for my guitar pedal board, I'm still going to need to build the receiver with MIDI output, and the watch will be velcroed to my guitar. Do you think my idea is doable? Basically I'll have 4 or maybe 6 buttons on the display, which will send commands via Bluetooth to the receiver which will send the MIDI commands to the pedal board. Another question is whether the battery will last 3 hours with the screen on. Thanks in advance for any help or tips you can share 🙂

  • @jeffali8758
    @jeffali8758 2 года назад +1

    Bro u really 😂😂 love ur game

  • @RebelOldSchool
    @RebelOldSchool 2 года назад

    hello, I'm looking for a screen to play a 3 inch gif on my instrument, which screen would you recommend in terms of image clarity and quality?

  • @digitalartee
    @digitalartee 3 года назад

    I like it! Thanks dude.

  • @qzorn4440
    @qzorn4440 2 года назад

    great information 🤩 do you have any suggestions on how to get stated with the?: LILYGO T-CAN485 ESP32 Development Board CAN RS485 IoT Modbus485 Engineer Control Module

  • @SixtyNeptune
    @SixtyNeptune 3 года назад

    what screens do u use? you have so many videos with such perfect display screens.
    may you list it please?

    • @VolosProjects
      @VolosProjects  3 года назад +1

      These are not only screens, development boards with built in tft screens. Mostly based on esp32.

  • @imGREENMANworld
    @imGREENMANworld 3 года назад

    Hi, do you know if it is possible to make this watch like IOt device for AWS IoT

  • @MickesSg
    @MickesSg 3 года назад +2

    Nice;-)

  • @elenick1359
    @elenick1359 2 года назад

    Can you make something for colmi p8 plus smartwatch?

  • @yogenrai5651
    @yogenrai5651 4 месяца назад

    sir can you be my mentor and tell me the steps to become a pro like you sir can you help me please

  • @briankumanchik2474
    @briankumanchik2474 2 года назад

    I can't seem to get it to work with the 2020 v2 version, do you know if it does?

    • @VolosProjects
      @VolosProjects  2 года назад

      where is problem? did you install all libraries and boards?

    • @briankumanchik2474
      @briankumanchik2474 2 года назад

      ​@@VolosProjects yes, your config.h has V1, I tried it like that and tried changing the V1 to V2, I'm getting:
      Compiling sketch...
      "lots of stuff that didn't cause errors here"
      "C:\\Users\\bkuma\\AppData\\Local\\Temp\\arduino_build_69942\\sketch\\ttgoGameConsole.ino.cpp.o"
      In file included from C:\Users\bkuma\OneDrive\Desktop\ttgoGameConsole\ttgoGameConsole.ino:2:
      buttons.h:1:1: error: stray '\357' in program
      int frames=6;
      ^
      buttons.h:1:2: error: stray '\273' in program
      int frames=6;
      ^
      buttons.h:1:3: error: stray '\277' in program
      int frames=6;
      ^
      Using library TTGO_TWatch_Library-master at version 1.4.2 in folder: C:\Users\bkuma\Documents\Arduino\libraries\TTGO_TWatch_Library-master
      Using library SPI at version 2.0.0 in folder: C:\Users\bkuma\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3\libraries\SPI
      Using library Wire at version 2.0.0 in folder: C:\Users\bkuma\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3\libraries\Wire
      Using library FS at version 2.0.0 in folder: C:\Users\bkuma\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3\libraries\FS
      Using library SPIFFS at version 2.0.0 in folder: C:\Users\bkuma\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3\libraries\SPIFFS
      Using library Ticker at version 2.0.0 in folder: C:\Users\bkuma\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3\libraries\Ticker
      exit status 1
      stray '\357' in program

  • @briankumanchik2474
    @briankumanchik2474 2 года назад

    seems to have a problem with: int frames=6;

    • @VolosProjects
      @VolosProjects  2 года назад

      what version of ttgo twatch you have? mybe you need set diferent version in config.h file

    • @briankumanchik2474
      @briankumanchik2474 2 года назад

      @@VolosProjects I've done that!

  • @briankumanchik2474
    @briankumanchik2474 2 года назад

    I can't get it to work, I've tried a dozen times, sad how poorly this thing is supported! :( but I love your videos

    • @VolosProjects
      @VolosProjects  2 года назад

      Try older arduino ide, newer versions have problems with .h files

    • @VolosProjects
      @VolosProjects  2 года назад

      Is your error stray error?

    • @briankumanchik2474
      @briankumanchik2474 2 года назад

      @@VolosProjects I'm not sure what you mean by stray

    • @briankumanchik2474
      @briankumanchik2474 2 года назад

      @@VolosProjects I can export about 3 of the example files without any problem, but only a few of them work on my V2

    • @VolosProjects
      @VolosProjects  2 года назад +1

      @@briankumanchik2474 I updated code on github, try download it again