User Tools

Site Tools


wiki:getting_started

This is an old revision of the document!


What do you need to connect to your station ?

  • two standard RJ45 ethernet cables: one from the network to the PoE injector, and one from the PoE injector to the station. Detailed instructions are available in the LoRa station Installation and Maintenance guide available on the Documentations page.

Ethernet connexion

  • WIRGRID debug tool (access to linux console)

debug probe
Connect the debug tool on the station front : debug probe connection
PC Drivers are available at ftdi drivers
-Debug probe BOOT button is not used on LoRA Station
-Debug probe RESET button triggers a hard reset

  • USB wire (A type <> B type) to connect debug probe to PC

USB wire AB

  • PoE injector (class 1, 48V) or DC power supply (10V to 30V).

Functionnal check

To ensure the LoRa IoT Station is started up press the test button and check the POWER STATION LED is ON. Leds are enabled during a minute.

How to connect to station ?

Connect to the linux serial console

  • firstly connect the debug tool to the station and to the PC : open a serial terminal on PC (typically HyperTerminal application on Windows) on the com port created by FTDI driver with the following standard parameters :
    baudrate : 115200
    data length : 8
    parity : none
    stop bit : 1
    flow control : none
  • after getting prompt : enter login “root” with password “root”.

Connect to the station using SSH

  • PC Ethernet wire can be connected to the PoE power supply unit or directly to the station USB connector using an USB/NET adaptor. Then, start an ssh client (typically Putty on Windows) on port 22 and using the station “out of the box” default IP address which is 192.168.4.155. The PC ethernet address must have been previously configured in the same LAN (192.168.4.150 for example).
  • after getting prompt : enter login “root” with password “root”.

What to do with the Station ?

Firmware version

Check the firmware version of your LoRa Station.
Kerlink released an improved LoRa Station (so called 27dBm) starting from May 2015. This hardware update implied a Firmware update: kernel update, SDK update, and Semtech's LoRa-HAL specific compilation flags. This new firmware is labelled wirmaV2_wirgrid_v2.1.
Reference to this firmware is noted “Firmwave v2.x” in the wiki, the previous versions (only compatible with 20dBm boards) are noted “Firmware v1.x”.
The firmware v2.x is fully compatible with older (20dBm) LoRA IoT Stations.

Get the firmware version of your LoRa Station with the command “get_version -u
The firmware version is after the field PROD_FW=

[root@Wirgrid_0806xxxx /root]# get_version
KERNEL_VER=3.10.37-klk-4281f2b
PIC_VER=8.3
BOOTSTRAP_VER=1607
UBOOT_VER=1609
SCRIPT_VER=1609
INITRAMFS_VER=g4d7018f
FILESYSTEM_VER=2011.08-g5e758a0
KNETD_VER="wirma2_v3.10 WAN_3.15 (Apr 14 2015-11:18:56)"
PROD_FW=wirmaV2_wirgrid_v2.1
LORABOARD_MANUFACTURER=00
LORABOARD_TYPE="868-27dBm"
LORABOARD_HWVERSION=05
LORABOARD_SERIALNO=00005B

[root@Wirgrid_0806xxxx /root]#
[root@Wirgrid_0806xxxx /root]# modem_on.sh
INFO: Lora FPGA Board detected: manuf 00, type 1, hwver 05, no 00005B
[root@Wirgrid_0806xxxx /root]#

Pre-installed binaries

On Firmware v1.x, several binaries are installed on the LoRa Station filesystem based on the Semtech examples (from github:lora_gateway).

  • Go to the path /mnt/fsuser-1/test_hal_v1.5.0_868Mhz

Read the readme.md files to learn how to use them.

Test and demonstration binaries

Install the ready-to-use “packet forwarder” on the gateway and see your End Point on the semtech demonstration server.
Firmware V2.x:

Firmware v1.x:

Software building and Customization

Compile the Semtech's HAL and test binaries.

build your own kernel and rootfs

IBM LRSC

Install the IBM/LRSC-ready firmware and register your LoRa Station to the IBM/LRSC network:

LoRaWAN protocol

Kerlink is a member of LoRa Alliance and the Kerlink gateway is compatible with LoRaWAN protocol. If you need information about LoRaWAN network protocol please contact the LoRa Alliance and request LoRaWAN specification : http://www.lora-alliance.org/For-Developers/LoRaWANDevelopers

wiki/getting_started.1441029788.txt.gz · Last modified: 2017/07/21 13:53 (external edit)