Connect third party lora device to conduit AEP

Home Forums Conduit: AEP Model Connect third party lora device to conduit AEP

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16690
    Akshay Bhavsar
    Participant

    Hi there,

    I have got third party Lora device with GPS and it is keep sending GPS signal.
    I am going through the following link to setup conduit AEP.

    Conduit AEP: LoRa Use With Third-Party Devices

    For 8 byte HEX EUI, I went to ( 192.168.2.1/api/system/ ) and added EUI into EUI text field.

    How can I get the 16 byte HEX key ?

    Thanks
    Akshay

    #16698
    Peter Ferland
    Blocked

    The API end point for lora is under api/loraNetwork. Specifically the eui and network keys are api/loraNetwork/eui and api/loraNetwork/key. If you are using hex EUI and keys be sure to set the ascii name and passphrase to empty strings.

    For testing you can also try setting these options from the web interface to figure out what you’ll need to set.

    • This reply was modified 8 years, 2 months ago by Peter Ferland.
    #21169

    Hello,

    I want to set up a P2P communication between a Feather M0 LoRa module and Conduit AEP. Can you please guide me as I am very new to this topic. Just want to receive data packets from the end node and get it displayed in the Node RED window.

    #21173
    Jason Reiss
    Keymaster

    Configure the conduit for packet forwarder mode, this will send lora packets to a remote server or local UDP ports. The source project for the packet forwarder has good documentation on LoRaWAN network architecture.

    https://github.com/Lora-net/packet_forwarder
    https://github.com/Lora-net/packet_forwarder/blob/master/PROTOCOL.TXT

    AEP setup for packet forwarder.

    Conduit AEP: Convert to Basic Packet Forwarder

    Setup packet forwarder to send to uplink packet so a UDP port on localhost. This local port can be setup in Node-RED with a UDP in node.

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