Compass UI on ESP32 T-Display S3

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 30

  • @bitman4204
    @bitman4204 7 หลายเดือนก่อน +2

    Your work is very impressive, thank U very much for sharing!!!!

    • @nishad2m8
      @nishad2m8  7 หลายเดือนก่อน

      Thank you.

  • @dhyanchandjani6500
    @dhyanchandjani6500 7 หลายเดือนก่อน +2

    Nice work. Simple and elegant UI design. All the best for future. 👍

    • @nishad2m8
      @nishad2m8  7 หลายเดือนก่อน

      Thank you 🤗

  • @xiaoding1856
    @xiaoding1856 7 หลายเดือนก่อน +4

    thanks to share your nice work

    • @nishad2m8
      @nishad2m8  7 หลายเดือนก่อน

      Thank you 🤗.

  • @RixtronixLAB
    @RixtronixLAB 7 หลายเดือนก่อน +1

    Creative video, thank you :)

    • @nishad2m8
      @nishad2m8  5 หลายเดือนก่อน

      Thank you! Cheers!

  • @RoboCNCnl
    @RoboCNCnl หลายเดือนก่อน

    Absolute boss !

    • @nishad2m8
      @nishad2m8  หลายเดือนก่อน +1

      Thank you 🤗

  • @giusepearturo
    @giusepearturo 7 หลายเดือนก่อน +3

    men that is great, i am creating a car alarm for my car with lora, my designer abilitys are very poor, woul you like take place in the project? is the interface for the nob, i am using a esp32 s3 display.

    • @nishad2m8
      @nishad2m8  7 หลายเดือนก่อน +1

      Thank you 🤗. My problem is I didn't finish it on time. Sometimes one task took one day, sometimes it took weeks for simple things. Share your ideas. I'll try.

    • @giusepearturo
      @giusepearturo 7 หลายเดือนก่อน

      is simple not too much and i can record everything and you can used to your channel@@nishad2m8

  • @johnheitz7517
    @johnheitz7517 6 หลายเดือนก่อน

    Nice Work!

    • @nishad2m8
      @nishad2m8  6 หลายเดือนก่อน

      Thank you

  • @dfn808
    @dfn808 7 หลายเดือนก่อน

    Awesome 👍

    • @nishad2m8
      @nishad2m8  7 หลายเดือนก่อน +1

      Thank you 🤗

  • @savelevpetrtatoshka
    @savelevpetrtatoshka 6 หลายเดือนก่อน

    Круто!

    • @nishad2m8
      @nishad2m8  6 หลายเดือนก่อน

      Спасибо

  • @brianzimmer1632
    @brianzimmer1632 6 หลายเดือนก่อน

    Is this a functioning compass or only for entertainment?

    • @nishad2m8
      @nishad2m8  6 หลายเดือนก่อน

      The ui currently uses random degree. If give real compass data to the ui elements it will become a functional compass.. check video th-cam.com/video/P-8HxCbIPsg/w-d-xo.html

  • @ekovir
    @ekovir 6 หลายเดือนก่อน

    Version for Amoled needed :D please

    • @nishad2m8
      @nishad2m8  6 หลายเดือนก่อน

      Now I don’t have amoled version. Have plan

  • @WagonLoads
    @WagonLoads 7 หลายเดือนก่อน +1

    I hate (grunt and point) caveman videos.. It would be nice if you explained things
    and how to add changes..
    From what I can tell, all you made was compass simulator using a random number as input..
    The only way it would be functional is:
    add a MPU9250
    or connect it to another esp using espNow, where the other esp has the MPU...

    • @GeeEmJay
      @GeeEmJay 7 หลายเดือนก่อน +1

      The video is titled "Compass UI" - the UI part being the key... The video is about creating the interface in figma and applying the interface elements to the TTGO.
      They have also pointed to their github, which includes the assets and PlatformIO code to do this yourself. If you want actual compass integration, it should be fairly simple to add in using a digital compass / magnometer sensor.

    • @WagonLoads
      @WagonLoads 7 หลายเดือนก่อน

      @@GeeEmJay Thanks.. I downloaded all of the code. PlatformIO wont work on ArduinoIDE..

    • @GeeEmJay
      @GeeEmJay 7 หลายเดือนก่อน

      @@WagonLoads PlatformIO is an addon for Visual Studio Code - it's a free download and far more versatile than ArduinoIDE

    • @nishad2m8
      @nishad2m8  7 หลายเดือนก่อน

      Hi, as GeeEmJay mentioned, you can simply pass the sensor data to the UI elements.

    • @WagonLoads
      @WagonLoads 7 หลายเดือนก่อน

      @@nishad2m8 Thanks. I think what you did looks great, but PlatformIO will not open on the ArduinoIDE.. Do you have the Arduino version?