Ir para conteúdo
3DFinder
Entrar

Você está no 3DFinder

Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.

Buscar mais como este
Modelo 3D D1 mini arcade button enclosure por mothdotmonster no Printables

Descrição

This is an enclosure that houses a D1 Mini style microcontroller and a 30mm Sanwa-style arcade button.

You can then use ESPHome to create and flash the firmware for the microcontroller. I've included a sample YAML configuration file below. Make sure to add your MQTT broker and WiFi information.

esphome:
  name: arcadebutton

esp8266: board: d1_mini

Enable logging

logger:

ota: password: ""

wifi: ssid: "YOUR SSID" password: "YOUR PASSWORD"

Enable fallback hotspot (captive portal) in case wifi connection fails

ap: ssid: "arcadebuttonfallback" password: "asdf1234"

captive_portal:

mqtt: broker: "YOUR MQTT BROKER"

binary_sensor:

  • platform: gpio pin: number: D4 inverted: true mode: input: true pullup: true name: "button"

Simply solder a pin header between D4 and GND to connect your button inbetween. I used these cheap little wire harnesses that come with plugs that i got with an arcade controller kit.I used cheap little wire harnesses that come with plugs.

The mounting bracket is a bit loose. Add some spongey stuff to the flat side and it'll be good. I may try to design a better version later, but it works for now.

Printables

D1 mini arcade button enclosure

Publicado em 26 de ago de 2022

14
Curtidas
42
Downloads
Categoria Other Gadgets
Tags
esp8266 button d1mini arcadebutton homeassistant mqtt openhab esphome
Licença Creative Commons — Attribution
Arquivos (3)
top.stl 146 KB
bottom.stl 137.4 KB
strap.stl 114.7 KB
Ver no Printables (abre em nova aba)

Gostou deste modelo? Crie uma conta grátis para salvar seus favoritos e voltar a eles depois.

Criar conta