This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:quickstart [2018/05/17 15:42] mpe |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Quick Start ====== | ||
- | |||
- | This section aims to guide a user through the main steps of the configuration of the SPN firmware. | ||
- | In this quickstart, the user will start with a freshly installed software with no configuration and end with an end-device sending data to SPN. | ||
- | |||
- | Prerequisites: | ||
- | * SPN is already installed on an iFemtoCell | ||
- | * The SPN license file of this iFemtoCell | ||
- | * The iFemtoCell is connected to a network with a __DHCP server__ and a __DNS server__ | ||
- | * Chrome is used to connect to web interface | ||
- | |||
- | |||
- | ===== Web interface login ===== | ||
- | The home web interface is accessible at the following address: | ||
- | ''http://klk-wifc-XXXXXX/'' | ||
- | Where XXXXX are the 6 digits at the end of hostname/board id . | ||
- | |||
- | Example: | ||
- | The address to be used with the iFemtoCell owning the following label is: ''http://klk-wifc-03002e/'' (case insensitive) | ||
- | |||
- | {{ :wiki:label_ifemtocell_v1.0.jpg?nolink&400 |}} | ||
- | |||
- | * Connect to the web interface | ||
- | |||
- | The default login/password are:\\ | ||
- | user: ''spn''\\ | ||
- | password: ''spnpwd'' | ||
- | |||
- | ===== License installation ===== | ||
- | |||
- | Installing the SPN software is not sufficient to use it. It also needs to be activated with a license file. | ||
- | |||
- | * Go to the //License// tab under the //Administration// menu. | ||
- | * Either click on the panel and choose the license TXT file, or drag and drop it. | ||
- | |||
- | //Make sure that your license matches your firmware.// | ||
- | * //V1 license file should be used with V1.x.x firmware.// | ||
- | * //V2 license file should be used with V2.x.x firmware. // | ||
- | |||
- | //Licences can be opened with a text editor:// | ||
- | * //V1 licenses look like this:// | ||
- | <code> | ||
- | 8d4222861dad7c24752aa6d3801e4017 | ||
- | </code> | ||
- | |||
- | * //V2 licenses look like that:// | ||
- | <code> | ||
- | -----BEGIN SIGNATURE----- | ||
- | q3JqyX09evkx8B3hrdS+5tEgOoViHR+zqn2fgcFwXZQmdps0D6wcMKUlWyKftUW2 | ||
- | QgBXl2JgtfNKrYRQbgw7SPbmjrwPBIcVxrzlaqjIKLNc8DIDZ504ctwuakffgb45 | ||
- | +XWiWA9X8q0jTcuG7KWkDyHSQHbMlGAX599mIKXx35/6hlkESKV1WU9ujHTZqBN3 | ||
- | 6uVm8UQJh8lJi1nU9SNuCydthYbwqPApkOT9ueoAcGg+zSJFXxeVnwGBnR0g1TSr | ||
- | mb2Y/Iu1C6oHECrqOh7w0ZZV8ZxSylkIjZaLJ72nqMkHMLxfw0Rcl80FrdcoRCFU | ||
- | xmqKfWh95tinNCB/K7oCDA== | ||
- | -----END SIGNATURE----- | ||
- | -----BEGIN LICENSE----- | ||
- | [license] | ||
- | hardware_serial_number = 3901010E | ||
- | expiration_date = 1621096442 | ||
- | gateways_max_number = 1 | ||
- | end_devices_max_number = -1 | ||
- | -----END LICENSE----- | ||
- | </code> | ||
- | |||
- | |||
- | ===== Password update ===== | ||
- | For security reasons, Kerlink strongly advises its customers to change the default password. | ||
- | |||
- | * Go to the //Station// tab under the //Administration// menu and change the password. | ||
- | |||
- | ===== Regional parameters configuration ===== | ||
- | The region where the station will be used needs to be configured. | ||
- | |||
- | * Go to the //Region// menu and choose your region. | ||
- | * Validate the modification with the //save configuration// button. | ||
- | |||
- | ===== Rx configuration ===== | ||
- | The iFemtoCell cannot listen to every frequencies simultaneously. Up to 8 frequencies can be listened. | ||
- | The frequencies to be listened need to be configured. | ||
- | |||
- | To understand how the frequency configuration works, it is necessary to know that the gateways' hardware contains two RF frontends. Each of these frontends has a 0.8 MHz Bandwidth. Thus, all 8 channels must be contained within these two 0.8 MHz intervals. | ||
- | |||
- | //Not all the channels are necessarily used.// | ||
- | |||
- | Example of typical configuration: | ||
- | {{ :wiki:typical_rx_config_v1.1.png?nolink |}} | ||
- | |||
- | //All 8 frequencies can be contained within one 0.8MHz interval.// | ||
- | |||
- | {{ :wiki:one_bandwitdth_rx_config_v1.1.png?nolink |}} | ||
- | |||
- | * Go to the //Rx Configuration// menu and choose your region. | ||
- | * Enter the center frequencies of both frontends. | ||
- | * Enter the frequencies that your end-device uses. | ||
- | * Validate the modification with the //save configuration// button | ||
- | |||
- | ===== End-device registration ===== | ||
- | Before receiving data from the end-device, it first needs to be registered. | ||
- | |||
- | * Go to the //manage endpoints// tab under the //Endpoints// menu. | ||
- | * Fill the information of your endpoint. //If you are not in Europe, you will probably have to use the Override default Rx parameters// | ||
- | * Validate the end-device with the //add endpoint// button | ||
- | |||
- | ===== Data reception==== | ||
- | The (basic) configuration is over. | ||
- | * Go to the //Received data// menu. //You can refresh the received packets with the refresh button at the bottom right corner of the page.// | ||