Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
lora [2019/07/12 08:16] sebastien.randoux |
lora [2019/07/14 22:09] sebastien.randoux |
||
|---|---|---|---|
| Ligne 6: | Ligne 6: | ||
| Cette gateway utilise les chips [[https://www.semtech.com/products/wireless-rf/lora-transceivers|semtech]] SX1308 et SX1257s. Ca n'est pas du SDR. | Cette gateway utilise les chips [[https://www.semtech.com/products/wireless-rf/lora-transceivers|semtech]] SX1308 et SX1257s. Ca n'est pas du SDR. | ||
| + | La gateway reçoit les données au travers un packet_forwarder, comme illustré ci-dessous: | ||
| + | {{::scheme.png?600|}} | ||
| Les liens suivants sont en Anglais: | Les liens suivants sont en Anglais: | ||
| Ligne 18: | Ligne 20: | ||
| [[https://github.com/will127534/LoRa-concentrator|LoRa gateway HW design]] | [[https://github.com/will127534/LoRa-concentrator|LoRa gateway HW design]] | ||
| + | |||
| + | [[https://www.thethingsnetwork.org/docs/gateways/packet-forwarder/semtech-udp.html|Semtech packet forwarder]] | ||
| + | |||
| + | [[https://www.thethingsnetwork.org/docs/lorawan/|LoRaWAN]] | ||
| + | |||
| + | [[https://fr.wikipedia.org/wiki/LoRaWAN|LoRaWAN WikiPedia]] | ||
| + | |||
| + | ====== Logiciel ====== | ||
| + | Sur la gateway, le logiciel qui reçoit les paquets, s'appèle un "[[https://github.com/Lora-net/packet_forwarder/tree/master/lora_pkt_fwd|Packet forwarder]]". Il renvoie les paquets en UDP à un serveur indiqué dans le fichier de [[https://github.com/Lora-net/packet_forwarder/blob/master/lora_pkt_fwd/global_conf.json|configuration]]. | ||
| + | |||
| + | |||