Identify the ADDH, ADDL, CHAN of the Message Sender

Home Forums The libraries hosted on the site EByte LoRa e220 UART devices LLCC68 Identify the ADDH, ADDL, CHAN of the Message Sender

Viewing 1 reply thread
  • Author
    Posts
    • #25579
      george_santiago
      Participant

        Hi Renzo

        If several endpoints (with specific and individual ADDH, ADDL, CHAN) send messages to the same Gateway (with ADDH, ADDL and CHAN fixed and known by all endpoints).
        For the Gateway to identify the ADDH, ADDL, CHAN of the endpoint, I would have to inform them in the message, correct?
        (NOTE_01: I am considering that the Gateway does not internally store the ADDH, ADDL, CHAN of the endpoints)
        (NOTE_02: The identification of ADDH, ADDL, CHAN by the Gateway would be useful for situations in which a confirmation response [ACK] is required)

        Example:

        struct MessageHumidity {
        char id_endpoint[2];
        uint8_t addh_remitter;
        uint8_t addl_remitter;
        uint8_t chan_remitter;
        uint8_t humidity;
        };
        
        Ex: Endpoint_1
        ADDH = 1
        ADDL = 1
        CHAN = 1
        
        Eg: Endpoint_2
        ADDH = 2
        ADDL = 2
        CHAN = 2
        
        Ex: Gateway
        ADDH = 3
        ADDL = 3
        CHAN = 3
      • #25737
        Renzo Mischianti
        Keymaster

          Hi George,
          yes you need to pass It in the message.
          Bye Renzo

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.
      Exit mobile version