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
Smart Automated Pill Dispenser
Moderators: kgudger, bfinio, MadelineB, Moderators
-
Aditya_Negalur
- Posts: 1
- Joined: Mon Jan 19, 2026 7:13 am
- Occupation: Student
-
CarissaP
- Student Expert
- Posts: 46
- Joined: Mon Jan 06, 2025 4:21 pm
- Occupation: Student
Re: Smart Automated Pill Dispenser
Hello,
This is a great project! If you are using the example code, you need to manually adjust the time on line 62
before you upload the code.
Let us know if this works!
Carissa
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);Let us know if this works!
Carissa

