How to Cause Trouble with the LilyGo TTGO ESP32 Smartwatch

Sdílet
Vložit
  • čas přidán 20. 08. 2024
  • For entertainment purposes only. This LILYGO TTGO T-Watch-2020 ESP32 watch was kindly sent to me by Banggood.com for my unbiased review. If you're interested in the watch, it can be purchased through my affiliate link at www.banggood.c...
    Resources I found helpful making this stuff
    My Arduino Library - github.com/mud...
    Volos Example Code - github.com/Vol...
    Volos CZcams - / @volosprojects
    TV B Gone Example - github.com/agr...
    ESP Honeypot - github.com/rid...
    Morse Code - create.arduino...
    Rui Santos - RandomNerdTuto...

Komentáře • 79

  • @SimpleElectronics
    @SimpleElectronics Před 3 lety +8

    Wow, pretty neat! I only wish it was waterproof - but either way, a pre-made wearable ESP32 is a pretty cool thing!

    • @AnotherMaker
      @AnotherMaker  Před 3 lety +2

      The advertisement says "Water Resist" but looking at that back with the grill on it, I can't imagine it could be. Sounds like a future test.

  • @UReasonIt
    @UReasonIt Před 3 lety +8

    Nice little device. The M5 stack ESP's would be good candidates as well. In a meeting at the beginning of last year (a decade ago now), we had a meeting about cyber threats, and I said I worried most about little devices like this running nefarious code in someone's pocket or my big fear, a van with a cluster of RPI's, a commercial or high-end wifi router hacking then spoofing your network. These things don't take a government's money backing to do.

    • @AnotherMaker
      @AnotherMaker  Před 3 lety

      Yeah. I'm sure Defcon and BlackHat were loaded with ESP devices. I do have the M5 StickC and Stack 5. I've never used them for that type of thing, but that would be a fun project.

  • @DesignsDigitalz
    @DesignsDigitalz Před 3 lety +3

    dude you got to make these sketch's available, lets have some fun :) Awesome work mate

  • @DadgeCity
    @DadgeCity Před měsícem

    3 years later, there still only seems to be a couple of this watch types available.

  • @NickReynolds
    @NickReynolds Před 3 lety +2

    Some fun little examples there, mine is still in its box as I've not really found time to look into writing something that makes use of the display yet.

    • @AnotherMaker
      @AnotherMaker  Před 3 lety

      Yeah. I'm terrible with anything graphics related, so I would just be modifying example code if I did.

  • @mythilr
    @mythilr Před 3 lety +5

    could you share the source code for the Morse code program

    • @AnotherMaker
      @AnotherMaker  Před 3 lety +5

      It took me a while to find it, but here you go :) github.com/mudmin/AnotherMaker/blob/master/esp32-watch/morse.ino

  • @geertverstraete718
    @geertverstraete718 Před 2 lety +2

    Is the strap replacable? Is it compatible with other smartwatches? (for ex apple watch?) it looks like it

  • @scarletking8541
    @scarletking8541 Před 2 lety +2

    Can you make a tutorial how to program that watch

    • @AnotherMaker
      @AnotherMaker  Před 2 lety +2

      I would need to get it back out, but it actually programs just like any other Arduino.

  • @MyDvR7
    @MyDvR7 Před 2 lety +1

    That morse code is cool,but not readable because there was no space between each letter..... that means you cannot decifer each one separatly

    • @AnotherMaker
      @AnotherMaker  Před 2 lety

      I think I made a modification for that after the video. I'll have to check my code.

  • @thatoneintrovert9618
    @thatoneintrovert9618 Před rokem +2

    Can you use this as a deauther? If I got this, I'd want it to run 4 applications:
    Nyan Cat WiFi analyzer
    TV B Gone
    Wi-Fi Deauther by SpaceHuhn (with the interface)
    Honeypot

    • @AnotherMaker
      @AnotherMaker  Před rokem

      Absolutely. You can use it for anything you can do with an ESP32 including that

  • @Mx-hl4jq
    @Mx-hl4jq Před rokem

    That T.V on would cause some chaos in walmart :)

    • @AnotherMaker
      @AnotherMaker  Před rokem

      That was going to be my original plan but since I do my grocery shopping there I could not afford to be banned for life :-)

  • @frinkemon
    @frinkemon Před rokem +1

    your Morse code didn't have any inter-character spacing so would be really hard to read.

    • @AnotherMaker
      @AnotherMaker  Před rokem

      I did make another version for an escape room that added the spaces.

  • @qzorn4440
    @qzorn4440 Před 2 lety

    hello, i have a: LILYGO® TTGO T-CAN485 ESP32 CAN RS-485 Modbus Supports TF Card WIFI Bluetooth Wireless and do you have some suggestions on how to use it with the arduino ide?
    great lilygo watch video, thank you

    • @AnotherMaker
      @AnotherMaker  Před 2 lety

      Thank you. I've never used that board, but here is an example sketch. github.com/Xinyuan-LilyGO/T-CAN485/tree/main/example/Arduino/RS485-modbus I think you will have to create a folder in your arduino folder and add both that sketch and the config.h file in there so it will know where to look for it. I hope that helps.

  • @pileofstuff
    @pileofstuff Před 3 lety +1

    That's a fun little toy.
    Try not to get arrested (or at least have a camera rolling if you do...)

    • @AnotherMaker
      @AnotherMaker  Před 3 lety +3

      haha. I was going to try it at Target because I don't care if I'm not allowed to go back there...but then I realized I'm too lazy to go to target just to do some clandestine filming.

  • @victortorres1585
    @victortorres1585 Před rokem

    As some one with no tech experience but looking to have safe fun how do I start to program once I buy this

    • @AnotherMaker
      @AnotherMaker  Před rokem

      Basically any tutorial on programming an esp32 will get you there. I recommend the site Random Nerd Tutorials

  • @Mr.Engine993
    @Mr.Engine993 Před 3 lety +1

    How did you manage to interface the IR transmitter in the watch? I am still not able to understand a thing from the library example. Could you please share the IR sketch?

    • @AnotherMaker
      @AnotherMaker  Před 3 lety +2

      I uploaded the code for you. The first example (01) sends a basic infrared signal. 02 is the one I used in the video. You will need to upload the world codes file and probably main.h to your project folder for your sketch. The upload will fail if it's not there. github.com/mudmin/AnotherMaker/tree/master/esp32-watch/infrared-tv-b-gone I may make a separate video on it, but it will be a while, so enjoy the code :)

    • @Mr.Engine993
      @Mr.Engine993 Před 3 lety

      @@AnotherMaker thank you I will try it :)

  • @BenzionMenashe
    @BenzionMenashe Před 2 lety +1

    Would it be possible to program it to use a MITM attack and basically act as a Wifi jammer?

    • @AnotherMaker
      @AnotherMaker  Před 2 lety

      There are lots of ESP32 wifi deauther scripts. I think that's where I would start

    • @BenzionMenashe
      @BenzionMenashe Před 2 lety

      @@AnotherMaker thanks! any websites you would recommend?

  • @Kevin-ps9qd
    @Kevin-ps9qd Před 2 lety

    can you make a video on adding deauther apps to it

    • @AnotherMaker
      @AnotherMaker  Před 2 lety

      I will add that to my list. Although any esp32 deauther sketch should work because this is a regular esp32 at heart.

  • @BuildTimeMC
    @BuildTimeMC Před 2 lety

    The on and off is same one yes? So I can turn on any TV with that last one?

    • @AnotherMaker
      @AnotherMaker  Před 2 lety

      Usually it is. There are some tvs whose remotes have dedicated on/off buttons, but most use the same, so yes.

  • @GorkemYildirim
    @GorkemYildirim Před 3 lety

    Interesting projects indeed.

  • @MarkGreen-pp3qy
    @MarkGreen-pp3qy Před rokem +1

    does this go to be programmed

    • @AnotherMaker
      @AnotherMaker  Před rokem +1

      It just gets programmed as an ESP32 in the Arduino ide

    • @MarkGreen-pp3qy
      @MarkGreen-pp3qy Před rokem

      Ok

    • @MarkGreen-pp3qy
      @MarkGreen-pp3qy Před rokem

      @@AnotherMaker do i go to GitHub to program it

    • @MarkGreen-pp3qy
      @MarkGreen-pp3qy Před rokem

      @@AnotherMaker do I have to have a Windows computer to program it

    • @AnotherMaker
      @AnotherMaker  Před rokem

      @@MarkGreen-pp3qy No it can be mac or linux. Anything that can use the arduino ide.

  • @oZink-
    @oZink- Před 9 měsíci

    please could i have the hotspot code great vid btw :)

  • @housemd8648
    @housemd8648 Před 2 lety

    Alguien sabe si se puede hacer deauther con este reloj?

    • @AnotherMaker
      @AnotherMaker  Před 2 lety

      The code for any esp32 deauther would work

  • @scarletking8541
    @scarletking8541 Před 2 lety

    Does it work in your watch or any watch

    • @AnotherMaker
      @AnotherMaker  Před 2 lety +1

      It definitely needs to be this special ESP32 watch.

  • @vg0o
    @vg0o Před 2 lety

    skip throu the whole video but didn't see any time digit represented on the watch..

    • @AnotherMaker
      @AnotherMaker  Před 2 lety

      The original software that comes with the watch shows the time so I didn't think I needed to recreate that. They provide code for that.

    • @vg0o
      @vg0o Před 2 lety

      @@AnotherMaker yeah, i was joking.. thanks for creating such an interesting video. ☺️

  • @brianhackit7900
    @brianhackit7900 Před rokem

    Cool project

  • @victortorres1585
    @victortorres1585 Před 9 měsíci

    Do you have the code for the honeypot

    • @AnotherMaker
      @AnotherMaker  Před 9 měsíci

      It's in the Arduino IDE Library manager as SimpleHoneypot by mudmin

  • @chasedavis2358
    @chasedavis2358 Před 3 lety

    Can you use it as a deauther?

    • @AnotherMaker
      @AnotherMaker  Před 3 lety +1

      Absolutely. Any of the esp32 deauth libraries will work. If I make another video on this watch, that will be it.

    • @evanciao
      @evanciao Před 3 lety

      @@AnotherMaker Yes pleaseee

  • @jacksonvillereclaimedwood6709

    You sold me!!

    • @AnotherMaker
      @AnotherMaker  Před rokem

      I hope you like it. It's at least a fun project.

  • @MaxSMoke777
    @MaxSMoke777 Před 3 lety

    I double-dog dare you to get that speaker to work! It's mentioned, but there's ZERO doc's about it and no examples. I was able to get full color images to work, by hacking up the Batman watch example, and even access the vibration motor, but I could find NOTHING on that accursed speaker!

    • @AnotherMaker
      @AnotherMaker  Před 3 lety +1

      Ok. Challenge accepted. I'm getting the watch back out to take a look. I have a few ideas to try to get it to work :)

    • @NielsNL68
      @NielsNL68 Před 3 lety

      @@AnotherMaker i love to hear the sound of it ... in the latest T-watch library there is a example using the speaker. I have been thinking to buy one myself as well the latest version of the watch has also a mic onboard.

    • @stevy2
      @stevy2 Před 2 lety

      I see 4 examples under the BasicUnit category.

  • @richcolour
    @richcolour Před rokem

    Bar watches the CCTV and see a flashing light coming from your wrist

  • @mycosys
    @mycosys Před 3 lety

    Apparently 45 Dollarydoos form the Aussie warehouse.

    • @AnotherMaker
      @AnotherMaker  Před 3 lety +1

      Yeah but the benefit is that you get to live in Australia :-)

  • @stevenrogersfineart4224

    The title should be WAYS to get yourself in trouble rather than HOW.