Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zarox28/arduino-turret
Simple turret made with 2 servos
https://github.com/zarox28/arduino-turret
arduino turret
Last synced: about 1 month ago
JSON representation
Simple turret made with 2 servos
- Host: GitHub
- URL: https://github.com/zarox28/arduino-turret
- Owner: Zarox28
- License: agpl-3.0
- Created: 2023-10-31T16:56:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T13:21:03.000Z (8 months ago)
- Last Synced: 2024-05-14T14:37:15.389Z (8 months ago)
- Topics: arduino, turret
- Language: C++
- Homepage:
- Size: 337 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Arduino - Turret
> Version: **1.0.0**
---
## Table of Contents
- [About](#about)
- [Components](#components)
- [Schematic](#schematic)
- [Installation](#installation)
- [Usage](#usage)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [License](#license)
- [Authors](#authors)## About
`Turret` is a project that aims to create a turret that can be controlled remotely via a joystick.
> **Note:** This project can be used for any project that uses a joystick and servos.
## Components
- 1x Arduino Uno
- 1x Joystick
- 2x Servos
- 1x Breadboard
- Some wires## Schematic
![Schematic](assets/wirering.jpg)
## Installation
1. Clone the repository
2. Open the `turret.ino` file in the Arduino IDE
3. Upload the code to the Arduino Uno## Usage
1. Connect the Arduino Uno to the computer
2. Move the joystick to control the servos## Changelog
See [CHANGELOG.md](CHANGELOG.md) for changes
## Contributing
Contributing is disabled for this repository
## License
This project is licensed under the AGPL v3 License - see the [LICENSE.md](LICENSE.md) file for details
## Authors
- **[@Zarox28](https://github.com/Zarox28)**