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

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

Customer Documentation

The application interface specifies what requests can be made and what responses and notifications they activate. Messages are specified according to the following templates:

request
request: {  deviceAddress ,  
        
         }
        
response
response: {  deviceAddress ,  }
notification
notification: {  deviceAddress ,  
        
          notificationTimestamp 
         
          }
         
        

Where

  • Address is an octet string with 2 octets, device type and index:
    ' 'H. The available device types are:

     
    Device Type Device
    0 Platform
    1 Core
    2 Air
    3 Plus
    4 Lightning

    Example: ‘0000’H for platform (there can be only one platform device per sensor system).

  • Timestamp is an integer representing int16 counting at 32768 Hz.

 

Document generated by Confluence on Sep 11, 2025 11:01