Jason Reiss

Forum Replies Created

Viewing 30 posts - 811 through 840 (of 1,403 total)
  • Author
    Posts
  • in reply to: connexion entre mon produit Adeunis et la multitech #22047
    Jason Reiss
    Keymaster

    That console is connected to the conduit. It is the linux environment.

    Try another port to connect to the Dot. Drivers may be needed before the ports appear in windows.
    https://docs.mbed.com/docs/mbed-os-handbook/en/5.1/getting_started/what_need/

    in reply to: connexion entre mon produit Adeunis et la multitech #22040
    Jason Reiss
    Keymaster

    Have a look at the following documentation on our site.

    Getting Started with LoRa Conduit AEP (LoRa Configuration)

    Conduit mPower: LoRa Communication and Node-RED

    For using node-red on a pc please refer to this documentation.
    https://nodered.org/docs/

    Please let us known if you have specific questions or issues following these guides and tutorials.

    in reply to: connexion entre mon produit Adeunis et la multitech #22024
    Jason Reiss
    Keymaster

    In Node-RED on the Conduit use a lora-in and debug node to see the packet data in the debug log.

    If you want to send this data to a remote server TCP,UDP,HTTP or MQTT nodes can be used to connect.

    If you want to manipulate the data before sending to the remote server use a function node between the lora-in and the selected TCP,UDP,HTTP or MQTT output nodes.

    UDP and TCP nodes will require the least amount of configuration.

    in reply to: connexion entre mon produit Adeunis et la multitech #22021
    Jason Reiss
    Keymaster

    Check
    # lora-query -n

    Does a node with DevAddr 00000001 appear in the list?

    Remove the existing record
    # lora-query -d 00000001

    Fields needed to add a new OTAA device record.
    # lora-query -a <NET-ADDR> [CLASS] <APP-EUI> <DEV-EUI> [APP-KEY]

    • This reply was modified 7 years, 4 months ago by Jason Reiss.
    in reply to: ADR seemingly not working #22001
    Jason Reiss
    Keymaster

    The first Adr downlink is used to setup the channel mask to the channels supported by th e gateway in case a device joined with 64 channels enabled.

    The datarate is not adjusted until 6 uplinks have been received to determine best datarate.

    Max tx power is gw transmit.
    Dwell time is only used in AS923.

    in reply to: Disable "enableStrictCounterValidation" #21994
    Jason Reiss
    Keymaster
    # curl 127.0.0.1/api/loraNetwork -X PUT --data '{"lora":{"enableStrictCounterValidation":false}}' -H "Content-Type: application/json"
    # curl 127.0.0.1/api/command/save -X POST --data ""
    
    in reply to: ABP on AEP #21992
    Jason Reiss
    Keymaster

    You have this result in response to what exactly?

    in reply to: Simple example to send data with lora on mDot #21989
    Jason Reiss
    Keymaster

    What issues are you having with compiling the provided examples?

    in reply to: JOIN_ACCEPT delay for private network (EU868) #21988
    Jason Reiss
    Keymaster

    Since the join happens at the Gateway there is no round trip to a set of remote servers that requires a possible long delay.

    The LoRaWAN spec defines the default, however these changes to the default settings require out-of-band configuration of end-devices.

    in reply to: Multitech packet forwarder #21986
    Jason Reiss
    Keymaster

    What browser are you using?

    This tool can be used to remove the white space, this should cut down the size below 4000.
    https://codebeautify.org/jsonviewer

    in reply to: STM lora stack and Join failures #21980
    Jason Reiss
    Keymaster

    36:21 shows 35-b3-3e-20 join request with nonce 6b9b
    Same nonce is used at 36:27

    in reply to: STM lora stack and Join failures #21978
    Jason Reiss
    Keymaster

    The end-device needs to provide a new nonce value with each join request.

    A join request using the same dev eui and nonce value is not valid.

    The nonce values are held in memory so a restart of the network server should allow the joins.

    The real issue is still the end device stack RNG

    in reply to: Can't connect to 192.168.2.1 #21972
    Jason Reiss
    Keymaster

    Turn off wifi and manually configure your ethernet port to:

    IP: 192.168.2.100
    Mask: 255.255.255.0
    Gateway: 192.168.2.1

    After this is working, turn wifi back on and google configuration tips for wifi and ethernet.
    This will depend on operating system.

    in reply to: LoRa Wan US915 Hybrid BW500 #21968
    Jason Reiss
    Keymaster

    That is correct.

    A single gateway card can listen on 8 – 125 kHz channels, 1 – Fixed Lora datarate channel (US:DR4:SF8BW500) and 1 – FSK channel (EU) simultaneously.

    If max datarate is set to DR4 then the close end-devices will use DR4 on only one channel.

    Of course the effective bandwidth of one 500 kHz channel vs eight 125 kHz channels is halved so the datarate increase has a trade-off.

    It may be best to use DR3 as max datarate for ADR and use DR4 for special cases.

    in reply to: How to access LoRaWan msg properties from Node Red #21965
    Jason Reiss
    Keymaster

    Use a function node to reformat your message and send to your app tcp connection?

    in reply to: MQTT topics published to by LoRaWAN network server. #21913
    Jason Reiss
    Keymaster

    The documentation has been updated prior to an upcoming release.
    More details to come.

    in reply to: Log interpretation – scheduling conflict #21907
    Jason Reiss
    Keymaster

    Please open a case at support.multitech.com to discuss early access.

    in reply to: Invalid protocol version #21897
    Jason Reiss
    Keymaster

    If you have MTAC-LORA 1.0 with USB there is no update to version 2 protocol available.

    When version 2 protocol was released the USB support in the lora-packet forwarder was removed. Now only SPI is supported.

    MTAC-LORA-H 1.5 SPI card will be needed to use the version 2 protocol.

    in reply to: Log interpretation – scheduling conflict #21896
    Jason Reiss
    Keymaster

    Do you request ACK from the end-device for class C downlinks?

    The current implementation will transmit a Confirmed downlink once and wait for uplink.
    The packet will stay queued until ACK is received as with class A but there is no timeout implemented in the current release that will replay the downlink.

    We are testing a new release with major improvements to downlink scheduling with retry max settings and ACK retry timeouts.

    in reply to: Variable Packet Size #21895
    Jason Reiss
    Keymaster

    The current end-device datarate is provided with the uplink.

    Downlink datarates use DR8-DR13 in US915

    Response to uplinks using DR0-DR4 in Rx1 use DR10-DR13 which all allow 242 bytes payload.

    DR8 allows 53 bytes and is default Rx2 datarate. Rx2 datarate can be set at network server to DR10 and the setting will be transmitted to the end device on OTAA join.

    in reply to: Invalid protocol version #21890
    Jason Reiss
    Keymaster

    The USB MTAC-LORA cards are supported only with the version 1 protocol packet forwarder.

    An MTAC-LORA-H card will be needed to use the SPI interface of the version 2 protocol if the network server supports only version 2.

    in reply to: Downlink msg fail after join #21878
    Jason Reiss
    Keymaster

    Sounds good. Just wondering if there was something you still needed from the server side.

    Cheers.

    in reply to: lora gateway utils #21877
    Jason Reiss
    Keymaster

    The mtac-card 1.0 is USB.
    The non USB utils need SPI interface.

    in reply to: Downlink msg fail after join #21874
    Jason Reiss
    Keymaster

    What do you propose as a better solution?

    Adding a configuration option to not queue the downlink? Your application is already able to override the default behavior. What more is desired?

    Additional information for OTA nodes is required to be sent in the first downlink.

    Otherwise the device may assume it can use unavailable channels.

    in reply to: lora gateway utils #21873
    Jason Reiss
    Keymaster

    The spectral scan requires mtac-lora-h card with v31 fpga firmware.

    $ mts-io-sysfs show lora/*

    in reply to: Downlink msg fail after join #21830
    Jason Reiss
    Keymaster

    Class C is supported.

    The xDot module is fully programmable using os.mbed.com online compiler or offline sdk.

    in reply to: mDot AT Command program issue #21829
    Jason Reiss
    Keymaster

    Try entering the escape sequence +++
    This should exit the join sequence of AT command mode if the device was configured AT+NJM=2

    Then configure for regular join mode.
    AT+NJM=1
    AT&W

    Otherwise the config can be erased from the bootloader.
    Press enter directly after reset button is pushed in a debug port terminal.

    bootloader :> erase lora.cfg

    in reply to: Downlink msg fail after join #21827
    Jason Reiss
    Keymaster

    Have you looked at the xDot module? 1.8 uA sleep with RAM retained so rejoin on every wakeup is not necessary.

    It also allows saving session to flash for full power down.

    in reply to: mLinux 3.3.13 corrupt downlink messages #21818
    Jason Reiss
    Keymaster

    Check also the frequency accuracy of the node. 15-20 Khz off can cause bad packets.

    in reply to: mLinux 3.3.13 corrupt downlink messages #21817
    Jason Reiss
    Keymaster

    1.0.13 will have crc enabled on downlink packets.

    I have only seen corrupt packets when the crc settings are mismatched between gw and node. Perhaps try enabling crc on the node to experiment.

    Have you tried swapping cards to rule out hw issue?

Viewing 30 posts - 811 through 840 (of 1,403 total)