ESP32 Internal RTC | Real-Time Clock with NTP Server | Hidden Features of ESP32

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ค. 2022
  • Hi, welcome back to my channel.
    Today's video is not about a particular project using esp32.
    It is about some hidden or should I say unexplored features of esp32.
    for example internal RTC, internal hall effect sensor, internal temperature sensor, touch-sensitive pins, DAC, and many others.
    These features are rarely discussed. So, today I am going to explore one of these features, esp 32 internal RTC, and how to use it in your project.
    Keep Watching.
    ✅ CODE: github.com/circuiTician/Embed...
    ____________________________________________________________________
    If you are interested in training programs & hands-on workshops in your college then you can contact me.
    Business contact details:
    *Email: circuitmaster8@gmail.com
    *Whats App: +91 62903 86215
    ____________________________________________________________________
    📢ESP32 Buy Link: amzn.to/3AzRjEt
    ➡If you are enjoying my video then please Subscribe to my channel:
    ✅th-cam.com/users/circuiTician?=1
    ➡You can also support us by clicking on this link:
    ✅rzp.io/l/support-circuitician
    ➡Follow me on social media :
    ✅Facebook: / circuitician
    ✅Instagram: / circuitician
    ✅Website: www.circuitician.com
    _____________________________________________________________________
    #be_creative #ESP32 #ESP32_RTC #RealTimeClock #circuitician
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @circuiTician
    @circuiTician  ปีที่แล้ว

    ➡You can also support us by clicking on this link:
    ✅rzp.io/l/support-circuitician

  • @frozeneye100
    @frozeneye100 10 หลายเดือนก่อน +3

    Only issue with esp32 is if it has brownout or power fail, it won’t remember time. For those cases it is a good idea to add an external etc with battery. They are super cheap

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

      Yes you can use them

  • @MakerFabio
    @MakerFabio ปีที่แล้ว +1

    Good job man
    Subscribed, so you are closer to 1k sub!

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

    Thanks... to get support for DST, and the other typical stuff I I added:
    #define MY_TZ "PST8PDT,M3.2.0,M11.1.0"
    configTime(0, 0, ntpServer); // 0, 0 because we will use TZ in the next line
    setenv("TZ", MY_TZ, 1); // Set environment variable with your time zone
    tzset();

  • @JoaoVictordosSMatos
    @JoaoVictordosSMatos ปีที่แล้ว

    Excellent work !!! Thank u
    :)

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

    Thank you so much for this, Sir! This helped me a lot!

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

    This is useful. Thank you!

  • @nadeemhirji908
    @nadeemhirji908 8 วันที่ผ่านมา

    Thank you!

  • @anubhabsaha3760
    @anubhabsaha3760 ปีที่แล้ว

    Amazing 👏

  • @kolboy2028
    @kolboy2028 ปีที่แล้ว

    Nice Video

  • @raghuramabl6729
    @raghuramabl6729 ปีที่แล้ว

    Super 💖

  • @programmer-bose1271
    @programmer-bose1271 ปีที่แล้ว

    Cool

  • @bhautikgondaliya9335
    @bhautikgondaliya9335 ปีที่แล้ว

    Good

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

    Great video! I have a question, it is possible to get the accurate date from the USB plugged into the PC instead of connecting to the wifi?

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

      There are some ways where you can fetch the data from PC via usb and use it according to your need

  • @janszal
    @janszal ปีที่แล้ว +1

    Thanks for the video. I am wondering how to setup external RTC Real-Time Clock with NTP Server. Can you give me any tips?

    • @circuiTician
      @circuiTician  ปีที่แล้ว

      Just use the library for the RTC module which you are using. And just set the time with the help of ntp library

  • @zandanshah
    @zandanshah ปีที่แล้ว

    Keep the good work going

  • @Schroeder9999
    @Schroeder9999 ปีที่แล้ว

    Cool. Thanks for the informative video
    ... But your logo is blocking portion of the codes... hahaha

    • @circuiTician
      @circuiTician  ปีที่แล้ว +1

      Thanks for your compliment....
      You can also find the code in the description of the video...

  • @bablumridula6672
    @bablumridula6672 ปีที่แล้ว

    👍👍👍👍

  • @muhammadsaqib6957
    @muhammadsaqib6957 ปีที่แล้ว

    Hello brother .. thank you so much for this informative video... I need your help in for fixing some issues I'm using ESP32 sim800l module ... I want to sync my internal rtc with built-in GSM module because whenever I start or restart my module it gives previous and wrong timestamp..

    • @circuiTician
      @circuiTician  ปีที่แล้ว +1

      Restart means power on reset so it will lost the time....
      Write a code such a way when the esp 32 starts then it will fetch the network time from sim module and sync it's rtc

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

    would it be possible to make that connect to a specific website to display a number from said website?

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

      Yes for that you have to write your custom code

  • @grzewikpl8562
    @grzewikpl8562 ปีที่แล้ว +1

    Does this code account for when the time changes from winter to summer etc.?

    • @circuiTician
      @circuiTician  ปีที่แล้ว

      Did not understand please clarify once

    • @grzewikpl8562
      @grzewikpl8562 ปีที่แล้ว

      @@circuiTician Im talking about daylight saving time. Its when you move by one hour forward somewhere before the summer ( recently happened)

    • @seppenijsen2840
      @seppenijsen2840 ปีที่แล้ว

      @@grzewikpl8562 Based on the code I assume it doesn't. Because of the +19800seconds, which is 5:30h later than GMT. I think it needs to be done manually.

  • @tabletopjam4894
    @tabletopjam4894 ปีที่แล้ว +2

    Informative, but I’d say you might wish to invest a little more into your audio setup

    • @circuiTician
      @circuiTician  ปีที่แล้ว

      Thanks for your suggestion We will look into it

  • @brianh21858
    @brianh21858 ปีที่แล้ว +1

    where is the list of parameters located?

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

    Aptions on.

  • @feynthefallen
    @feynthefallen ปีที่แล้ว

    I completely failed to be surprised when your code completely failed to work. Frankly your automagical use of configTime without explanation is about as useful as a chocolate frying pan.

    • @circuiTician
      @circuiTician  ปีที่แล้ว

      What type of error you are getting. Maybe you have done something wrong. This code will work 100%