Raspberry Pi Pico and DS1307 Real Time Clock

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 เม.ย. 2021
  • Top Projects:
    Stopwatch Using Raspberry Pi Pico : • Stopwatch Using Raspbe...
    Home Automation Using Raspberry Pi Pico : • Home Automation Using ...
    Anti Theft Alarm : • Interfacing PIR Motion...
    Component Links:
    Raspberry Pi Pico - amzn.to/32WAgeY
    DS1307 RTC Module - amzn.to/3aLHp5W
    16*2 LCD - amzn.to/3xvO6mx
    I2C Module - amzn.to/3vvz925
    Jumper Wires - amzn.to/3u5819K
    Breadboard - amzn.to/3dV6U6W
    Project Files: github.com/panchalnikunj/Rasp...
    Social Media:
    Facebook: / nikunj.panchal.71216
    Instagram: / nikunjpanchal57
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Good Job! and very well packed!

  • @user-fq3pz4io2y
    @user-fq3pz4io2y 2 ปีที่แล้ว +1

    Thanks, great project. I think it makes sense to add a 3.3-5 volt logic level converter between the Gpio Pico and the LCD screen to avoid damaging the GPIO on the Pico board.

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

    Thanks it help me a lot .

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

    thank you

  • @JoseFernandez-yz1sf
    @JoseFernandez-yz1sf 3 ปีที่แล้ว

    Very good thanks

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

    Hello, thanks. I just adapted to my display. Nice exersize to learn Python also. My questionis: Does it possible define function (def) in Raspberry MicroPython? Is it possible to add high-order zero to minuts and seconds (17:07:08 instead of 17:7:8)

  • @yvesbarbin97
    @yvesbarbin97 2 ปีที่แล้ว

    You seem to find no problem operating the tiny DS1307 RTC module on 3V3 only. Was it a specific lot of tiny RTC or just plain one?

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

    Thanks
    It seems it took 2 days of trobleshoot
    With thny V5:13
    If lib gives error then Reinstall thonny and install urtc lib at fresh

  • @B.R.Garden
    @B.R.Garden 6 หลายเดือนก่อน

    Brother could you do write the same code for the max7219 instead of LCD display please.

  • @impreso3D
    @impreso3D 2 ปีที่แล้ว

    Hola , me guataria que me ayudaras a instalar una alarma en determinada hora.... tus videos son un gran aporte ojalá leas este mensaje

  • @debabratatah4887
    @debabratatah4887 2 ปีที่แล้ว

    Bro, it is saying machine module is not found. How to solve this?

  • @Mark-ut3ml
    @Mark-ut3ml 3 ปีที่แล้ว

    Sir good day ! Can i ask how can i trigger using set of time

    • @NikunjPanchal
      @NikunjPanchal  3 ปีที่แล้ว

      Hello, I don't understand what is trigger.
      What you want to do?

  • @user-ry5ei2qi7n
    @user-ry5ei2qi7n 2 ปีที่แล้ว

    how can i do this project to work with DHT11 ? can u combine them?

  • @yogeshitaliya473
    @yogeshitaliya473 3 ปีที่แล้ว

    सरस भाई

  • @badushashaik8429
    @badushashaik8429 2 ปีที่แล้ว

    More process than arduino

  • @RalphWLundvall
    @RalphWLundvall 3 ปีที่แล้ว

    DS3231 should suffice with no change to code except a double check of address.

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

    brother, you did NOT set up date/time on Pico - you set it on RTC and you display from RTC
    idea is: install RTC, set proper date/time and THEN synchronize date/time on Pico so that every function time related on Pico shows proper time - not the time from RTC ;-)

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

    Code a full clock on the Pico (options for setting the time) instead of this nonsense. 2-3 buttons around the display is easier and you can move on. :)

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

      program the code yourself ;)

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

      @@ovc47 I did.