Versions Compared

Key

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

Introduction

Position Mapper is an Android app that helps you map to set devices in a multi-level parking lot. The app creates a csv file with the following 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 you if the a device was already calibrated.

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

Select file screen

...

On this screen you can:

  1. Create a new file,;

  2. Select the a file which 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 For this purpose use button in the upper right corner),;

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

...

CSV screen

...

On this screen you can:

  1. View the contents of the files,files content;

  2. Add new positions,;

  3. Edit position position’s names or levels,level;

  4. Recalibrate sensors,;

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

  6. Share the current file (Button For this purpose use button in the upper right corner).

...

Add position

  1. Tap Click on Add position.;

...

2. Scan QR code on the your sensor.;

...

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

...

4. Fill in position name, level and tap click on SAVE button.;

...

Note

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

...