DevelopersDocumentation

React Hook Sandbox

Keon WiFi SDK → React Hook Sandbox

A live build of the SDK’s react-hook example: one page that controls a real Keon device through the useKeonWiFi hook over any of the three transports.

Open the React Hook sandbox in a new tab

How to use it

  1. Put the device on WiFi with the FeelConnect app (Google Play · App Store) and copy the Device Connection Key (DCK). No physical device at hand? Run the Device Emulator Sandbox in another tab — it issues a DCK for a virtual device.
  2. Paste the DCK and press Connect via FUG (recommended) — it needs nothing else.
  3. The secondary paths are collapsed under the button. Advanced: real-time over Socket.IO (FEC) opens a direct Socket.IO connection to the FEC server for near-real-time commands and additionally requires a partnerToken — see Getting Started.
  4. Fallback: local Bluetooth (BLE) talks to nearby hardware over Web Bluetooth — Chromium-based browsers only, and it must be a fresh click (browser security requires a user gesture).
  5. Use the Movement / Settings / Status cards; the badge in the header shows the active transport.

Inline preview

Web Bluetooth may be blocked inside an embedded frame — for Connect BLE, open the sandbox in a new tab.