Aim
The aim of the project is to control the direction and turn ON/OFF the Laser gun with two push buttons.
Problem statement
Operating a laser gun efficiently and safely is a complex task. The challenge is to design an automatic laser gun operator system that can autonomously control the aiming, firing, and targeting of laser guns, ensuring precision and safety
Material used
Input: 2 Push button
Brain: TinkerSpace Brain Board
Output: Servo motor+Laser LED+Buzzer
Battery: 5V Lithium-ion rechargeable battery
Component description
2 Push button
Push button is a push switch, it turn On when it is pressed
Servo motor
The function of the servo motor is to turn on/off the gun
Laser LED
Buzzer
The function of the Buzzer is to produce alert
TinkerSpace Brain Board
TinkerSpace board acts as brain of this project, its function is to monitor Push buttons and control Servo Motor,Laser LED and Buzzer
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
Case – 1: When left push button is pressed The sensor turns ON and sends signal 1 to the TinkerSpacebrain board (brain).The brain board turns on Servo Motor and Buzzer and gun moves to left ( servo angle decrements to 0 )
Case – 2: When right push button is pressed The sensor turns ON and sends signal 1 to the TinkerSpacebrain board (brain).The brain board turns on Servo Motor and Buzzer and gun moves to left ( servo angle decrements to 0 )
Case – 3: When both push button is pressed The sensor turns ON and sends signal 1 to the TinkerSpacebrain board (brain).The brain board turns on Laser LED and Buzzer and it blinks
Circuit Design (DesignSpace)
Step 1: Open TCode App -> Create New project -> Open DesignSpace
Step 2: Connect the Push Button to INPUT of the Brain board.
Step 3: Connect Servo Motor,Laser LED and Buzzer to Output of the Brain Board.
Step 4: Connect supply and test project.