Aim
The aim of this project is to Construct a digital photo frame with a servo motor that changes the displayed image when someone approaches, providing an interactive viewing experience.
Problem statement
The system should incorporate touch or gesture controls, allowing users to interact with and customize the displayed content, such as photos, videos, or digital art. Address challenges like intuitive user interfaces, seamless content management, and energy-efficient display technologies. Develop an interactive digital frame solution that enhances the user experience, providing a modern and customizable way to showcase memories and artistic expressions in homes or public spaces.
Material used
Input: Ultrasonic Sensor
Brain: TinkerSpace Brain Board
Output: Servo Motor
Battery: 5V Lithium-ion rechargeable battery
Component description
Ultrasonic sensor
Ultrasonic sensor is used to detect the person near the frame.
Servo Motor
Servo motor will oscilate when the person is detected
TinkerSpace Brain Board
TinkerSpace board acts as brain of this project, its function is to monitor Ultrasonic Sensors and Servo Motor.
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
Case 1: When the person is detected, Ultrasonic sensor turns ON. The brain board sends signal to servo motor to oscilate +/- 90 Degree.
Case 2: When the person is detected, Ultrasonic sensor turns OFF. The brain board sends signal to servo motor to oscilate Degree.
Circuit Design (DesignSpace)
Step 1: Connect ULTRASONIC SENSOR to input 3
Step 2: Connect Servo Motor to output 1
Step 3: Connect supply and test project.