01 Store

Lansing Dev Kit

Feel what robots feel.

Electroosmotic haptic actuators you can integrate into hardware you already own. Fingertip-scale, solid-state, silent.

Not yet on sale. Early access by waitlist.

Join the waitlist
Lansing Dev Kit contents laid out flat: actuators, driver controller, cables, case

128 pressure levels <15 ms response 1 kHz update 6 mm dia × 5 mm thick 8 ch/driver USB serial Python SDK 1M cycle life

Get on the list

The Lansing Dev Kit isn't on sale yet. Leave your details and we'll tell you the moment it's available to order — with SKUs, pricing, and lead times.

Or reach out on LinkedIn
02 Why touch

Teleoperation data without touch is bad data. Operators run at one-third speed and force profiles come out wrong. With fingertip haptic feedback, contact-rich tasks can be felt and responded to in real time, and the policies trained on those demonstrations inherit the difference.

04 The SDK

Five lines to first touch.

Python SDK, USB serial, works offline for development. Full API reference and hardware guides in the docs.

Works over USB serial from any Python environment. The full protocol is documented end to end.

from fluid_reality import Lansing
with Lansing('/dev/ttyACM0') as board:
    board.power_supply(True)     # enable high-voltage supply
    board.connect_power(True)    # connect supply to output
    board.set_actuator(0, 255)   # drive actuator 0 full on (0-255)
    board.all_actuators_off()    # release everything

Research prototype: not CE/UL certified. Up to 1,000,000 cycle lifetime, driving-profile dependent.