How to Use the Impinj R700 RAIN RFID Reader Preset Feature

The Impinj R700 RAIN RFID reader comes with the "Impinj IoT Device interface" (see Note), in addition to the conventional "Impinj LLRP Interface". You can test and explore specific RAIN RFID settings with the Impinj R700 preset feature via the reader configuration REST API. This article describes how to enable the Impinj IoT Device Interface, use the web UI to create an inventory preset, and verify tag reads.

Note: In the reader firmware 7.4.1 and before, the "Impinj IoT Device Interface" is displayed as the "RESTful Interface" in the reader web UI.

Requirements

  • Impinj R700 reader
  • An antenna, connected to port 1 of Impinj R700 reader
  • One or more RAIN RFID tags
  • A host computer, such as Windows 10 machine
  • A web browser, such as Google Chrome
  • Command prompt program with curl command (comes with Windows 10)

Enabling Impinj IoT Device Interface

You can use the preset feature when the Impinj R700 is configured to use the Impinj IoT Device Interface. If your Impinj R700 is configured to use the Impinj LLRP Interface, here is how to switch from the Impinj LLRP Interface to the Impinj IoT Device Interface.

1) Go to the Impinj R700 web UI by entering the Impinj R700 hostname or the IP address in a web browser's URL field, as shown below:

http://impinj-xx-xx-xx
(xx-xx-xx is the last 3 pairs of the R700's MAC address)

or

http://<IP address of Impinj R700>

For the firmware version 8.x

2-1) On the left-hand side of the web UI, click the Change Interface button.

Change_Interface_Button.png

2-2) A popup message appears. Click Switch to IoT Device Interface button.

Switch_To_IoT_Device_Interface_Button.png

2-3) "Reader Interface updated to IoT Device Interface" message briefly appears at the bottom right corner of the web UI, confirming that the interface is successfully switched to the Impinj IoT Device Interface. You do not need to reboot the Impinj R700.

Interface_Changed.png

For the firmware version 7.x

2-1) On the righthand side of the web UI, click on the pull-down menu in "Available Interfaces" under READER INTERFACE section, and select "Impinj IoT Device Interface", as shown below:

R700_7.5.0_IoTDeviceInterface.png

2-2) Click "Update" link to apply the change. Click "OK" when asked to confirm.

2-3) Notice that "Reader Interface" now shows "Impinj IoT Device Interface", and a new line called "Web Interface" appears below "Reader Interface".

R700_7.5.0_WebInterface.png

2-4) Reboot the Impinj R700 by clicking "Reboot" link.

How to use Impinj R700 preset feature

Once you enabled the Impinj IoT Device Interface, follow the steps below to configure presets.

1) Go to the "Profile Presets" page.

For the firmware version 8.x

Click Profile Presets link at the top right corner, as shown below.

ProfilePreset.png

For the firmware version 7.x

Click the "Preview" link in the "Web Interface" option.

2) Click the "Create New Inventory Preset" button.

R700PresetFeature3.png

3) Enter the following values in the corresponding fields. You can leave the rest of the fields blank for now.

Field Value
Preset ID Test
Antenna Port 1
Transmit Power 2200 (Note) 
Session 2
Population Est. 32
Receive Sensitivity -70
FastID Enabled
Search Mode Dual Target
RF Mode 3

Note: Transmit power of 2200 means 22.00 dBm. You can change this value by increment or decrement of 25. For example, 1875 is 18.75 dBm, and 2450 is 24.50 dBm, etc.

4) When done, click the "Submit" button at bottom of the screen to create a new preset.

R700PresetFeature4.png

Verifying that preset is working

You can verify that the preset you just created is working by running a curl command and displaying tag reads.

1) Open a command prompt or terminal window, type the following command, and hit Enter key:

curl -G -4 http://<IP address or Hostname>/api/v1/data/stream

Note: If you are running the reader firmware 7.4.0 with the default settings, please use the following curl command instead.

curl -G -4 -k https://root:impinj@<IP address or Hostname>/api/v1/data/stream

Now the command prompt program is connected to the Impinj R700 and waiting for the data stream to come in.

2) Go back to the browser where you configured the preset, and click "Home" at the top left corner of the screen.

3) In the "Test" row, click the "Start" link to start the preset, as shown below:

R700PresetFeature5.png

4) Go to the command prompt window. Now you should see something similar to the following:

R700PresetFeature6.png

The above indicates that the preset is correctly running and ready to display tag reads.

5) Place a tag on the antenna. Now you should see some tag reads, as shown below:

R700PresetFeature7.png

6) To stop the preset, click the "Stop" button on the preset home page, as shown below:

R700PresetFeature8.png

Was this article helpful?
1 out of 1 found this helpful

Comments

0 comments

Article is closed for comments.