EDA ED-GWL2010 User Manual

EDA ED-GWL2010 User Manual

An indoor light gateway based on raspberry pi 4b
Hide thumbs Also See for ED-GWL2010:

Advertisement

Quick Links

User Manual of ED-GWL2010
ED-GWL2010
AN INDOOR LIGHT GATEWAY BASED ON RASPBERRY PI 4B
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-GWL2010 and is the answer not in the manual?

Questions and answers

Summary of Contents for EDA ED-GWL2010

  • Page 1 User Manual of ED-GWL2010 ED-GWL2010 AN INDOOR LIGHT GATEWAY BASED ON RASPBERRY PI 4B 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

    Install BSP Online Based on The Original Raspberry Pi OS........... 24 FAQ ..............................24 6.1.1 Default Username and Password ................. 24 About Us ............................. 24 About EDATEC ........................24 Contact Us ..........................25 EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 4: Product Overview

    User Manual of ED-GWL2010 1 Product Overview ED-GWL2010 is an indoor light gateway designed based on Raspberry Pi 4B. This product uses the LoRa gateway module of the new generation SX1302 and SX1303 baseband chips, which has the characteristics of long transmission distance, large node capacity and high receiving sensitivity. In addition, this gateway has strong performance, light structure and simple deployment, which can greatly simplify and shorten your development threshold and design time.
  • Page 5: System Diagram

    Compatible with official Raspberry Pi OS and Ubuntu. NOTE: Most of the interfaces are hidden in the case, only the power interface, RGB indicator light and network port are left on the case. 1.3 System Diagram 1.4 Functional Layout EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 6 Function Description Item Function Description Mini PCIe Power interface Indicator light User-defined key RJ45 network port USB 3.0 USB 2.0 3.5mm earphone port Micro HDMI Micro HDMI Pi4 power interface(no need to use) HDMI DSI EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 7: Packing List

    User Manual of ED-GWL2010 Item Function Description Item Function Description Debug serial port SD card slot 1.5 Packing List  1x ED-GWL2010 host  [option]1x LoRa antenna  [option]1x 2.4GHz/5GHz WiFi/BT antenna 1.6 Order Code EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 8: Quick Start

    1. Install the WiFi external antenna. 2. Install LoRa external antenna. 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. EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 9: First Start

    User Manual of ED-GWL2010 4. Plug in the DC power input port (+12V DC) of ED-GWL2010 and supply power to the power adapter. 2.3 First Start ED-GWL2010 has no power switch. Plug in the power cord and the system will start.
  • Page 10: Enable Ssh

    If there is no display screen, you can download the nmap tool to scan the IP under the current network. Nmap supports Linux, macOS, Windows and other platforms. If you want to use nmap to scan the network segments from 192.168.3.0 to 255, you can use the following command: EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 11: Wiring Guide

    3 Wiring Guide 3.1 Internal I/O 3.1.1 micro-SD Card ED-GWL2010 is internally integrated with Raspberry Pi 4B, which has a micro SD card slot. Please insert the micro SD card of the burned system into the micro SD card slot. 3.1.2 Antenna ED-GWL2010 has two external antennas, namely WIFI/BT antenna and LoRa antenna, which are not universal, so they cannot be mixed.
  • Page 12: Button

    User Manual of ED-GWL2010 4.1 Button ED-GWL2010 has a user-defined button, which is connected to the GPIO23 of CPU. By default, it is at high level, and when the key is pressed, the pin is at low level. We use the raspi-gpio command to test, and query the GPIO23 pin when the key is not pressed.
  • Page 13: Ethernet Configuration

    5. Please enter passphrase. Leave it empty if none,input password and then restart the device。 4.5 Bluetooth ED-GWL2010 supports Bluetooth 4.2 and Bluetooth Low Power Consumption (BLE), and the Bluetooth function is turned on by default. Bluetoothctl can be used to scan, pair and connect Bluetooth devices. Please refer to the...
  • Page 14: Basic Usage

    Find the name of the turned-on Bluetooth device, where the name of the turned-on Bluetooth device is test. devices Device 6A:7F:60:69:8B:79 6A-7F-60-69-8B-79 Device 67:64:5A:A3:2C:A2 67-64-5A-A3-2C-A2 Device 56:6A:59:B0:1C:D1 Lefun Device 34:12:F9:91:FF:68 test Pair device pair 34:12:F9:91:FF:68 Attempting to pair with 34:12:F9:91:FF:68 EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 15: Lorawan

    [CHG] Device 34:12:F9:91:FF:68 Trusted: yes Changing 34:12:F9:91:FF:68 trust succeeded 4.6 LoRaWAN ED-GWL2010 supports LoRaWAN open source service platform ChirpStack. Please refer to the following steps for installation and configuration. 4.6.1 Install LoRa Service and ChirpStack Client We install it by APT.
  • Page 16: Configuring Lora Service

    User Manual of ED-GWL2010 Modify /etc/modules,add i2c-dev at the end i2c-dev ED-GWL2010 use i2c-1 and spidev0.0。 4.6.2 Configuring LoRa Service 4.6.2.1 Pktfwd Config # update region $ cat /etc/ed_gwl/region EU868 # EU868 / US915 pktfwd use 1700 as UDP port $ sudo systemctl restart ed-pktfwd.service...
  • Page 17 Example: event_topic_template="eu868/gateway/{{ .GatewayID }}/event/{{ .EventType }}" If you use the US915 or CN470 module, please change the prefix eu868 to us915_0/cn470_10. event_topic_template="us915_0/gateway/{{ .GatewayID }}/event/{{ .EventType }}" EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 18: 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 depends_on: EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 19 --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 20: 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 21 User Manual of ED-GWL2010 4.6.4.3 Add Device Profile Click device profile-> add device profile to further improve the device information. 4.6.4.4 Add Application Click Applications -> Add application EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 22 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 23: Operating System Installation

    We have provided the factory image. If the system is restored to factory settings, please click the following link to download the factory image. Raspberry Pi OS Lite, 32-bit - Release date: February 9th, 2023 - System: 32-bit EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 24: System Flash

    6 FAQ 6.1.1 Default Username and Password User name:pi Password: raspberry 7 About Us 7.1 About EDATEC EDATEC, located in Shanghai, is one of Raspberry Pi's global design partners. Our vision is to provide EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 25: Contact Us

    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