Skip to content

Just a little project to mod a Nerf blaster with Arduino compatible hardware and Bluetooth support.

License

Notifications You must be signed in to change notification settings

jeff-winn/nemesis-mod

Repository files navigation

Nemesis Mod

It started off as me just wanting to play with an Arduino while repurposing some old .NET Gadgeteer hardware I had laying around the house. It turned into quite a bit more than that over the months that I worked on it. Hopefully the source code will help someone interested in replicating the success I had with my project with their own. Happy coding!

Branch Status
master CI Quality Gate Status

Setting up your environment

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 

Hardware Requirements

These are the boards and hardware being used by the project:

Optional Hardware

Bluetooth Support

If you wish to use the Bluetooth connectivity included with this device, please see the Wiki page.