EDA ED-GWL1010 User Manual

EDA ED-GWL1010 User Manual

A cost-effective lorawan indoor gateway

Advertisement

Quick Links

User Manual of ED-GWL1010
ED-GWL1010
A COST-EFFECTIVE LORAWAN INDOOR GATEWAY
Shanghai EDA Technology Co.,Ltd
2023-03-23
EDA Technology Co.,LTD– Electronics Development Accelerator

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ED-GWL1010 and is the answer not in the manual?

Questions and answers

Summary of Contents for EDA ED-GWL1010

  • Page 1 User Manual of ED-GWL1010 ED-GWL1010 A COST-EFFECTIVE LORAWAN INDOOR GATEWAY Shanghai EDA Technology Co.,Ltd 2023-03-23 EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 2 Disclaimers Shanghai EDA Technology Co., Ltd does not guarantee that the information in this manual is up to date, correct, complete or of high quality. Shanghai EDA Technology Co., Ltd also does not guarantee the further use of this information.
  • Page 3: Table Of Contents

    4.8.3 Install ChirpStack Server ....................23 4.8.4 Adding LoRa Gateway and Terminal ................25 Operating System Installation ......................28 Image Download ........................28 System Flash ........................... 29 5.2.1 Flash from SD card ....................... 29 EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 4 User Manual of ED-GWL1010 5.2.2 eMMC Flash ........................29 FAQ ..............................31 6.1.1 Default Username and Password ................. 31 About Us ............................. 31 About EDATEC ........................31 Contact Us ..........................31 EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 5: Product Overview

    User Manual of ED-GWL1010 1 Product Overview ED-GWL1010 is a cost-effective LoRaWAN indoor gateway product launched by EDATEC. The ED- GWL1010 is based on EDATEC's brand-new 1(ED-REIMEI1) single-board computer platform, adopting the form of motherboard and expansion board, integrating Semtech's new generation SX1302/SX103 baseband chip and Microchip security encryption chip ATECC608, supporting DC Jack power supply and PoE power supply, and optional sheet metal casing.
  • Page 6: System Diagram

    1x WiFi / BT External antenna, 1x LoRa External antenna Working -25 ~ 50° C environment temperature Debian 11, Lite, 64-bit OS Software resources Provide example guidance for LoRaWAN networks such as ChipStack 1.3 System Diagram 1.4 Functional Layout EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 7 12V DC power socket Ethernet RJ45 port HDMI type A port RGB LED Micro USB Power supply port USB 2.0 port LoRa mini-PCIe port USB 3.0 port Item Function Description Debug serial port Micro SD card slot EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 8: Packing List

    1.6 Order Code 2 Quick Start 2.1 Equipment List  1x ED-GWL1010 host  1x WiFi / BT external antenna  1x LoRa external antenna  1x net cable  1x 12V@2A power supply EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 9: Hardware Connection

    3. Insert the network cable into the Ethernet port, and the network cable is connected with network devices such as routers and switches that can access the Internet. 4.Plug in the DC power input port (+12V DC) of ED-GWL1010 and supply power to the power adapter. 2.3 First Start ED-GWL1010 has no power switch.
  • Page 10: Ssh Remote Login

    3.1 Internal I/O 3.1.1 micro-SD Card The micro SD card slot is located on the back of the motherboard. Please insert the micro SD card slot with the front side facing up in parallel. EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 11: Ttl Serial Port

    4 Software Operation Guide 4.1 Button The ED-GWL1010 has a user button, and the user can customize the button function. The button is connected with PIN16, which is high by default, and when the key is pressed, the pin is low.
  • Page 12 25: "USB_PSU" "fe03a080.usb3phy" output active-low [used] line 26: "VDDEE_PWM" unused input active-high line 27: "VDDCPU_PWM" kernel input active-high [used] line 28: "LED" "act" output active-high [used] line 29: "DEBUG_TX" kernel input active-high [used] EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 13 69: "-" unused input active-high line 70: "PIN3" kernel input active-high [used] line 71: "PIN5" kernel input active-high [used] line 72: "PIN18" unused input active-high line 73: "PIN22" unused input active-high EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 14: Button Test

    0, it means that the pin of line77 or PIN16 is low. 4.2 LED Indication The RGB LED of ED-GWL1010 is controlled by three GPIO. The control pins are GPIO16 to control blue, GPIO20 to control green, GPIO21 to control red, and GPIO is active at low level.
  • Page 15: Usb

    #Set the line31 pin of chip0 to high level. gpioset 0 31=1 4.3 USB ED-GWL1010 具有一个 USB2.0 A 型接口和一个 USB3.0 A 型接口。ED-GWL1010 has a USB2.0 A port and a USB3.0 A port. 4.3.1 Check USB device information List USB Device...
  • Page 16: Usb Storage Device Mounting

    5. If your storage device uses NTFS file system, you will have read-only access to it. If you want to write to the device, you can install the ntfs-3g driver: sudo apt update sudo apt install ntfs-3g EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 17: Ethernet Configuration

    The system uses dhcpcd for network management by default. Configure static IP, set the static IP of eth0 network card to 192.168.168.108, set the default route to 192.168.168.1, and set DNS to 192.168.168.1(DNS can be omitted): EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 18: Wifi

    Ctrl+X exits and returns to save. 4.6 Bluetooth Bluetooth function is enabled by default. If you need to set Bluetooth, you can use the bluetoothctl command to set Bluetooth. Scan bluetoothctl scan on/off Find device bluetoothctl discoverable on/off EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 19: Serial Communication

    4.7 Serial Communication ED-GWL1010 has a TTL level serial port, and the interface name is J4, which is used as the debugging serial port by default. 4.7.1 Install picocom Tool Picocom serial terminal can be debugged conveniently in Linux environment.
  • Page 20: Debug Uart

    /boot/cmdline.tx 4.8 LoRaWAN ED-GWL1010 supports LoRaWAN open source service platform ChipStack. Please refer to the following steps for installation and configuration. 4.8.1 Install LoRa Service and ChirpStack Client. We install it by APT.
  • Page 21: Configuring Lora Service

    $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00 $ echo "deb https://artifacts.chirpstack.io/packages/4.x/deb stable main" | sudo tee /etc/apt/sources.list.d/chirpstack.list $ sudo apt update $ sudo apt install -y chirpstack-gateway-bridge ED-GWL1010 uses i2c-1 and spiderv0.0 4.8.2 Configuring LoRa Service 4.8.2.1 Pktfwd Config # update region...
  • Page 22 # MQTT server (e.g. scheme://host:port where scheme is tcp, ssl or ws) server="tcp://127.0.0.1:1883" # Connect with the given username (optional) username="" # Connect with the given password (optional) password=""  'event_topic_template / command_topic_template' needs to modify the prefix with gateway zone. Example: EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 23: Install Chirpstack Server

    # Remove the chirpstack-gateway-bridge, because we run the bridge on gateway. Delete the red font part. $ nano docker-compose.yml version: "3" services: chirpstack: image: chirpstack/chirpstack:4 command: -c /etc/chirpstack restart: unless-stopped volumes: - ./configuration/chirpstack:/etc/chirpstack - ./lorawan-devices:/opt/lorawan-devices EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 24 --server chirpstack:8080 --bind 0.0.0.0:8090 --insecure ports: - 8090:8090 depends_on: - chirpstack postgres: image: postgres:14-alpine restart: unless-stopped volumes: - ./configuration/postgresql/initdb:/docker-entrypoint-initdb.d - postgresqldata:/var/lib/postgresql/data environment: - POSTGRES_PASSWORD=root redis: image: redis:7-alpine restart: unless-stopped volumes: - redisdata:/data EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 25: Adding Lora Gateway And Terminal

    Open chirpstack management interface in PC browser, click Gateway -> Add gateway, fill in the Gateway ID corresponding to the device, set the Name, and then click Submit. If the network connection is correct, wait a moment to see that the added gateway becomes Online. EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 26 User Manual of ED-GWL1010 4.8.4.3 Add Device Profile Click device profile-> add device profile to further improve the device information. 4.8.4.4 Add Application Click Applications -> Add application EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 27 Add Device You should know the DevEUI and AppKey of LoRa terminal products, which are provided by LoRa terminal equipment manufacturers. Click Application -> your application -> Add device to add LoRa terminal device EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 28: Operating System Installation

    At the factory, we have burned the system in eMMC, and users can use it directly. We have provided the factory image. If the system is restored to factory settings, please click the following link to download the factory image. Download Link: https://1drv.ms/f/s!Au060HUAtEYBgRl4XvZeFGCVrZvt?e=H91zTs EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 29: System Flash

    User Manual of ED-GWL1010 5.2 System Flash ED-GWL1010 supports dual booting of SD card and eMMC system, and SD card has higher priority. If you want to burn the system to eMMC, you need to start the system through SD card, and then indirectly burn eMMC through dd command.
  • Page 30 1483+1 records out Using lsblk, we can see that mmcblk1 has two partitions, p1 and p2: lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT mmcblk0 179:0 14.8G 0 disk ├─mmcblk0p1 179:1 256M 0 part /boot EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 31 7.2 Contact Us Mail – sales@edatec.cn / support@edatec.cn Phone – +86-18621560183 Website – https://www.edatec.cn Address – Room 301, Building 24, No.1661 Jialuo Highway, Jiading District, Shanghai EDA Technology Co.,LTD– Electronics Development Accelerator...

Table of Contents