Joystick Controlled FPV Cam Arduino
by fixingj in Circuits > Arduino
332 Views, 2 Favorites, 0 Comments
Joystick Controlled FPV Cam Arduino
This is a joystick controlled FPV cam system fully based off the Arduino UNO microcontroller board (generic). I made this system to be able to control all movement of the FPV cam all with a single joystick, while viewing the camera contents on the FPV goggles that came with the FPV cam device.
Supplies
All supplies are available on amazon under $30.
Supplies List:
Any FPV cam
Arduino UNO
Joystick for Arduino
4.5V battery pack
2 SG90 Servos
Wiring to the Board
Arduino 3.3V >> Joystick +5V
Arduino 5V >> RED SERVO WIRE
GND >> BROWN SERVO WIRE
A0 >> Joystick VRX
A1 >> Joystick VRY
A2 >> SERVO 1 ORANGE WIRE
A3 >> SERVO 2 ORANGE WIRE
VIN / FPV CAM POWER INPUT >> 3 AAA Battery Pack RED WIRE
Arduino GND / FPV CAM GROUND >> 3 AAA Battery Pack BLACK WIRE
Programming the Arduino UNO
UPLOAD THIS FILE TO THE ARDUINO VIA THE ARDUINO IDE.