Procrastination Daemonium

Black PETG + Arduino - 238mm x 125mm x 115mm (L x W x H) + electrical gubbins, wires, and screens. 

SKILLS USED: Solidworks CAD, PrusaSlicer, Meshmixer, FDM 3D printing, Arduino

The Idea:
You're sitting at your desk diligently working away... when out of nowhere a Procrastination Demon attacks you!
You quickly find a wand to defend yourself. As you cast a spell your wand magically lights up, defeating the demon.
Safe for now, you can go back to answering emails or posting silly things on LinkedIn.

Demon --> Daemonium because I had 16 characters to use on the LCD screen and boy howdy I was going to make the most of them.

Also I'm not sure if the demon is making me procrastinate, attacking me for procrastination, or is itself a product of said procrastination (likely a bit of the three).

Part 1:
I love wirelessly charging my phone mainly out of convenience, but also in a small part because the dance between electric current and magnetic field is basically magic. What doesn't feel like magic though, is the fact that your phone has to be exactly touching the charger for it to work (yes I know it's called wireless charging not floating charging...). But what if you didn't have to touch something to make it work?

I wanted exploit this idea by hiding an induction coil inside something (a hooded figure), and use it to turn something else on (another coil and led) hidden in a "wand" as if by magic. Out of of this the game of "Procrastination Daemonium" was born (also I wanted another excuse to play with Arduino). Now although you never touch anything directly, there is a sweet spot to hit for the led will be illuminated. I included  a ultrasonic distance sensor to track how far away the tip of wand is and a photoresistor to track the increased light when the wand is "casting".  

To get started I needed two things: a hooded figure and a scary demon face.

The trick here was to stretch, skew, scale, and slice the models to they fit my requirements:
1) The hood had to completely cover a void the size of the main induction coil and be deep enough so the face was hidden far at the back only to be illuminated by the wand.

2) The face needed to line up with the physical requirements of the ultrasonic sensor and photoresistor.

I did this mainly in PrusaSlicer where I imported a bust of the hood that was hollowed out in Meshmixer, a crop of the scary face, as well as "Negative Volumes" of the SOLIDWORKS modeled sensors and induction coil. (yep, absolutely a bit messy but it did the job)

Next up was a quick test print to make sure the physical hardware would fit as well as re-remembering how to wire things and write (steal) Arduino code. The main game mechanic is the initial light value of the photoresistor is stored and used against the current value (assuming the led is lit, and therefore higher than ambient) to calculate "adjusted damage" to be subtracted from "life".

And the weekend is over, so this is where Part 1 ends.

While I output the distance sensor to the lcd - I have yet to make use of that data. Ideally in Part 2 I'd like to drive this bust forward and backwards using the distance information so that the wand (led) is always in the sweet spot and illuminated. Doing so would make "casting spells" more intuitive and no coaching the player to get closer would be required. Also there would be an inherent threat of "being attacked" as well as the demon could back off and not get poked in the eye.