Sensors Positioning for Multi-storey Parking

Introduction

Position Mapper is an Android app that helps you 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 a device was already calibrated.

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

Select file screen

On this screen you can:

  1. Create new file;

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

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


CSV screen

On this screen you can:

  1. View files content;

  2. Add new positions;

  3. Edit position’s names or level;

  4. Recalibrate sensors;

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

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


Add position

  1. Click on Add position;

2. Scan QR code on your sensor;

3. 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 click on SAVE button;

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

Download APK file:

https://www.dropbox.com/scl/fi/iqcij23aftxue59rhucmg/position_mapper_20240123_3.apk?rlkey=b87kuugc1qsmw71nmxebng5c9&dl=0

Â