Diferència entre revisions de la pàgina «LoRa»
(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 | + | [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 passarel·les LoRaWAN monocanal (per a experimentació) ==== | |
− | ==== Implementació de | + | [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!] | ||
− | + | [https://github.com/things4u/ESP-1ch-Gateway-v5.0 Single Channel LoRaWAN Gateway] |
Revisió del 18:52, 18 feb 2018
Contingut
LoRa
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
The Things Network
Xarxa comunitària de l'internet de les coses (ttn.cat, The Things Network Catalunya)
Implementació de nodes LoRaWAN
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