Slicer Discord
pi pico macro keyboard – Modello 3D stampabile da Thingiverse Thingiverse

pi pico macro keyboard

di TNPI2
5 Download
5 Likes
0 Makes
Vai al Modello
macro keyboard for raspberry pi pico. uses 6 keys and one rotary encoder module. I don't have github so the code can be found below, uncommented and might need refactoring as this was a weekend project. The commands are hard coded and you should be able to infer the wiring from the code and the wiring images in the post printing tab. the final construction can be press fit or use 4 M2x19 bolts with captive nuts.

import board
import digitalio
import time
import usb_hid
from adafruit_hid.keyboard import Keyboard
from adafruit_hid.keycode import Keycode
import rotaryio
import board
keyboard=Keyboard(usb_hid.devices)
key1 = digitalio.DigitalInOut(board.GP2)
key1.switch_to_input(pull=digitalio.Pull.DOWN)
key2 = digitalio.DigitalInOut(board.GP3)
key2.switch_to_input(pull=digitalio.Pull.DOWN)
key3 = digitalio.DigitalInOut(board.GP4)
key3.switch_to_input(pull=digitalio.Pull.DOWN)
key4 = digitalio.DigitalInOut(board.GP5)
key4.switch_to_input(pull=digitalio.Pull.DOWN)
key5 =
Fonte
Thingiverse
Cosa serve per stampare: Intermedio Bassa affidabilità
Pezzo unico Viteria richiesta
Supporti 1/3
Assemblaggio 0/3
Impostazioni 1/3
Dimensioni piano 0/3
Post-lavorazione 1/3
Stampante
FDM / FFF
Formato file
STL
Materiale
Post-elaborazione
Viteria
Software
Cura, PrusaSlicer o simile
Ancora nessuna valutazione
Ancora nessun commento – sii il primo!
Feed Blog Slicer Calcolatore Ricerca per immagine Invia Contatto Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Aggiungi alla collezione