iC880A QuickStart Guide - QuickStart Guide
Open Source Driver on Github
confidential
iC880A_QuickStartGuide.docx, Wireless Solutions, V0.6
page 10 of 15
In the folder
lora_gateway/libloragw
there is a template file present. Open the file in
your favorite editor (e.g. nano).
nano lora_gateway/libloragw/99-libftdi.rules
locate the line
SUBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010",
MODE="0664", GROUP="plugdev"
and change the entry
ATTRS{idProduct}=="
6010
”
to:
ATTRS{idProduct}=="
6014
”
Save the file and leave the editor. Next copy the file to the folder
/etc/udev/rules.d/
sudo cp 99-libftdi.rules /etc/udev/rules.d/
3.6
Connection of iC880A and the Linux Host
3.7
Example Utilities
In the folder
lora_gateway
there are several example utilities showing the usage of the
libloragw
library. This quick start guide will show the “
util_pkt_logger
” and the
“
util_tx_test
”.
3.7.1
util_tx_test
This is a small utility demonstrating the ability to send out some data via the iC880A
concentrator device. To start this utility go into the folder and start it:
cd lora_gateway/util_tx_test
./util_tx_test
The program should start and print out some output like that: