Aim
The aim of the project is used to alert and remind that it’s time to take medicine.
Problem statement
The elderly often face challenges in managing their medication schedules. The problem is to create an automatic medicine reminder system that assists the elderly in taking their prescribed medications on time
Material used
Input: Timer
Brain: TinkerSpace Brain Board
Output: Servo motor+ Buzzer
Battery: 5V Lithium-ion rechargeable battery
Component description
Timer
Buzzer
The function of the Buzzer is to produce alert
Servo motor
The function of the Servo Motor is open the lid
TinkerSpace Brain Board
TinkerSpace board acts as brain of this project, its function is to monitor Timer and control the Buzzer and Servo Motor.
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
Case 1: When timer detects the time 9.00AM, the Timer sensor(input) turns on sends signal 1 to the TinkerSpace Sensor board(brain). The sensor boards turns on the Buzzer(Output) and sets the angle of Servo Motor to 30 Degrees
Case 2: When timer detects the time 1.00PM, the Timer sensor(input) turns on sends signal 1 to the TinkerSpace Sensor board(brain). The sensor boards turns on the Buzzer(Output) and sets the angle of Servo Motor to 90 Degrees
Case 2: When timer detects the time 8.00PM, the Timer sensor(input) turns on sends signal 1 to the TinkerSpace Sensor board(brain). The sensor boards turns on the Buzzer(Output) and sets the angle of Servo Motor to 150 Degrees
Circuit Design (DesignSpace)
Step 1: Open TCode App -> Create New project -> Open DesignSpace
Step 2: Connect the Timer to INPUT of the Brain board.
Step 3: Connect Buzzer to Output 1 and Servo Motor to Output 2 of the Brain Board.
Step 4: Connect supply and test project.