Search found 4 matches

by Algester
Mon Dec 13, 2021 7:14 am
Forum: Programs, Libraries and Tools
Topic: DS3231 RTC library help???
Replies: 3
Views: 12104

Re: DS3231 RTC library help???

#from lib import RTC_DS3231 from lib import ds3231_port from lib import am2320 import time import utime import machine from ds3231_port import DS3231 from machine import I2C from lcd_api import LcdApi from pico_i2c_lcd import I2cLcd I2C_ADDR = 0x27 I2C_NUM_ROWS = 2 I2C_NUM_COLS = 16 i2c = I2C(0, sd...
by Algester
Sun Dec 12, 2021 2:18 pm
Forum: Programs, Libraries and Tools
Topic: DS3231 RTC library help???
Replies: 3
Views: 12104

Re: DS3231 RTC library help???

I'll try this out... maybe I could get results the way I want t too cause I have been stumped on why changing str(month) to month makes the library go bonkers when weekday works on my initial library
by Algester
Sun Dec 12, 2021 5:26 am
Forum: Programs, Libraries and Tools
Topic: DS3231 RTC library help???
Replies: 3
Views: 12104

DS3231 RTC library help???

I initially posted this in the Raspberry pico board of this forum but I may perhaps get better results here I have a library for the DS3231 https://github.com/Algester/Pico-Clock-with-DS3231-RTC/blob/main/lib/RTC_DS3231.py right now I have slapped in the Month array or so I think should be the month...
by Algester
Thu Dec 09, 2021 4:26 pm
Forum: Raspberry Pi microcontroller boards
Topic: DS3231 and a 1602 LCD pico
Replies: 0
Views: 6063

DS3231 and a 1602 LCD pico

https://github.com/Algester/Pico-Clock-with-DS3231-RTC So I have been toying with my pico for some time just trying to "understand" it So ultimately what I want to do is to have 3 buttons interface into the RTC and program itself 1-2 buttons when set into the RTC will be able to adjust the day/time ...