Alex Baron

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: xDot MTXDOT-EU1 is not responding #28259
    Alex Baron
    Participant

    Thanks Jason,
    I will try the new firmware and give you know the results.

    in reply to: xDot MTXDOT-EU1 is not responding #28257
    Alex Baron
    Participant

    Exactly, AT&V no reply every time.
    For ATI I get:
    MultiTech xDot
    Firmware : 3.0.0-rc7-mbed144
    Library : 3.0.0-mbed144
    MTS-Lora : 3.0.0
    OK

    in reply to: xDot MTXDOT-EU1 is not responding #28255
    Alex Baron
    Participant

    I get nothing. Connected via UART.
    By the way, I have two set of models xDot MTXDOT-EU1 (EU868) and xDot MTXDOT-NA1 (US915). With US915 Model I have no problems with interaction.

    in reply to: ACK not received #27990
    Alex Baron
    Participant

    Hi Steve,
    For AT+JOIN command xDot gets Successfully joined network.
    Then xDot sends Require Acknowledgment AT+ACK=1 and gets OK. And the next command to send packet like AT+SEND=<data to send> gets an error reply ACK not received.

    in reply to: ACK not received #27983
    Alex Baron
    Participant

    Hi Steve,
    I see the following types of packets received from xDot: DnCnf, UpCnf, JnAcc, and JnReq.

    Best Regards

    in reply to: xDot no data sending #26620
    Alex Baron
    Participant

    Thank you, Jason, for your prompt reply.

    I use the statistics command (CommandTerminal :: Dot () -> getStats ();) to see the number of Up Packets.
    The following structure describes the statistics data. And I see that the Up field has 32 bits (4 bytes):

    typedef struct {
    uint32_t Up;
    uint32_t Down;
    uint32_t Joins;
    uint32_t JoinFails;
    uint32_t MissedAcks;
    uint32_t CRCErrors;
    } mdot_stats;

Viewing 6 posts - 1 through 6 (of 6 total)