Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Introduction

Position Mapper is an Android app that helps you map devices in a multi-level parking lot. The app creates a csv file with columns: level, position, device_id, calibration.

  • level is a floor number,

  • position is a name of position,

  • device_id is a hexadecimal device number,

  • calibration shows if the device was calibrated.

Devices are calibrated through the Device Management app, so it must be pre-installed on the phone.

Select file screen

On this screen you can:

  1. Create a new file,

  2. Select the file you were working with previously,

  3. Add a file from the external storage to the list (The application does not work directly with the external file, but copies it to the internal storage. Button in the upper right corner),

  4. Delete some file by long clicking on the line.


CSV screen

On this screen you can:

  1. View the contents of the files,

  2. Add new positions,

  3. Edit position names or levels,

  4. Recalibrate sensors,

  5. Remove some position by long clicking on the line,

  6. Share the current file (Button in the upper right corner).


Add position

  1. Tap Add position.

2. Scan QR code on the sensor.

3. Wait while the Device Management app calibrates the sensor. Or you can interrupt it by clicking back button.

4. Fill position name, level and tap SAVE button.

The application does not allow to create 2 identical positions on the same floor and bind one sensor to several positions.

Download APK file:

  • No labels