LoRaWAN: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
No edit summary
(move gateway information on separate page)
Line 2: Line 2:


== Gateway ==
== Gateway ==
=== Research ===
See [[/Gateway|Gateway]] for more information
We decided in the [[20161009 Plenum#Buying_more_stuff.3F|Plenum]] to buy a LoRaWAN gateway for the space. However, we don't really know kind of gateway to get. Let's figure out what kinds exist today.
 
==== Prebuilt ====
* The Things Gateway [https://shop.thethingsnetwork.com/index.php/product/the-things-gateway/] - not available yet?
* Kerlink IoT station [http://www.kerlink.fr/en/products/lora-iot-station-2/lora-iot-station-868-mhz] - can you buy that?
** Some details:
*** https://www.disk91.com/2016/technology/internet-of-things-technology/lorawan-experimentation-with-kerlink-gateway/
*** https://www.thethingsnetwork.org/wiki/Hardware/Gateways/Kerlink
* Microchip LoRa Evaluation kit [https://www.microchip.com/developmenttools/productdetails.aspx?partno=dv164140-1]
** Includes a gateway and two nodes
* RisingHF Gateway RHF2S008 [http://www.risinghf.com/product/rhf2s008-loralorawan-industrial-gateway-434mhz-470mhz-868mhz-951mhz/?lang=en] - around 700€ ex. taxes [[Media:Lora_RisingHF_Prices.pdf]]
** Product brief Gateway RHF2S008 [xyz]  
** Product brief Modem [xyz]
** Product brief Temp/Hum Sensor Node RHF1S001 [[Media:RHF1S001_Product_Brief.pdf]]
* AirFy
** [http://www.onewrt.com/lora-gateway-sx1301-arrives/]
** Supposed to be available sometime in Q4 2016
 
==== DIY ====
* ic880a-gateway
** [https://github.com/ttn-zh/ic880a-gateway/wiki], [https://www.thethingsnetwork.org/labs/story/how-to-build-your-own-lorawan-gateway] (the same document?)
** [https://www.thethingsnetwork.org/labs/story/building-a-ttn-gateway IC880A using Adapter Shield]
*** [http://www.ttn-hennef.de/ttn-gateway-workshop-2017/ Workshop Description by TTN Hennef]
*** [https://www.tinytronics.nl/shop/nl/things-network-lora-gateway-workshop Kit]
** [http://varia-store.com/Zubehoer/Gehaeuse-ohne-Antenne/RF-Elements-StationBox-ALU::2440.html Nice case]
* http://www.instructables.com/id/LoRaWAN-Gateway/
* Single Channel Gateway (not LoRaWAN spec conform, but maybe sufficent for testing?)
** http://www.instructables.com/id/Use-Lora-Shield-and-RPi-to-Build-a-LoRaWAN-Gateway/
** https://github.com/tftelkamp/single_chan_pkt_fwd
 
==== SDR ====
Just some thoughts. The difficult parts to get seem to be the RF modules for a LoRaWAN gateway. How about building one with a SDR? We have a few badges from the last CCCamp at the space, which work like an HackRF...
 
Some links I found:
* [https://www.thethingsnetwork.org/forum/t/software-defined-radio-and-the-things-network/1286/13 Post on the TTN forums]
* https://revspace.nl/DecodingLora
* https://myriadrf.org/blog/lora-modem-limesdr/
* https://github.com/BastilleResearch/gr-lora
 
=== Gateway number One ===
DIY gateway with RPi and IC880a SPI board, acc. to [https://github.com/ttn-zh/ic880a-gateway/wiki]
* BOM
   
{| class="wikitable"
|-
! Description !! Seller !! Price
|-
| RPi || - || style="text-align:right;" | -
|-
| IC880a || IMST || style="text-align:right;" | 218.83€
|-
| Adapter Board || Tindie GNZ || style="text-align:right;" | 9.75€
|-
| GP868 || funkmodul.com || style="text-align:right;" | 37.37€
|-
| U.FL -> BNC Adapter || 4GLte.eu || style="text-align:right;" | 8.70€
|-
| || total || style="text-align:right;" | 274.65€
|}
* Gateway EUI B827EBFFFECA0023
* [[Media:install.pdf|Install Log]]
* Check status at http://noc.thethingsnetwork.org:8085/api/v2/gateways/eui-b827ebfffeca0023
* Components
** Raspberry Pi
** [[Media:IC880A_Datasheet_V0_17.pdf|IC880a LoRa concentrator Board]]
** [[Media:RPi IC880a AdapterBoard.jpg|RPi Adapter Board]]
** [[Media:Aurel_GP868_Antenna.pdf|Groundplane Antenna]]
** [[Media:UFL_BNC_Adapter.pdf|U.FL -> BNC Adapter cable]]


== Client devices ==
== Client devices ==

Revision as of 20:44, 28 November 2017

LoRaWAN is an RF standard for IoT devices to connect to the internet.

Gateway

See Gateway for more information

Client devices

Research

Available boards:

Test Unit One

  • Arduino Uno
  • Dragino LoRa shield
  • GPS module

Simple Dev Boards

Ideas for Sensors

  • Weather station (Temperature, Humidity, Air Pressure)
  • Water temperature (lake, garden pond)
  • Water level (cistern, garden pond, river)
  • PIR sensor for movement (garage, selfstorage, ...)
    • Also Door openings
  • Offgrid solar monitoring
  • Postbox status -> "You got mail!"
  • Garden/Plant monitoring
  • NOx

Cloud

We connect to The Thingsnetwork

Other Information

Example Sensor projects

Alternative systems

  • Talk about an also LoRa based alternative to LoRaWAN, which should be able to work coexistingly with LoRaWAN: LoraLight