Close
0%
0%

Scary Scull - Haloween

Everyone is busy but when joining my daughters this year in the Haloween walk I wanted something nice, special and easy to make.

Similar projects worth following
261 views
0 followers
Light effects often give the finishing touch on projects and add a lot to effect.
My sister-in-law came up with a mask that I could used but is was lacking some "tech".
Together with my oldest daughter we came up with this.
I hope tonight it will really scare the crap out of kids... :)

I had some fun modifying a Haloween mask.

The result:


Checkout the instructions to modify your own.

Scary_Mask.ino

Use Pin 8 for the NeoPixels

ino - 2.72 kB - 11/02/2019 at 08:03

Download

View all 10 components

  • 1
    Reduce Power Usage of Arduino

    Remove the AMS1117 from the Arduino board it is the Voltage regulator which dissipates heat for voltage reduction.


    We use a buck converter which takes less power.

    In this case it's on the right side of the board.

    There are 4 pads on the board that will need to be "connected" in order for the board to work without this regulator. The 3 lower pads you can see connected to the AMS1117.

    The center and right pad should be connected to each other and to the top pad. (invisible in the above image) Use a thin wire to accomplish this.

  • 2
    Connect the Buck / Boost converter

    Dissipating heat is very bad for efficient power consumption.
    To lower the consumption we will use a Buck converter; actually a combination of a buck (Stepping down) and boost (Stepping up) converter that focuses on 5v output.
    They are bigger and more expensive but enable us to select a power source ranging from a 3v CR2032 cell to a 9v block battery.

    If you want to know the workings of such a device check this youtube video:


    To continue; this is our Buck / Boost converter:

    The left side of this image will connect to the Arduino (will get to that in a minute)

    The right side of this image you will need to connect to the Power connector (+ to red - to black)

    NOTE: Make sure to bridge (connect) the two connectors on the right side that are close to each other (One of the Pin's is to "ENABLE" the buck converter).

    Tip: Alternatively you can attach a on-off switch on this connector.

    Now to the left side of the buck converter.

    Connect the + wire to the VCC pin

    Connect the - wire to the GND pin

  • 3
    Attach 300 to 500 Ohm resistor to Pin 8 (330 is an easy value I had here)

    A resistor has no polarity so just make sure it is positioned on the top side of the board so your back side of the PCB remains nice and smooth. (Easier for attaching / piggybacking)

    Make sure to isolate the wire for it not to touch any components on the board.

    I usually use some shrinking tube to cover and insulate the resistor.

    Heat it for it to make the tube shrink.

View all 5 instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates