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
EDA Technology Co.,Ltd
May 2024
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 EDA Technology Co.,Ltd May 2024 EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 2 Disclaimers EDA Technology Co., Ltd does not guarantee that the information in this manual is up to date, correct, complete or of high quality. 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 ..........................24 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 new generation of SX1302 and SX1303 baseband chip LoRa gateway modules, which have 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

    2 x USB 3.0 USB 3.0 1GB/2GB/4GB/8GB Type-A connector LoRa Module SMA Connector Mini-PCIe LoRa Antenna Wi-Fi/BT connector 2 x USB 2.0 USB 2.0 Type-A connector Micro SD SDIO Card Slot SMA Connector Crypto Wi-Fi/BT Antenna Authentication EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 6: Functional Layout

    Function Description Item Function Description Mini PCIe Power interface RGB LED User-defined Button Gigabit Ethernet USB 3.0 USB 2.0 3.5mm audio jack connector Micro HDMI Micro HDMI Pi4 power interface (no need to use) EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 7: Packing List

    User Manual of ED-GWL2010 Item Function Description Item Function Description Debug UART Port SD Card Slot 1.5 Packing List 1x ED-GWL2010 Unit  [option]1x LoRa Antenna  [optional]1x 2.4GHz&5GHz Wi-Fi/BT Antenna  1.6 Ordering Code EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 8: Quick Start

    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. Plug in the DC power input port (+12V DC) of ED-GWL2010 and supply power to the power adapter. EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 9: First Start

    User Manual of ED-GWL2010 2.3 First Start ED-GWL2010 does not have a power switch. After connecting to the power supply, the system will start to boot. 2.3.1 Raspberry Pi OS (Lite) If you use the OS provided by us, after the system starts, you will automatically log in with the user name pi, and the default password is raspberry.
  • Page 10: Enable Ssh

    After the device is started, if there is no display screen connected, 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 EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 11: Wiring Guide

    OS into the micro-SD card slot. 3.1.2 Antenna ED-GWL2010 contains two external antennas, one is a Wi-Fi/BT antenna and the other is a LoRa antenna, which can be distinguished by the antenna labels. According to the silk-screen instructions on the antenna interface on the device side, install the Wi-Fi/BT antenna on the left and the LoRa antenna on the right as shown in the above figure.
  • Page 12: Software Operation Guide

    4 Software Operation Guide 4.1 Button ED-GWL2010 contains a user-defined button inside the device, which is connected to the GPIO23 pin of CPU. It is at a high level by default. When the button is pressed, the pin is at a low level.
  • Page 13: Ethernet Configuration

    6. Please enter passphrase. Leave it empty if none, input password and then restart the device。 4.5 Bluetooth ED-GWL2010 supports Bluetooth 5.0 and Bluetooth Low Energy (BLE). The Bluetooth function is enabled by default. EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 14: Basic Configuration Commands

    Discovery started [CHG] Controller B8:27:EB:85:04:8B Discovering: yes [NEW] Device 4A:39:CF:30:B3:11 4A-39-CF-30-B3-11 Find the name of the turned-on Bluetooth device. devices Returned display information: 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 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

    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 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 }}" The server address of “integration.mqtt” needs to be your chirpstack server.  $ sudo systemctl restart chirpstack-gateway-bridge.service After modify “chirpstack-gateway-bridge.toml” config, need restart “chirpstack-gateway-bridge” service. EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 18: Install Chirpstack Server

    -c /etc/chirpstack restart: unless-stopped volumes: - ./configuration/chirpstack:/etc/chirpstack - ./lorawan-devices:/opt/lorawan-devices depends_on: - postgres - mosquitto - redis environment: - MQTT_BROKER_HOST=mosquitto - REDIS_HOST=redis - POSTGRESQL_HOST=postgres ports: - 8080:8080 chirpstack-gateway-bridge-eu868: image: chirpstack/chirpstack-gateway-bridge:4 restart: unless-stopped ports: - 1700:1700/udp EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 19 Enter the server's IP address and port number 8080 in the PC browser, and the login interface will appear when the network is normal. The default administrator user name and password are as follows: user: admin psw : admin EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 20: Adding Lora Gateway And Terminal

    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. 4.6.4.3 Add Device Profile Click device profile-> add device profile to further improve the device information. EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 21 User Manual of ED-GWL2010 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

    3. Open SD Card Formatter, select SD card letter, and click Format below to format. 4. After formatting, open Raspberry Pi Imager, select the image you want to burn in the first item, select EDA Technology Co.,LTD– Electronics Development Accelerator...
  • Page 24: Install Bsp Online Based On The Original Raspberry Pi Os

    We provide standard hardware solutions, customized design and manufacturing services to speed up the development and time to market of electronic products. 7.2 Contact Us Mail – sales@edatec.cn / support@edatec.cn Phone – +86-18621560183 Website – https://www.edatec.cn Address – Building 29, No.1661 Jialuo Highway, Jiading District, Shanghai EDA Technology Co.,LTD– Electronics Development Accelerator...

Table of Contents