Hardware & Electronics.
When the rabbit hole has a power cord.
An installation that responds to the world needs eyes and hands of its own. Sensors are the eyes — proximity, motion, light, sound, touch. Actuators are the hands — motors, lights, speakers, solenoids. Sitting between them is a microcontroller: a chip the size of a fingernail running a program that turns sensor readings into actuator commands.
CLK 240MHz
BUS I²C
A microcontroller, a sensor, a wire.
A microcontroller is a single chip that combines a CPU, RAM, flash storage, and a bunch of digital input/output pins into something the size of a fingernail. You write a program once, flash it onto the chip, and it runs that loop forever — reading sensors, deciding things, driving outputs — at a few volts and a couple hundred milliwatts.
The classic example: a capacitive touch sensor wired to one of those pins. The chip reads the pin a few hundred times a second. When the value crosses a threshold (a finger touched the surface), the chip flips a different pin high, which turns on an addressable LED strip wrapped around the inside of the prop. Sensor → logic → actuator. Whole thing fits on a breadboard.
Scale that pattern up. Replace the LED with a stepper motor. Replace the touch sensor with a LiDAR. Replace the breadboard with a custom PCB. Replace the single chip with a network of them talking over I²C or MQTT. The principle stays the same: read the world, decide, write the world. The art is in the timing, debouncing, and quiet failure modes.
Read, decide, write.
A few thousand iterations per second. Forever. The whole installation hangs on this loop staying responsive.
Boards, sensors, protocols.
Each project picks from this list. We standardize on ESP32 + Raspberry Pi as the workhorses, but reach for specialized boards when the brief demands it.
Where we've shipped silicon.
Hardware we've shipped.
Drop replacement images as boards and rigs go out the door. Every card has a slot for a 4:3 product photo plus a tagged spec line.
Tell us what it should do. We'll wire the brain.
Touch, light, motion, sound, sensing — combinations of these solve almost every interactive-object brief. Tell us the input + the output, we'll prototype within a week and quote production within a business day.
