APRS-Forum

Normale Version: LoRaAPRS iGate (OE5BPA) auf Heltec WiFi LoRa 32 (V2)
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
hallo,

nach langer Pause bin ich wieder in APRS eingestiegen. Jetzt aber mit LoRaAPRS. 

Ein IGate auf TTGO T-Beam-Basis läuft unter DB0GH-10. 

Ich möchte jetzt ein IGate auf einem Heltec WiFi LoRa 32 (V2) in Betrieb nehmen. Die IGate-Software von OE5BPA konnte ich ohne Probleme auch auf das Heltec-Modul hochladen. Das IGate ist dann unter DB0GH-11 gelaufen. 

Leider wird auf dem Display des Heltec WiFi LoRa 32 nichts angezeigt. 

Die Konfiguration in is-cfg.json sieht so aus:
Code:
{
    "callsign": "DB0GH-11",
    "network": {
        "DHCP": true,
        "staticIP": "192.0.2.100",
        "subnet": "255.255.255.0",
        "gateway": "192.0.2.1",
        "dns1": "192.0.2.1",
        "dns2": "192.0.2.2"
    },
    "wifi": {
        "AP": [
            {
                "SSID": "MikroTik-211024",
                "password": "grossmulte0815"
            }
        ]
    },
    "beacon": {
        "message": "LoRaAPRS iGATE Grossheppach i.R. (Heltec LoRa 32)",
        "position": {
            "latitude": 48.82068,
            "longitude": 9.38197
        },
        "timeout": 15
    },
    "aprs_is": {
        "active": true,
        "passcode": "XXXXXX",
        "server": "euro.aprs2.net",
        "port": 14580
    },
    "digi": {
        "active": false,
        "beacon": false
    },
    "lora": {
        "frequency_rx": 433775000,
        "frequency_tx": 433775000,
        "power": 20,
        "spreading_factor": 12,
        "signal_bandwidth": 125000,
        "coding_rate4": 5
    },
    "display": {
        "always_on": true,
        "timeout": 10,
        "overwrite_pin": 0,
        "turn180": true
    },
    "ftp": {
        "active": true,
        "user": [
            {
                "name": "ftp",
                "password": "ftp"
            }
        ]
    },
    "ntp_server": "pool.ntp.org"
}

So wie ich das sehe ist da das Display eingeschaltet. 

Oder gibt es noch andere Stellen an denen man schrauben muss?

73 de Jürgen, DL8MA