Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ZAMCD and version 4.1

...

Use the following procedure to prepare the Touch Sensor MOdule Module over I2C.

  1. Power on the Touch Sensor Module.
  2. Wait for sensor module to assert Data Ready pin (DR).
  3. Initiate 2 byte I2C read operation. Payload of this read should be EE XX where XX is the amount of bytes to read in a second I2C read operation.
  4. Read XX amount of bytes (number of bytes to read is indicated by second byte of first I2C Read Operation). Now read a message called BootComplete. The message should be

    Code Block
    themeConfluence
    F0 11 40 02 00 00 63 0B 80 01 YY 81 02 03 YY 82 02 00 YY

    where YY is usually "00" but can have another value. This signals that the sensor module is now booted.

  5. To enable the Touch Sensor Module to start sending touch notifications, do the following:

    1. Send an Enable command:

      Code Block
      themeConfluence
      EE 09 40 02 02 00 65 03 81 01 00
    2. Read the response. The response should be:

      Code Block
      themeConfluence
      EF 09 40 02 02 00 65 03 81 01 00

The Touch Sensor Module is now ready to communicate. When DR is asserted the sensor module will send a touch notification or a new BootComplete. A BootComplete indicates that the sensor module has restarted for some reason; Enable must then be set again. For more details, refer to I2C Transport.


Panel
borderColordarkblue
bgColorlightgrey
titleRead More

Read More on Software Integration

Children Display
pageSoftware Integration


Read More

Children Display
depth1
pageNeonode® Touch Sensor Module User's Guide