This is an implementation of using a photoelectric smoke detector to trigger the reset pin on the Beaglebone Black Rev C being used on the MOST Athena Delta 3D Printer. The purpose of this design is to prevent and minimize printer damage, overheating, temperature runoff, and fire risk when a 3D printer is running unattended.
Materials & Tools Needed[edit | edit source]
- Photoelectric Smoke Alarm of any kind, such as the one (not the model pictured in this tutorial) -- SCAD models made for one with a 12" mounting disk, but can be modified for other types
- 5 M3 Screws of 15 mm length
- 5 M3 nuts
- 18 Gauge wire - roughly 3.5 - 4 feet total
- 9 Volt Battery
- Soldering Iron
- Flathead Screwdriver
- Superglue
Items to 3D Print[edit | edit source]
- Smoke Alarm mount Arms -- Smoke Alarm Mount Arms
- Smoke Alarm Mount Disk -- Smoke Alarm Mount Disk
Instructions[edit | edit source]
- Print off 3 Arms and one Base Fixture; set models to a scale of 10 in your slicer.
- Use M3 bolts to mount arms to fixture in the insets of the fixture, shown in Figure 1. use nuts to hold in place. (superglue can be used as substitute for arm-fixture joining). Test to ensure frame fits your printer, shown in figure 2.
- Use M3 bolts to connect the mounting bracket of smoke alarm to printed fixture, shown in Figure 3. Use nuts to fasten.
- Open smoke alarm with screwdriver via loosening 3 pins along the bottom of the alarm, shown in Figure 4. Open case when pins are loosened
- Use Soldering Iron to remove speaker wires, and solder in 18 Gauge wire as shown in Figure 5.
- Place 9 Volt Battery into smoke alarm.
- Place Smoke alarm onto mounting bracket, shown in Figure 6.
- Place assembly onto printer frame.
- Connect Wire soldered onto the 'B' terminal (white wire in Figure 4) to ground pin 43, shown in Figure 7. Connect Other wire (Shown green in Figure 4) to Pin 10, 'SYS_RESET_N'. Remove Bridge bracket to place wire, then reinsert bridge bracket on top of wire.
Notes, Known issues and possible fixes[edit | edit source]
current Design causes the fire alarm to constantly trigger reset of the Beaglebone when smoke is detected, preventing the Beaglebone from turning on until the fire alarm is reset.
Future Improvements[edit | edit source]
A future improvement is to set the output of the smoke alarm to a data pin on the beaglebone, scripted to stop Firmware (i.e. Franklin) and send an email / notification to the printer owner, then shutting off the entire system.