.net site content error AEP lora-packet-forwarder

Home Forums Conduit: AEP Model .net site content error AEP lora-packet-forwarder

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11365
    Lawrence Griffiths
    Participant

    The links are wrong EU & USA example config files:
    http://www.multitech.net/developer/software/aep/lora-packet-forwarder/

    US (915 MHz) link is for 868
    Europe (868 MHz) link is for USA

    BTW what is the “ref_altitude” in feet/meters?

    I have this working using 1.1.0_rc1-14-g09fdc46 to thethingsnetwork.

    Lawrence

    #11367
    Jason Reiss
    Keymaster

    Thanks for the heads up.

    The altitude would be in the units as read by the network server.
    The Things Network I guess would read as meters.

    Semtech demo site shows meters as alt of gateways.

    #11394
    Lawrence Griffiths
    Participant

    OK there are two ways to install NR custom nodes.

    1. Old way pre npm
    Just copy the node_name.js & node_name.html to nodes folder
    cd /opt/node-red – then npm install any dependent node.js modules
    Re-start NR from admin UI

    2. new way with nodes that are available in npm
    cd /opt/node-red
    npm install node-red-contrib-“”module name”
    Re-start NR from admin UI

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.