How to Cause Trouble with the LilyGo TTGO ESP32 Smartwatch

Поделиться
HTML-код
  • Опубликовано: 20 фев 2021
  • 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.com/custlink/3Dm...
    Resources I found helpful making this stuff
    My Arduino Library - github.com/mudmin/ESPCanary
    Volos Example Code - github.com/VolosR/TTWatchCalc
    Volos RUclips - / @volosprojects
    TV B Gone Example - github.com/agrimpelhuber/esp8...
    ESP Honeypot - github.com/ridercz/HoneyESP
    Morse Code - create.arduino.cc/projecthub/...
    Rui Santos - RandomNerdTutorials.com/esp32...
  • НаукаНаука

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

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

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

  • @SimpleElectronics
    @SimpleElectronics 3 года назад +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  3 года назад +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 3 года назад +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  3 года назад

      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.

  • @NickReynolds
    @NickReynolds 3 года назад +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  3 года назад

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

  • @DadgeCity
    @DadgeCity 6 дней назад

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

  • @geertverstraete718
    @geertverstraete718 2 года назад +2

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

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

    Interesting projects indeed.

  • @Mr.Engine993
    @Mr.Engine993 3 года назад +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  3 года назад +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 3 года назад

      @@AnotherMaker thank you I will try it :)

  • @thatoneintrovert9618
    @thatoneintrovert9618 Год назад +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  Год назад

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

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

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

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

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

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

      @@AnotherMaker thanks! any websites you would recommend?

  • @brianhackit7900
    @brianhackit7900 Год назад

    Cool project

  • @qzorn4440
    @qzorn4440 Год назад

    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  Год назад

      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.

  • @victortorres1585
    @victortorres1585 Год назад

    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  Год назад

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

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

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

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

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

  • @Mx-hl4jq
    @Mx-hl4jq Год назад

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

    • @AnotherMaker
      @AnotherMaker  Год назад

      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 :-)

  • @mythilr
    @mythilr 3 года назад +4

    could you share the source code for the Morse code program

    • @AnotherMaker
      @AnotherMaker  3 года назад +4

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

  • @scarletking8541
    @scarletking8541 2 года назад +2

    Can you make a tutorial how to program that watch

    • @AnotherMaker
      @AnotherMaker  2 года назад +2

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

  • @jacksonvillereclaimedwood6709
    @jacksonvillereclaimedwood6709 Год назад

    You sold me!!

    • @AnotherMaker
      @AnotherMaker  Год назад

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

  • @Kevin-ps9qd
    @Kevin-ps9qd 2 года назад

    can you make a video on adding deauther apps to it

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

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

  • @MyDvR7
    @MyDvR7 2 года назад +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  2 года назад

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

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

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

    • @AnotherMaker
      @AnotherMaker  3 года назад +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.

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

    Alguien sabe si se puede hacer deauther con este reloj?

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

      The code for any esp32 deauther would work

  • @oZink-
    @oZink- 8 месяцев назад

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

  • @victortorres1585
    @victortorres1585 8 месяцев назад

    Do you have the code for the honeypot

    • @AnotherMaker
      @AnotherMaker  8 месяцев назад

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

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

    Can you use it as a deauther?

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

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

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

      @@AnotherMaker Yes pleaseee

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

    Does it work in your watch or any watch

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

      It definitely needs to be this special ESP32 watch.

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

    Apparently 45 Dollarydoos form the Aussie warehouse.

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

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

  • @frinkemon
    @frinkemon Год назад +1

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

    • @AnotherMaker
      @AnotherMaker  Год назад

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

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

    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  3 года назад +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 3 года назад

      @@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 2 года назад

      I see 4 examples under the BasicUnit category.

  • @richcolour
    @richcolour Год назад

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

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

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

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

      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 2 года назад

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

  • @MarkGreen-pp3qy
    @MarkGreen-pp3qy 11 месяцев назад +1

    does this go to be programmed

    • @AnotherMaker
      @AnotherMaker  11 месяцев назад +1

      It just gets programmed as an ESP32 in the Arduino ide

    • @MarkGreen-pp3qy
      @MarkGreen-pp3qy 11 месяцев назад

      Ok

    • @MarkGreen-pp3qy
      @MarkGreen-pp3qy 11 месяцев назад

      @@AnotherMaker do i go to GitHub to program it

    • @MarkGreen-pp3qy
      @MarkGreen-pp3qy 11 месяцев назад

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

    • @AnotherMaker
      @AnotherMaker  11 месяцев назад

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

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

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