Interactive Dog Skull Prototype
by czw487 in Workshop > 3D Printing
40 Views, 0 Favorites, 0 Comments
Interactive Dog Skull Prototype
Motivation & Goal
This is a project in the course Digital Fabrication and Makerspace Skills for Science (FAB) at the University of Copenhagen. In the course each student group is paired with a scientist who presents a specific research challenge or idea.
Our assigned scientist studies canine neuroscience, and the problem we aim to address is the lack of interactive teaching tools for explaining the function of the dog brain. To solve this, we are developing a tactile, sensor-based 3D model that makes learning about canine neuroanatomy more engaging and accessible.
Supplies
Electronics
- Wires
- Adafruit circuit playground express CPX
- Adafruit AGC Electret Microphone Amplifier - MAX9814
- Joy-It SEN-Pressure02
- Analog output type distance measuring sensor model no. GP2Y0A41SK0F
- 4 sewable neopixels
- Fritzing - attached file under 'Soldering'
3D printables
- Files are attached under 'Step 1: Printing the Objects'
- PLA
- Some transparent printing material
Machines
- 3d printer
- Soldering station
Other Materials
- 6 Magnets; 8mm diameter, 3mm height
- PCB board
- Super glue (we used loctite)
Printing the Objects
Here are the files needed to print out the skull and the brain.
For the brain part (Brain_Final.3mf), you should use transparent material, so the lights from the neopixels will shine through.
The rest of the skull can be printed in any color you see fit. We printed the front_left side and the right side lying down, to minimize the aftermath of supporting trees.
The right side is the biggest part and has the longest printing time with about 8 hours.
The brain has the least printing time, with a bit over 1 hour.
Glueing on the Magnets
This step is about assembling the printed objects with the magnets.
Use the glue on the holes and put in the magnets, then wait a bit for it to dry. Make sure to glue the magnets on the correct way, so it can be assembled later.
The right part of the skull (the red part in this case) needs 2 magnets, the left parts of the skull needs 4 magnets.
Soldering
In this step, we prepared the Circuit Playground Express (CPX), the sensors, and the power rails so that all the electronic parts could be connected easily using female-to-female jumper wires instead of soldering everything together permanently.
We started by soldering male header pins to the CPX on the pads we needed:
A0, A1, A2, A3, 3.3 V, VOUT (5 V), and GND.
This lets us plug the jumper wires straight onto the board later.
Then we did the same for two of the sensors — the Sharp proximity sensor and the MAX9814 microphone module — while the pressure sensor already came with pins pre-attached.
We also made our own power and ground rails. For this, we took two wires (red for 3.3 V and black for GND) and soldered male header pins to both ends of each wire.
These act as extension cables for power: you can plug them into the CPX on one side and then branch them out to each sensor’s power and ground pins using jumper wires.
By soldering the pins instead of wiring everything directly, the setup became modular — every part can be unplugged and reconnected easily inside the skull, making future repairs or modifications much easier
Downloads
Assembling the Electronics
The proximity sensor has a space for it in the nose of the skull. Start by placing the proximity sensor in the right side of the skull (red part). The right side also has a slit for the pressure sensor, which you also need to put in its place before closing the skull.
The microphone does not have a place cut out for it. We taped it to where the ear should be on the outside of the skull, and connected the wires through the hole in the back of the right side of the skull.
Setting Up CPX With the Code
To use CPX, you need to install Visual Studio Code here
Get the CircuitPython Extension for Visual Studio Code here
The code above is what you need to setup the CPX with the electronics.
To set up the code on your Circuit Playground Express (CPX), first connect it to your computer using a USB cable. Press the reset button once until the green light appears and a new drive called CPLAYBOOT shows up. Then, open Visual Studio Code and upload your Python (CircuitPython) code file as code.py to the CPLAYBOOT drive. The board will automatically reboot and start running your code right away.
Glueing on the Brain
After the electronics have been assembled, its time to glue on the brain.
We used the same glue as we did for the magnets.
Interacting With the Skull
- To interact with the skull, simply put something close to the proximity sensor, touch the pressure sensor, or make sounds to trigger the microphone.