Raspberry Pi Pico and DS1307 Real Time Clock

preview_player
Показать описание
Top Projects:

Component Links:

Social Media:

Рекомендации по теме
Комментарии
Автор

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.

МаксимГрищенко-нс
Автор

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

jdelectron
Автор

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?

yvesbarbin
Автор

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)

barinvic
Автор

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

B.R.Garden
Автор

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

impresoD
Автор

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

debabratatah
Автор

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

Mark-utml
Автор

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

καΝενας-δλ
Автор

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

RalphWLundvall
Автор

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

zyghom
Автор

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

elektronkim