LoRaWANTtn  
Suche: 

Kinder

Informatik und Computer

Elektronik

Segeln

Musik

Lego

Kochen

4x4 Wohnmobil

4x4 Wohnmobil V2.0

Bootsanhänger

Andere Basteleien

Linksammlung

Projekte

Merkzettel

Impressum


User
Password

The Things Network

https://www.thethingsnetwork.org/

Gateway

LoRaWAN based on RFM9x

LoRaWAN stack implemented as library.

Node based on ESP32 and RFM9x for TTN

LoRaWAN based on RN2483

LoRaWAN stack implemented inside RN2483. Highlevel communication with RN2483

LoRaWAN based on TTGO LoRa32

More Details LoRaRN2483

LoRaWAN based on ESP32 by TTN using ESP-IDF

LoRaWAN Arduino

ESP32 LMIC 1.51

http://blog.bachi.net/?p=7171

Using the TTN from Applications

MQTT

Retreiving Gateway Status

Following the description on https://www.bjoerns-techblog.de/2018/07/gateway-status-abfragen-ueber-ttn-api/ a get Request in the following link returns status information of the gateway given by its gateway-id:

http://noc.thethingsnetwork.org:8085/api/v2/gateways/

As result you get json data as followed:

{
  "timestamp":"2018-10-22T18:48:34.827853956Z",
  "uplink":"417525",
  "downlink":"727",
  "location": { 
      "latitude":49.03659,
      "longitude":8.449181,
      "altitude":130
  },
  "frequency_plan":"EU_863_870",
  "platform":"IMST + Rpi",
  "gps": {
      "latitude":49.03659,
      "longitude":8.449181,
      "altitude":130
  },
  "time":"1540234114827853956",
  "rx_ok":417525,
  "tx_in":727
}

Links