Automatic Medicine Remainder: Team Members Guided by
Automatic Medicine Remainder: Team Members Guided by
Automatic Medicine Remainder: Team Members Guided by
• Arduino UNO board is connected with all other modules also it controls all other modules & made the
interfacing easier.
• Our project is based on embedded system we are using Arduino Uno for interfacing all things In that
Arduino is an open-source which is easy-to-use hardware and connected software. So Arduino is path
between hardware and software.
• Arduino boards read inputs from a press a button- and turn it into an output, turning on an LED and
buzzer, you can tell your board what to do by sending a set of instructions to the microcontroller of
Arduino.
4. Buzzer: Buzzer will ring at proper time when pills have to be taken.
5. LED : We have 7 boxes having an LED in each box which blinks to show us the specific box from
which the pills needs to be taken at given time.
7. Push Buttons:
We use 4 push buttons from which first one is used for reminding to take medicine once per a day,
second one is used to remind twice per day, third one is used to remind thrice per day and the fourth push
button is used to stop the buzzer when the user has heard the alert.
8. Jumper Wires:
Jumper wires are simply wires that have connector pins at each end, allowing them to be used to connect two
to each other without soldering . These are typically used with breadboards and other prototyping tools in
order to make it easy to change a circuit as needed.
• Working of Automatic Medicine Reminder System:
• The Pill Reminder Alarm is powered using 5V supply. When it first boots up, it shows a welcome
massage as “Welcome to Circuit Digest”.
• The LCD screen is set to cycle in three screens. The 1 st screen shows message as “Stay Healthy, Get
Well Soon”. The second screen is a help screen which tells to press select push button to select any one
time-slot to remind (once/twice/thrice in a day).
• The time slot is changeable in program and can be configured accordingly. Right now we have fixed
this into three durations i.e. 8am, 2pm, and 8pm.
• We have divided time slots into three modes. Mode 1 selects to take medicine once/day at 8am when
user presses 1st push button. Mode 2 selects to take medicine twice/day at 8am and 8pm when user
presses 2nd push button. Mode 3 selects to take medicine thrice/day at 8am, 2pm and 8pm if user
presses 3rd push button.
• We can also add a feature to snooze the buzzer for 10 minutes (not included in this project).
• When user selects desired slots by pressing push buttons, the user input is recorded and the time is
taken from RTC. When time is matched with selected time slot then the buzzer starts buzzing.