Search found 5 matches

by ToxyRocker
Thu Feb 20, 2020 3:03 pm
Forum: Show-off Corner
Topic: Upgraded lamp zapper Build log
Replies: 4
Views: 4895

Re: Upgraded lamp zapper Build log

Ok so i have come up with a way that works and does what i want. Here's what i made so far: // Constants won't change. They're used here to set pin numbers: const int irPin = 3; // The number of the ir pin const int soundPin = 4; // The number of the sound trigger pin const int motorPin = 5; // The ...
by ToxyRocker
Sun Feb 16, 2020 3:08 pm
Forum: Show-off Corner
Topic: Upgraded lamp zapper Build log
Replies: 4
Views: 4895

Re: Upgraded lamp zapper Build log

Long time no see. I never got it to work with the adafruit trinket. I didn't know why so I gave up. Yesterday I tried again and found out that the trinket didn't have hardware serial. That's why nothing worked. I got an Arduino micro instead and wow. Now the example sketches actually work so I can l...
by ToxyRocker
Sat May 25, 2019 1:21 pm
Forum: Show-off Corner
Topic: Upgraded lamp zapper Build log
Replies: 4
Views: 4895

Re: Upgraded lamp zapper Build log

Been sitting here for a few hours trying to understand how i2c works and how to write it in the code. No luck. I keep getting these errors: error: 'TwoWire' has not been declared error: 'Serial' was not declared in this scope I have no clue what they mean and why i get them. So i need to google arou...
by ToxyRocker
Wed May 15, 2019 5:53 pm
Forum: Show-off Corner
Topic: Upgraded lamp zapper Build log
Replies: 4
Views: 4895

Upgraded lamp zapper Build log

So when i found the video of the Lamp Zapper i wanted one. And only way to get it was to build one myself. I have zero experience with arduino. So i spent an evening researching what i would need to build a better Lamp Zapper. I looked for parts. And i found parts. Lots of cool stuff. First i wanted...
by ToxyRocker
Tue May 07, 2019 5:57 pm
Forum: General Project Chat
Topic: Lamp Zapper Guide
Replies: 15
Views: 19287

Re: Lamp Zapper Guide

Just found this on youtube and love it. Im going to make my own but i have a little question.
How fast does the arduino boot? Had an idé to add a microswith to the trigger as an on/off switch.
If that is to slow i'm thinking grip safety. Like on a real firearm.

Any thoughts?