This week I made some progress with the LG01-S LoRa gateway from Dragino, and today I will offer you some insights regarding the hardware.
So, let’s take a look inside. Opening the case is pretty straightforward. Just remove the black rubber “feet” underneath the gateway, exposing the four screws the hold the case. Remove the screws.

Then, remove the back side of the case.

Removing the top side is a bit tricky, as the wire for the antenna connector is quite short. Gently lift the board out of the case, exposing the antenna connector. Remove the antenna connector from the case. Be careful, as the connector doesn’t come out easy.

Once the case is removed, we can take a closer look at this thing.

On the main board we find one Dragino HE WiFi IoT module, “a minimal system which installed with OpenWrt Linux system and support 150M 2.4G WiFi”. This module has an ATHEROS AR9331 chipset, 16Mb FLASH, 64Mb RAM, and plenty of I/Os. If you are familiar with the Arduino Yun, you’ll notice it’s the same Atheros chip used in the Yun – and it’s 100% compatible with existing Arduino Yun code.
A red daughter board holds one ATMEGA 328P and one SX1272 LoRa module. The gateway I have works in the 868MHz band, as this is the allocated frequency band for Europe. Other frequency bands such as 433MHZ or 915MHz are available too. You will have to choose the correct frequency band for your country when you place the order. As such, you might find another LoRa module, depending on the frequency band.
This whole thing is quite similar with the Arduino Yun, except that the daughterboard uses ATMEGA328P instead of the ATMEGA32U4 you’ll find on the Yun.

There are two connectors for the daughter board, one for communication with the Atheros chip, and another connector for the screw shield.

The meaning of the pins is clearly marked on the back of the daughtercard module. We notice the same connections as in the Yun, using SPI interface, UART, one reset line (GPIO18) and one handshake line (GPIO19).
We also find the pin correspondence for the screw connector. Here’s a little surprise, as the +, –, a and b markings have no meaning. One should refer to the pin diagram on the LG01-S page when using those pins.

On the front side of the LoRa daughterboard, we also find a jumper marked Vout, which allows for 3.3V or 5V selection. There’s nothing in the user manual about this, so we’re on our own. For the given time I will leave it as it is, in the 3.3V position.
On the base board we will also find a socket for a ZigBee module. Again, there’s nothing in the manual about this. I wonder if it’s possible to combine ZigBee and LoRa on a single gateway…
The documentation for the MS14-N motherboard reveals that the ZigBee module uses the same RX and TX lines as the LoRa gateway. As such there’s no way to use both Zigbee and LoRa at the same time.

As a short conclusion, we have here a derivative of the Arduino YUN, in which the ATMEGS32U4 is replaced by an ATMEGA328P, and with an added LoRa module. The exact LoRa module depends on the chosen frequency band.
As for the software, the LG01-S gateway can be programmed in Arduino IDE, just like any other Arduino Yun. The only thing to care of is to properly install the board definitions. In Arduino IDE, go to Preferences – Additional Boards Manager URLs and add the following line:
http://www.dragino.com/downloads/downloads/YunShield/package_dragino_yun_test_index.json
Then, in board manager, install the Dragino Yun boards. Choose Arduino Uno Yun as your board. That’s all. Everything else is just like working with the Yun.
Regarding the LoRa side, the LG-01-S uses the Radiohead library, which is released under GPL v2 license. One should take care of proper licensing when developing commercial applications. You will have to download the library by following this link.
Dragino LoRa gateway – final conclusions
The LG01-S is by far the cheapest LoRa gateway at this moment. Even with shipping costs, VAT and everything else I was still able to get this under 100$.
Nice case, power adapter, and LoRa antenna already supplied – this gateway works right out of the box.
Being based on open-source software and open-source hardware, this LoRa gateway can be modified with ease. I have a feeling that I will see this product in many interesting projects.
Future work? Connecting to https://thingspeak.com/, and developing my first LoRa node. More about this in the next few days.
3 Comments
Good! Thank you for your work!
Its garbage…. Even for hobiest it will work unreliable and is way to slow..
Its garbage and I think you realized that by yourself xD
The only thing this gateways does, is destroying the fun ones could have with LoRa.
A tip from me:
Just build your own with an Raspberry Pi or buy a real LoRaWAN compatible gateway…
And yes I bought a LG01 too…. BIIG mistake^^
Best regards 🙂