Arduino Laser Turret with Joystick Control This project is an Arduino-controlled dual-axis laser turret, operated using a joystick. Two servo motors control horizontal and vertical movement, while a potentiometer adjusts the laser intensity. A push button acts as a toggle switch to turn the turret ON/OFF, with a status LED indicator.
This project demonstrates servo control, PWM for laser brightness, and joystick interfacing with Arduino. Components Used
Arduino Uno
2 × Servo Motors led Module(didn't have a laser module) Joystick Module (X-axis → A0, Y-axis → A1) Potentiometer (for led intensity, A2) Push Button (ON/OFF control, D4) Green LED (status indicator, D2) Resistors, Breadboard & Jumper Wires
Features Dual-axis control using a joystick Adjustable led intensity with potentiometer ON/OFF toggle using push button with LED status Automatic turret reset when turned OFF