Tinkernut Labs



  • Arduino Motion Detecting Squirt Gun

    March 29, 2014 // davisde // DIY Projects Tags: april, auto, automatic, day, detecting, fools, funny, gag, glade, motion, prank, raid, sense, spray, squirt, trigger, water 1 Response


    [vc_row][vc_column width=”2/3″][vc_separator][venera_framed_image content_type=”video” css_animation=”appear” frame_type=”browser” slider_engine=”flexslider” video_link=”https://www.youtube.com/watch?v=bSz4FQPsir8″ browser_url=”https://www.youtube.com/watch?v=bSz4FQPsir8″][vc_separator][/vc_column][vc_column width=”1/3″][/vc_column][/vc_row][vc_row][vc_column width=”2/3″][vc_tabs][vc_tab title=”About This Project” tab_id=”1402713028-1-39e9a4-2f8846d9-0fc4″][vc_column_text]

    In case you want a nerdier way to make a cheap motion detecting squirt gun, Here’s how you can build your own with an Arduino and a PIR sensor!

    [/vc_column_text][/vc_tab][vc_tab title=”Parts and Downloads” tab_id=”1402713028-2-39e9a4-2f8846d9-0fc4″][vc_column_text]

    Acquiring the Parts
    Here’s what you will need:

    1. Raid Auto Trigger
    2. Arduino
    3. PIR Motion Sensor
    4. Diode
    5. NPN Transistor
    6. Wire cutters and wire

    TOTAL COST: ~$45.00

    [/vc_column_text][/vc_tab][vc_tab title=”Assembly” tab_id=”1402753910272-3-846d9-0fc4″][vc_column_text]

    Disassemble the Automatic Sprayer
    Wire Up The Arduino
    Here is a schematic of the Arduino. You can download the Fritzing files by clicking on this link. Screen Shot 2014-03-29 at 3.15.19 PM [tabby title=”Step 3″]

    Add The Code
    Here is a copy of the Arduino code to upload to your arduino. You can also download it by clicking on this link. const int pirPower = 13; const int pirIn = 12; int motorPin1 = 3; void setup(){ pinMode(pirPower, OUTPUT); pinMode(pirIn, INPUT); pinMode(motorPin1, OUTPUT); digitalWrite(motorPin1, LOW); digitalWrite(pirPower, HIGH); } void loop(){ int value= digitalRead(pirIn); if (value == HIGH){ digitalWrite(motorPin1, HIGH); delay(500); digitalWrite(motorPin1, LOW); } }

    [/vc_column_text][/vc_tab][vc_tab title=”Important Links” tab_id=”1402753981900-3-1046d9-0fc4″][vc_column_text] Help support my channel: http://www.patreon.com/tinkernut Follow Tinkernut! Google + Facebook Twitter [/vc_column_text][/vc_tab][/vc_tabs][/vc_column][vc_column width=”1/3″][/vc_column][/vc_row]

  • Motion Detecting Squirt Gun Prank

    March 29, 2014 // davisde // DIY Projects Tags: april, auto, automatic, day, detecting, fools, funny, gag, glade, motion, prank, raid, sense, spray, squirt, trigger, water 2 Responses


    [vc_row][vc_column width=”2/3″][vc_separator][venera_framed_image content_type=”video” css_animation=”appear” frame_type=”browser” slider_engine=”flexslider” video_link=”https://www.youtube.com/watch?v=T7zxvW7MZac” browser_url=”https://www.youtube.com/watch?v=T7zxvW7MZac”][vc_separator][/vc_column][vc_column width=”1/3″][/vc_column][/vc_row][vc_row][vc_column width=”2/3″][vc_tabs][vc_tab title=”About This Project” tab_id=”1402713028-1-39e9a4-2f888a6d-d37d”][vc_column_text]

    In this April Fools day video, learn how to make a cheap motion detecting squirt gun using parts that you can find in your local grocery store!

    If you want a geekier way to build a motion detecting squirt gun, check out the Arduino version of this same project.

    [/vc_column_text][/vc_tab][vc_tab title=”Parts and Downloads” tab_id=”1402713028-2-39e9a4-2f888a6d-d37d”][vc_column_text]

    Acquiring the Parts
    Here’s what you will need:

    • Raid Auto Trigger
    • Glade Sense & Spray
    • Travel Size Bottle
    • Wire cutters and wire

    TOTAL COST: ~$25.00

    [/vc_column_text][/vc_tab][vc_tab title=”Assembly” tab_id=”1402753910272-3-88a6d-d37d”][vc_column_text]

    Disassemble the Air Freshner
    Disassemble the Automatic Sprayer
    Connect the Air Freshner to the Automatic Sprayer
    [/vc_column_text][/vc_tab][vc_tab title=”Important Links” tab_id=”1402753981900-3-108a6d-d37d”][vc_column_text] Help support my channel: http://www.patreon.com/tinkernut Follow Tinkernut! Google + Facebook Twitter [/vc_column_text][/vc_tab][/vc_tabs][/vc_column][vc_column width=”1/3″][/vc_column][/vc_row]

  • Auto-Tune Your Voice For Free

    August 16, 2010 // davisde // Multimedia Tips Tags: audacity, audio, auto, edit, free, music, software, voice 95 Responses







    In this episode, we will mimic Cher and T-Pain by using free software to auto-tune our voices.

    http://audacity.sourceforge.net
    http://www.gvst.co.uk/gsnap.htm
    http://www.audacityteam.org/vst

  • How To Make An Auto Hacking USB Drive

    February 10, 2010 // davisde // Hacks Tags: auto, drive, executable, firefox, gfi, hack, hacking, passwords, steal, tips, tricks, usb, virus 24 Responses



    This video will show you how to make an auto-hacking USB drive and how to protect yourself from them.
    You can find all scripts at my forum post: http://www.tinkernut.com/forum/video-tutorial-help/how-to-make-an-auto-hacking-usb-drive
    U3 Universal customizer- http://www.u3community.com/viewtopic.php?t=434
    Batch to exe converter http://download.cnet.com/Bat-To-Exe-Converter/3000-2069_4-10555897.html
    Nirsoft Utilities http://www.nirsoft.net