Skip to content
English
  • There are no suggestions because the search field is empty.

.Frequency-v1.0_56885564

Customer Documentation

Customer Documentation: Neonode? Touch Sensor Module User's Guide : .Frequency v1.0

Customer Documentation: Neonode® Touch Sensor Module User's Guide : .Frequency v1.0

The frequency command changes the update frequency of all touch sensors globally, that is for all devices on all platforms.

The following update frequencies can be set, if enabled in the product:

  • finger: activated when objects with characteristics matching regular fingers are detected.
  • stylus: activated for narrow stylus-like objects. (Not enabled for the zForce AIR touch sensor.)
  • idle: activated when no objects are detected, in order to minimize power usage.

The unit is Hz.

request command
  frequency {    finger 30,    idle 10  }

The response contains the current frequency settings of the product:

command response
  frequency {    finger 30,    idle 10  }

In this example, the touch sensor update frequency will be 30 Hz as long as finger-like objects were recently detected. When no objects are detected, the frequency will drop to 10 Hz.