[Raspberry Pi Pico W (c-sdk)] lwIP: Ep 1. NTP & RTC & Clock

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • This video introduces how Raspberry Pi Pico W uses the lwIP library to correct the RTC clock through NTP every 6 hours, and displays the time in the form of Digital or Analog Clock through the ILI9341 TFT LCD. The screen displays the status of the WiFi connection. When the network is disconnected and reconnected . Instantly adjust the time online.
    details and code:
    mcuapplab.blog...

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

  • @0124akash
    @0124akash 5 месяцев назад

    I want to make analog clock with this method but with one correction: second niddle rotation sweeping mode not step mode.

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

    Thanks.

  • @orph4nsx
    @orph4nsx 7 месяцев назад

    Is c better then Python on pico wo and why?
    Thanks

    • @MCUAppPrototypeLab
      @MCUAppPrototypeLab  7 месяцев назад

      I don't think one is better than the other. The one you are used to using is better.

    • @billcollins6894
      @billcollins6894 5 месяцев назад

      If real time response to events is critical then C is better. Python is easier to learn, but C is not that hard if you just follow simple example code.