Inspect coin input
Share photos of the coin acceptor, control board, and start wiring.
Coin laundry QR retrofit
Use QuLink when old coin laundry machines should accept QR payment or app approval while still starting through pulse, relay, or compatible start wiring.
Project fit
Integration model
QuLink turns QR payment or app approval into the physical start behavior the laundry machine expects, then reports session state back.
Workflow
Share photos of the coin acceptor, control board, and start wiring.
Map payment amount to cycle, pulse count, or relay duration.
The controller sends the configured pulse or relay output.
Your backend receives start, completion, and fault status.
API example
The exact command fields depend on machine interface, firmware profile, and whether payment or your own app triggers the action.
POST /v1/devices/WASHER-18/commands
{
"command": "start_session",
"source": "qr_payment",
"machine_action": {
"type": "pulse_or_relay",
"duration_ms": 2100000
}
}
Start the project
Send washer/dryer photos, coin module wiring, target cycle length, payment flow, and quantity.
FAQ
In many cases QuLink can trigger the same start path, but wiring must be checked first.
Yes, payment can map to one pulse, multiple pulses, a relay duration, or another project rule.
Yes. Your app can keep customer flow and call QuLink after approval.
Related use cases