2024-06-02 23:28:40 +02:00
2024-06-01 13:40:27 -07:00
2024-03-01 20:46:05 +01:00
2024-03-02 13:45:43 +01:00
2024-06-01 20:07:16 +02:00
2024-03-01 19:45:18 +01:00
2024-03-01 19:45:18 +01:00
2024-03-01 23:03:09 +01:00
2024-03-01 19:45:18 +01:00
2024-03-01 19:45:18 +01:00
2024-03-01 19:45:18 +01:00
2024-03-01 19:45:18 +01:00
2024-03-01 19:45:18 +01:00
2024-06-01 13:30:21 -07:00
2024-03-22 14:28:19 +01:00
2024-03-02 18:25:31 +01:00
2024-05-29 23:35:54 +02:00
2024-03-02 18:25:31 +01:00
2024-03-01 19:45:18 +01:00

ZERO/ONE

Haptic Configuration Suite for Binaris Devices

zeroone-screenshot

Running the code

  • use VSCode (or WebStorm) with the appropriate Vue plugins (Vetur, i18n Ally, ESLint, Prettier, etc.)
  • run pnpm i to install dependencies
  • run pnpm dev to start the json-server and electron app

Connecting your Nano

Plug the nano to the USB port. :-)

ZERO/ONE will automatically detect the Nano_D++ device.

Device connection states

The connection between the device and the haptic controller software can be in the following states. Entering each state is associated with equivalent events emitted in the ZERO/ONE software:

Attached

The device is attached when it is connected to USB.

Detached

The device is detached when disconnected from USB.

Connected

The device is in connected state when the USB serial port is successfully opened.

Disconnected

The device enters disconnected state when the USB serial port is closed.

Note that a connected device is also always attached, and if the USB plug is pulled on a connected device, it becomes both disconnected and detached simultaneously. If the connection is closed without disconnecting USB, the device becomes disconnected but remains attached.

Description
No description provided
Readme 8.8 MiB
Languages
Vue 74.5%
TypeScript 22.5%
CSS 1.4%
JavaScript 1.2%
HTML 0.4%