DIY Ghostbusters Ghost Trap for my kids

Описание к видео DIY Ghostbusters Ghost Trap for my kids

My Ghostbusters addicted kids needed a ghost trap. Have you looked at prices for toy ghost traps lately? Because they're insane, if you can even find one. So I designed one, using an electronics project box as the main body, and using a servo driven by a Raspberry Pi Pico to open and close the doors. It's pretty awesome.

Download project from Thangs: https://thangs.com/mythangs/file/58689
Download project from MyMiniFactory: https://www.myminifactory.com/object/...
Parametric AA holder: https://www.thingiverse.com/thing:119...
Project Box: https://www.amazon.com/gp/product/B09...

Music from Uppbeat (free for Creators!):
https://uppbeat.io/t/prigida/play-the...
https://uppbeat.io/t/tatami/residence
https://uppbeat.io/t/pryces/portals

Code used:
from machine import Pin, PWMimport utimeMID = 1500000MIN = 1000000MAX = 2000000button = Pin(15,Pin.IN, Pin.PULL_DOWN)servo = PWM(Pin(0))servo.freq(50)while True: if button.value(): servo.duty_u16(1350) utime.sleep(0.1) servo.duty_u16(8000)


3d Printers:
Robo3D R1+
Matterhackers Pulse with Olsson Ruby nozzle
Monoprice Mini Delta
Monoprice Maker Select Plus
Lord Chungus Humongous (heavily modified Geeetech A20M)
Creality LD-002H
Creality Halot-Lite

Intro animation by Vatsal Kakadia: https://www.fiverr.com/vatsal_kakadia
Intro music by Silva Diez: https://www.fiverr.com/silvadiez

Комментарии

Информация по комментариям в разработке