This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Attach LTE-M issue with NRF9160 modem

I have successfully installed the drivers and downloaded the latest firmware version, but the connexion fails and I can not use the AT interfaces command for the modem controller as you can see in the screenshot below, can you please help me to fixe this issue

  • Bonjour,

    Je veux juste faire un ping test vers l’adresse public google 8.8.8.8, le module s’attach bien à notre réseau Orange, mais je n’arrive pas faire la Data, il y a moyen de faire speedtest?

    Merci

    Cordialement,

    Adil

  • Hello

    I just want to ping test to the public address google 8.8.8.8, the module attaches is well to our Orange network, but I can not do the ping test, there is a way to do speedtest?

    Thank you

    Kind regards

    Adil

  • You could have a look at the Modem Shell sample, available in the NCS v1.6.0-rc2 tag. This sample includes a ping function:

    mosh:~$ ping
    Usage: ping [optional options] -d destination
    
    mandatory options:
      -d, --destination, [str] Name or IP address
    optional options:
      -t, --timeout, [int]     Ping timeout in milliseconds
      -c, --count, [int]       The number of times to send the ping request
      -i, --interval, [int]    Interval between successive packet transmissions
                               in milliseconds
      -l, --length, [int]      Payload length to be sent
      -I, --cid, [int]         Use this option to bind pinging to specific CID.
                               See link cmd for interfaces
      -6, --ipv6,              Force IPv6 usage with the dual stack interfaces
      -h, --help,              Shows this help information

    And iperf

    mosh:~$ iperf3 --manual
    Usage: iperf3 [-s|-c host] [options]
           iperf3 [-m|--manual] [-v|--version]
    
    Server or Client:
      -p, --port      #         server port to listen on/connect to
      -f, --format   [kmgtKMGT] format to report: Kbits, Mbits, Gbits, Tbits
      -i, --interval  #         seconds between periodic throughput reports
      -B, --bind      <host>    bind to the interface associated with the address <host>
      -V, --verbose             more detailed output
      -J, --json                output in JSON format
      -d, --debug               emit debugging output
      -v, --version             show version information and quit  -m, --manual              show this message and quit
      -I, --interface <apn>     use this option to bind to PDN with specific APN.
          --pdn_id <pdn_id>     use this option to bind to PDN with actual PDN ID.
    
    Server specific:
      -s, --server              run in server mode
      -1, --one-off             handle one client connection then exit
    
    Client specific:
      -c, --client    <host>    run in client mode, connecting to <host>
      -u, --udp                 use UDP rather than TCP
      --connect-timeout #       timeout for control connection setup (ms)
      -b, --bitrate #[KMG][/#]  target bitrate in bits/sec (0 for unlimited)
                                (default 1 Mbit/sec for UDP, unlimited for TCP)
                                (optional slash and packet count for burst mode)
      -t, --time      #         time in seconds to transmit for (default 10 secs)
      -n, --bytes     #[KMG]    number of bytes to transmit (instead of -t)
      -k, --blockcount #[KMG]   number of blocks (packets) to transmit (instead of -t or -n)
      -l, --length    #[KMG]    length of buffer to read or write
                       (default 3540 Bytes for TCP, dynamic or 1200 for UDP)
      -R, --reverse             run in reverse mode (server sends, client receives)
      -2, --bidir               run in bidirectional mode.
      -4, --version4            only use IPv4
      -6, --version6            only use IPv6
      -O, --omit N              omit the first n seconds
      -T, --title str           prefix every output line with this string
    
    [KMG] indicates options that support a K/M/G suffix for kilo-, mega-, or giga-
    
    iperf Done.

    Kind regards,
    Øyvind

  • Dear colleague,

    i don't find the Modem shell sample, below the application installed with nRF9160

    Thanks and Regards,

    Adil

Related