LoRaWAN: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
No edit summary
m (ttn muc community)
Line 38: Line 38:
* https://github.com/BastilleResearch/gr-lora
* https://github.com/BastilleResearch/gr-lora


=== Gateway number One ====
=== Gateway number One ===
DIY gateway with RPi and IC880a SPI board, acc. to [https://github.com/ttn-zh/ic880a-gateway/wiki]
DIY gateway with RPi and IC880a SPI board, acc. to [https://github.com/ttn-zh/ic880a-gateway/wiki]
* Gateway EUI B827EBFFFECA0023
* Gateway EUI B827EBFFFECA0023
Line 65: Line 65:
== Other Information ==
== Other Information ==
* https://medium.com/@ashujoshi/4-ingredients-needed-to-get-started-with-lorawan-1ff519274122
* https://medium.com/@ashujoshi/4-ingredients-needed-to-get-started-with-lorawan-1ff519274122
 
* TTN Munich community: https://www.thethingsnetwork.org/community/munich/
[[Category:Project]]
[[Category:Project]]

Revision as of 09:44, 25 October 2016

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

Gateway

Research

We decided in the 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

DIY

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:

Gateway number One

DIY gateway with RPi and IC880a SPI board, acc. to [8]

Client devices

Research

Available boards:

  • Complete boards
  • Full sensor units

Test Unit One

  • Arduino Uno
  • Dragino LoRa shield
  • GPS module

Other Information