Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lalugue/nerf-servo-targets
Remote-controlled servo-powered Lego-based Nerf targets!
https://github.com/lalugue/nerf-servo-targets
arduino ir-remote lego nerf servo
Last synced: about 2 months ago
JSON representation
Remote-controlled servo-powered Lego-based Nerf targets!
- Host: GitHub
- URL: https://github.com/lalugue/nerf-servo-targets
- Owner: lalugue
- License: apache-2.0
- Created: 2024-02-24T13:45:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T01:46:37.000Z (7 months ago)
- Last Synced: 2024-06-01T02:37:42.310Z (7 months ago)
- Topics: arduino, ir-remote, lego, nerf, servo
- Language: C++
- Homepage: https://lalugue.github.io/blog/remote-controlled-nerf-targets
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remote-controlled Lego Nerf Targets
Remote-controlled targets for foam blasters made mostly out of Lego (and Lego-compatible) blocks!
Check out the [blog article](https://lalugue.github.io/blog/remote-controlled-nerf-targets) for a demo and more details on the build!
# Setting up the software
The project uses PlatformIO, it has a helpful guide for [getting started](https://docs.platformio.org/en/latest/integration/ide/pioide.html). After setting up, the project should build successfully
# Libraries used
- Arduino-IRremote ([MIT](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/f5a3af340b4bfcefd1d795984f1eafe1cad631ce/LICENSE))
- Servo Library for Arduino ([LGPL-2.1](https://github.com/arduino-libraries/Servo/blob/85e8cdd3b1dc26402b3529f86955830b47e19df6/LICENSE.txt))