Page 1 of 1
Smart Automated Pill Dispenser
Posted: Mon Jan 19, 2026 7:15 am
by Aditya_Negalur
My lcd is showing "40/30/2030"as date & "40:30:00"as time how to fix it?
Moderator note:
https://www.sciencebuddies.org/science- ... -dispenser
Re: Smart Automated Pill Dispenser
Posted: Wed Jan 21, 2026 11:34 am
by CarissaP
Hello,
This is a great project! If you are using the example code, you need to manually adjust the time on line 62
Code: Select all
RTCTime startTime(12, Month::APRIL, 2024, 8, 59, 50, DayOfWeek::FRIDAY, SaveLight::SAVING_TIME_ACTIVE);
before you upload the code.
Let us know if this works!
Carissa