LoRaWAN: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
== Gateway == | == Gateway == | ||
=== Research === | |||
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. | 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 === | ==== Prebuilt ==== | ||
* The Things Gateway [https://shop.thethingsnetwork.com/index.php/product/the-things-gateway/] - not available yet? | * 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? | * Kerlink IoT station [http://www.kerlink.fr/en/products/lora-iot-station-2/lora-iot-station-868-mhz] - can you buy that? | ||
Line 20: | Line 21: | ||
** Supposed to be available sometime in Q4 2016 | ** Supposed to be available sometime in Q4 2016 | ||
=== DIY === | ==== DIY ==== | ||
* ic880a-gateway | * 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://github.com/ttn-zh/ic880a-gateway/wiki], [https://www.thethingsnetwork.org/labs/story/how-to-build-your-own-lorawan-gateway] (the same document?) | ||
Line 28: | Line 29: | ||
** https://github.com/tftelkamp/single_chan_pkt_fwd | ** https://github.com/tftelkamp/single_chan_pkt_fwd | ||
=== SDR === | ==== 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... | 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... | ||
Line 36: | Line 37: | ||
* https://myriadrf.org/blog/lora-modem-limesdr/ | * https://myriadrf.org/blog/lora-modem-limesdr/ | ||
* https://github.com/BastilleResearch/gr-lora | * 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] | |||
* Gateway EUI B827EBFFFECA0023 | |||
* [[Media:install.pdf]] | |||
* Check status at https://www.thethingsnetwork.org/api/v0/gateways/B827EBFFFECA0023/ | |||
== Client devices == | |||
=== Research === | |||
Available boards: | |||
* Arduino shields | |||
** [http://wiki.dragino.com/index.php?title=Lora_Shield Dragino LoRa shield] | |||
*** Based on HopeRF RFM95W | |||
*** Severin has one | |||
** [http://wiki.dragino.com/index.php?title=Lora_BEE Dragino LoRa BEE] | |||
*** based on SX1276/SX1278 | |||
*** Heiko ordered some | |||
* Complete boards | |||
* Full sensor units | |||
=== Test Unit One === | |||
* Arduino Uno | |||
* Dragino LoRa shield | |||
* GPS module | |||
== 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 | ||
[[Category:Project]] | |||
Revision as of 08:05, 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
- The Things Gateway [1] - not available yet?
- Kerlink IoT station [2] - can you buy that?
- Microchip LoRa Evaluation kit [3]
- Includes a gateway and two nodes
- RisingHF Gateway RHF2S008 [4] - 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
- [5]
- Supposed to be available sometime in Q4 2016
DIY
- ic880a-gateway
- http://www.instructables.com/id/LoRaWAN-Gateway/
- Single Channel Gateway (not LoRaWAN spec conform, but maybe sufficent for testing?)
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:
- 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 [8]
- Gateway EUI B827EBFFFECA0023
- Media:install.pdf
- Check status at https://www.thethingsnetwork.org/api/v0/gateways/B827EBFFFECA0023/
Client devices
Research
Available boards:
- Arduino shields
- Dragino LoRa shield
- Based on HopeRF RFM95W
- Severin has one
- Dragino LoRa BEE
- based on SX1276/SX1278
- Heiko ordered some
- Dragino LoRa shield
- Complete boards
- Full sensor units
Test Unit One
- Arduino Uno
- Dragino LoRa shield
- GPS module