Green communication system; intel core i7/i5 rpga988 processor 2.5” sata hard disk drive bay 4 gigabit ethernet ports/ 9 com / 8 usb 2.0 vga x 1, dvi-i x 1 (73 pages)
Page 1
UP-GWS02L LoRa Certified Intel® Based Gateway and Network Server User’s Manual 1 Last Updated: September 6, 2017...
Page 2
AAEON assumes no liabilities resulting from errors or omissions in this document, or from the use of the information contained herein. AAEON reserves the right to make changes in the product design without notice to its users.
Page 3
Acknowledgement All other products’ name or trademarks are properties of their respective owners. Microsoft Windows is a registered trademark of Microsoft Corp. Intel, Pentium, Celeron, and Xeon are registered trademarks of Intel Corporation Core, Atom are trademarks of Intel Corporation ...
Page 4
Packing List Before setting up your product, please make sure the following items have been shipped: Item Quantity UP-GWS02L LoRa Antenna If any of these items are missing or damaged, please contact your distributor or sales representative immediately.
Page 5
(if any), its specifications, dimensions, jumper/connector settings/definitions, and driver installation instructions (if any), to facilitate users in setting up their product. Users may refer to the AAEON.com for the latest version of this document. Preface...
Page 6
Safety Precautions Please read the following safety instructions carefully. It is advised that you keep this manual for future references All cautions and warnings on the device should be noted. Make sure the power source matches the power rating of the device. Position the power cord so that people cannot step on it.
Page 7
If any of the following situations arises, please the contact our service personnel: Damaged power cord or plug Liquid intrusion to the device iii. Exposure to moisture Device is not working as expected or in a manner as described in this manual The device is dropped or damaged Any obvious signs of damage displayed on the device...
Page 8
FCC Statement This device complies with Part 15 FCC Rules. Operation is subject to the following two conditions: (1) this device may not cause harmful interference, and (2) this device must accept any interference received including interference that may cause undesired operation.
Page 10
China RoHS Requirement (EN) Poisonous or Hazardous Substances or Elements in Products AAEON Main Board/ Daughter Board/ Backplane Poisonous or Hazardous Substances or Elements Hexavalent Polybrominated Polybrominated Component Lead Mercury Cadmium Chromium Biphenyls Diphenyl Ethers (Pb) (Hg) (Cd) (Cr(VI)) (PBB) (PBDE) PCB &...
Table of Contents Chapter 1 - Product Specifications ..................1 Specifications ......................2 Chapter 2 – Hardware Information ..................4 Dimensions ....................... 5 2.1.1 I/O Location ..................6 Jumpers and Connectors for the UP-CHT01............. 7 List of Switches and Connectors for the UP-CHT01 ........8 2.3.1 Power Button (SW1) ..............
Page 12
Installation and Testing ..................22 Preface...
Specifications System Intel® Atom™ x5-z8350 SoC Processor integrated Chipset Onboard 4GB DDR3L-1600 memory System Memory Power Requirement 5V DC Only Storage 64 GB eMMC on board x 1 Audio HDMI Audio x 1 Power Supply Type DC-In ...
Page 15
Range up to 15 km (Line of Sight) Display Graphics Intel® HD 400 Graphics ,12 EU GEN 8, up to 500MHz Support DX*11.1/12, Open GL*4.2, Open CL*1.2 OGL ES3.0, H.264, HEVC (decode), VP8 HDMI x 1 HDMI USB2.0 x 4 ...
List of Switches and Connectors for the UP-CHT01 Please refer to the table below for all of the board’s jumpers that you can configure for your application. Label Function Power Button RTC Battery Wafer USB 3.0 Micro Connector USB 2.0 1x10P Wafer USB Type A Connector 1 USB Type A Connector 2 CN10...
2.3.1 Power Button (SW1) Position Function SW1 1 (default) SW1 0 Power on 2.3.2 RTC Battery Wafer (CN1) Signal +V_COIN_BAT 2.3.3 USB 3.0 Micro Connector (CN6) Chapter 2 – Hardware Information...
Signal Signal USB_VCC USB2_D- CROSSBAR_TX1_N USB2_D+ CROSSBAR_TX1_P USB2_ID CROSSBAR_RX1_N CROSSBAR_RX1_P 2.3.4 USB 2.0 x 10P Wafer (CN7) Signal Signal USB_VCC USB_HSIC_P4_D+ USB_HSIC_P3_D- USB_HSIC_P3_D+ UART0_RXD UART0_TXD USB_VCC USB_HSIC_P4_D- 2.3.5 Dual USB Type A Connector 1 (CN8) Chapter 2 – Hardware Information...
Signal Signal USB_VCC USB_VCC USB2_P1_D- USB2_P2_D- USB2_P1_D+ USB2_P2_D+ 2.3.6 Dual USB Type A Connector 2 (CN9) Signal Signal USB_VCC USB_VCC USB2_P3_D- USB_HSIC_P2_D- USB2_P3_D+ USB_HSIC_P2_D+ 2.3.7 RJ-45 LAN Connector (CN10) Chapter 2 – Hardware Information...
Driver Download and Installation * Please access the https://up-community.org and go to the Downloads section>UP to find the relevant driver. Installation and Testing Modify the Vanilla HAL Software: Step 1. Decompress the HAL software $ unzip ~/unzip lora_gateway-master.zip $ unzip ~/packet_forwarder-master.zip Step 2.
Page 35
$ vim reset_lgw.sh Replace IOT_SK_SX1301_RESET_PIN=7 with IOT_SK_SX1301_RESET_PIN=5 Step 4. Build the HAL software $ cd ~/lora_gateway-master/ $ make clean && make Testing Test 1. Basic low level SPI test $ cd ~/lora_gateway-master/ $ sudo ./reset_lgw.sh start $ cd util_spi_stress/ $ ./util_spi_stress Chapter 3 –...
Page 36
Test 2. Simple TX test $ cd ~/lora_gateway-master/ $ sudo ./reset_lgw.sh start $ cd util_tx_test/ $ ./util_tx_test -r1257 -f868.1 -s7 -p0 -t100 -x10 Test 3. Simple RX test Chapter 3 – Drivers and Testing Installation...
Page 37
$ cd ~/lora_gateway-master/ $ sudo ./reset_lgw.sh start $ cd util_pkt_logger/ $ ./util_pkt_logger Test 4. Testing the forwarder $ cd ~/packet_forwarder-master/ $ vim Makefile Replace LGW_PATH ?= ../../lora_gateway/libloragw with Chapter 3 – Drivers and Testing Installation...
Page 38
LGW_PATH ?= /home/USERNAME/lora_gateway-master/libloragw $ make clean && make Open two terminal Terminal 1 (virtual server): $ cd ~/lora_gateway-master/ $ sudo ./reset_lgw.sh start $ cd ~/packet_forwarder-master/util_sink/ $ ./util_sink 1680 Terminal 2: $ cd ~/packet_forwarder-master/lora_pkt_fwd/ $ ./lora_pkt_fwd Test 5. Test with Mote II Chapter 3 –...
Page 39
Step 1. Power up Mote II Step 2. Start the packet forwarder $ cd ~/lora_gateway-master/ $ sudo ./reset_lgw.sh start $ cd ~/packet_forwarder-master/lora_pkt_fwd/ $ ./lora_pkt_fwd Chapter 3 – Drivers and Testing Installation...
Page 40
Step 3. You can get pkt from Mote II on terminal Mote II: Chapter 3 – Drivers and Testing Installation...
Need help?
Do you have a question about the UP-GWS02L and is the answer not in the manual?
Questions and answers