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
- 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.
- Paste the DCK and press Connect via FUG (recommended) — it needs nothing
else.
- 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.
- 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).
- 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.