Diferència entre revisions de la pàgina «LoRa»

De Wiki d'en Jordi Binefa
Dreceres ràpides: navegació, cerca
(Es crea la pàgina amb «= LoRa = [https://www.lora-alliance.org/technology LoRa Alliance Technology] [https://www.link-labs.com/blog/what-is-lora What is LoRa?. Includes a technical video of...».)
 
Línia 15: Línia 15:
  
 
[https://binefa.cat/blog/?p=327 ESP8266 and Arduino using LoRa and AES encryption] (June 19, 2016)
 
[https://binefa.cat/blog/?p=327 ESP8266 and Arduino using LoRa and AES encryption] (June 19, 2016)
 +
 +
[http://absolutelyautomation.com/articles/2015/12/30/internet-things-iot-using-nicerf-lora1276 Internet Of Things (IoT) Using NiceRf LoRa1276 and Arduino Nano]
  
 
== LoRaWAN ==
 
== LoRaWAN ==
Línia 22: Línia 24:
 
[https://www.thethingsnetwork.org/ Backend de TheThingsNetwork]
 
[https://www.thethingsnetwork.org/ Backend de TheThingsNetwork]
  
[https://thethingsnetwork.cat/index.php/The_Things_Network_Catalunya Xarxa comunitària de l'internet de les coses (ttn.cat, The Things Network a Catalunya)]
+
[https://thethingsnetwork.cat/index.php/The_Things_Network_Catalunya Xarxa comunitària de l'internet de les coses (ttn.cat, The Things Network Catalunya)]
  
 
=== Implementació de nodes LoRaWAN ===
 
=== Implementació de nodes LoRaWAN ===
 +
[https://thethingsnetwork.cat/index.php/Llista_de_nodes_disponibles Llista de nodes disponibles]
 +
 
[https://youtu.be/CJNq2I_PDHQ Andreas Spiess video: "#182 ESP32 Lora Boards: What you need to know before you buy (incl. Antenna knowledge)"]
 
[https://youtu.be/CJNq2I_PDHQ Andreas Spiess video: "#182 ESP32 Lora Boards: What you need to know before you buy (incl. Antenna knowledge)"]
 +
 +
[https://github.com/matthijskooijman/arduino-lmic Arduino-LMIC library]
  
 
==== LoPy ====
 
==== LoPy ====
 +
[https://docs.pycom.io/chapter/tutorials/lopy/lorawan-otaa.html LoRaWAN OTAA node (OTAA: Over The Air Authentication)]
 +
 +
[https://docs.pycom.io/chapter/tutorials/lopy/lorawan-abp.html LoRaWAN ABP node (ABP: Authentication By Personalisation)]
 +
 +
==== MKR WAN 1300 (Arduino) ====
 +
[http://tinkerman.cat/arduino-mkr-wan-1300/ Arduino MKR WAN 1300] (by [https://twitter.com/xoseperez @XosePerez])
 +
 +
==== Microchip RN2483 ====
 +
[http://tinkerman.cat/low-power-in-lorawan-world-meet-the-rn2483/ Low power in LoRaWan world – Meet the RN2483] (by [https://twitter.com/xoseperez @XosePerez])
 +
 +
==== ESP32 genèric i SX1276  ====
 +
 +
=== Passarel·les (''gateways'') LoRaWAN ===
 +
[https://thethingsnetwork.cat/index.php/Llista_de_Gateways Llista de passarel·les comercials]
 +
 +
==== Implementació de passarel·les LoRaWAN multicanal (com ha de ser) ====
 +
[https://www.hackster.io/naresh-krish/getting-started-with-the-rak-831-lora-gateway-and-rpi3-e3351d Getting started with the RAK 831 Lora Gateway and RPi3]
  
=== Implementació de pasarel·les LoRaWAN ===
+
==== Implementació de passarel·les LoRaWAN monocanal (per a experimentació) ====
==== Implementació de pasarel·les LoRaWAN multicanal (com ha de ser) ====
+
[https://docs.pycom.io/chapter/tutorials/lopy/lorawan-nano-gateway.html LoRaWAN Nano-Gateway]
  
 +
[https://www.hackster.io/ChrisSamuelson/lora-raspberry-pi-single-channel-gateway-cheap-d57d36 LoRa - Raspberry Pi - Single Channel Gateway - Cheap!]
  
==== Implementació de pasarel·les LoRaWAN monocanal (per a experimentació) ====
+
[https://github.com/things4u/ESP-1ch-Gateway-v5.0 Single Channel LoRaWAN Gateway]

Revisió del 18:52, 18 feb 2018

LoRa

LoRa Alliance Technology

What is LoRa?. Includes a technical video of about one hour

Capa física de LoRa (OSI Layer 1)

Implementacions amb Arduino Nano i ESP8266

Arduino library for SX1276 using LoRA and PyQt (June 6, 2016)

Adding AES encryption to LoRa at SX1276 on Arduino (June 15, 2016)

ESP8266 library for SX1276 using LoRA and PyQt (June 13, 2016)

ESP8266 and Arduino using LoRa and AES encryption (June 19, 2016)

Internet Of Things (IoT) Using NiceRf LoRa1276 and Arduino Nano

LoRaWAN

Què és LoRaWAN

The Things Network

Backend de TheThingsNetwork

Xarxa comunitària de l'internet de les coses (ttn.cat, The Things Network Catalunya)

Implementació de nodes LoRaWAN

Llista de nodes disponibles

Andreas Spiess video: "#182 ESP32 Lora Boards: What you need to know before you buy (incl. Antenna knowledge)"

Arduino-LMIC library

LoPy

LoRaWAN OTAA node (OTAA: Over The Air Authentication)

LoRaWAN ABP node (ABP: Authentication By Personalisation)

MKR WAN 1300 (Arduino)

Arduino MKR WAN 1300 (by @XosePerez)

Microchip RN2483

Low power in LoRaWan world – Meet the RN2483 (by @XosePerez)

ESP32 genèric i SX1276

Passarel·les (gateways) LoRaWAN

Llista de passarel·les comercials

Implementació de passarel·les LoRaWAN multicanal (com ha de ser)

Getting started with the RAK 831 Lora Gateway and RPi3

Implementació de passarel·les LoRaWAN monocanal (per a experimentació)

LoRaWAN Nano-Gateway

LoRa - Raspberry Pi - Single Channel Gateway - Cheap!

Single Channel LoRaWAN Gateway