Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Answer:

The VP3300 BT device has a power management feature to help manage the battery use between charges.

...

  • Run - In this state, the device is interacting with a card for payment.
  • Idle - Device The device returns to this state after a transaction , or following a command from the host application, or on power up.
  • Sleep - Device The device goes into this mode from Idle after the "Idle Timer" has elapsed, without further interaction.  This uses less power than Idle.
  • Off - Following a period of time undisturbed in the Sleep mode (as determined by the "Sleep Timer"), the device will power off to conserve power further.

...

The timers have a range of 0 to 255, which is the range possible with a single byte (8 bits) of data.

Please note:

  1. Setting the Idle Timer to 0 disables the Power Management.  This means no idle mode, no sleeping.  This offers the most responsiveness when needed, but drains the battery faster.
  2. Setting Sleep Timer to 0 means the device will not enter Sleep Mode, but will move straight from Idle to Off when the Idle timer elapses.

...

There is another control byte which that determines whether the time base used is seconds or minutes.

...

Bit 2 controls the Sleep Time Base in the same way (zero = seconds, one = minutes).

Bit 8Bit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Meaning
XXXXXX

RFU






X
Sleep Time Base (0 = Seconds, 1 = Minutes)







X

Idle Time Base (0 = Seconds, 1 = Minutes)


For example, to set an Idle Time of 20 seconds and a Sleep Time of 30 minutes, use the following values:

Note: This assumes the use of the SDK Demo App , and the Send NEO Command parameters

...