This project aims to bring Arduino hardware into the Nerf Stryfe (or any pusher based semi-automatic) blaster platform.
Because this project requires the use of symbolic links, you will need to use the command line to clone the repository. Visual Studio Code can do it, but it does not permit symbolic links by default.
git clone -c core.symlinks=true
These are the boards and hardware being used by the project:
- Adafruit Feather M4 Express - Mainboard sketch
- Adafruit Micro SD SPI or SDIO Card Breakout Board
- Tactile Button Switch (6mm square, 5mm tall)
- Pololu Dual G2 High-Power Motor Driver 18v18 Shield for Arduino
- Pololu G2 High-Power Motor Driver 18v17
- Pololu 5V, 500mA Step-Down Voltage Regulator
- Adafruit Feather nRF52840 Express - Bluetooth sketch
If you wish to use the Bluetooth connectivity included with this device, please see the Wiki page.