Skip to content

Seeed Wio 3G fails to connect cellular network on Mbed OS 5.13.3 onward #11592

@toyowata

Description

@toyowata

Description

Seeed Wio 3G fails to connect cellular network on Mbed OS 5.13.3 onward (5.13.2 worked fine). Greentea test (features-cellular-tests-socket-udp) results are below:

[Mbed OS 5.13.2]

mbedgt: test suite report:
| target         | platform_name | test suite                         | result | elapsed_time (sec) | copy_method |
|----------------|---------------|------------------------------------|--------|--------------------|-------------|
| WIO_3G-GCC_ARM | WIO_3G        | features-cellular-tests-socket-udp | OK     | 62.38              | default     |
mbedgt: test suite results: 1 OK
mbedgt: test case report:
| target         | platform_name | test suite                         | test case                     | passed | failed | result | elapsed_time (sec) |
|----------------|---------------|------------------------------------|-------------------------------|--------|--------|--------|--------------------|
| WIO_3G-GCC_ARM | WIO_3G        | features-cellular-tests-socket-udp | UDP gethostbyname             | 1      | 0      | OK     | 0.21               |
| WIO_3G-GCC_ARM | WIO_3G        | features-cellular-tests-socket-udp | UDP network stack             | 1      | 0      | OK     | 23.27              |
| WIO_3G-GCC_ARM | WIO_3G        | features-cellular-tests-socket-udp | UDP socket send/receive       | 1      | 0      | OK     | 0.38               |
| WIO_3G-GCC_ARM | WIO_3G        | features-cellular-tests-socket-udp | UDP socket send/receive async | 1      | 0      | OK     | 0.39               |
mbedgt: test case results: 4 OK

[Mbed OS 5.13.3]

mbedgt: test suite report:
| target         | platform_name | test suite                         | result  | elapsed_time (sec) | copy_method |
|----------------|---------------|------------------------------------|---------|--------------------|-------------|
| WIO_3G-GCC_ARM | WIO_3G        | features-cellular-tests-socket-udp | TIMEOUT | 639.33             | default     |
mbedgt: test suite results: 1 TIMEOUT
mbedgt: test case report:
| target         | platform_name | test suite                         | test case                     | passed | failed | result  | elapsed_time (sec) |
|----------------|---------------|------------------------------------|-------------------------------|--------|--------|---------|--------------------|
| WIO_3G-GCC_ARM | WIO_3G        | features-cellular-tests-socket-udp | UDP gethostbyname             | 0      | 0      | SKIPPED | 0.0                |
| WIO_3G-GCC_ARM | WIO_3G        | features-cellular-tests-socket-udp | UDP network stack             | 0      | 0      | ERROR   | 0.0                |
| WIO_3G-GCC_ARM | WIO_3G        | features-cellular-tests-socket-udp | UDP socket send/receive       | 0      | 0      | SKIPPED | 0.0                |
| WIO_3G-GCC_ARM | WIO_3G        | features-cellular-tests-socket-udp | UDP socket send/receive async | 0      | 0      | SKIPPED | 0.0                |
mbedgt: test case results: 3 SKIPPED / 1 ERROR

Full log output is below:
wio_3g_mbed-os-5.13.2.txt
wio_3g_mbed-os-5.13.3.txt

My configuration is:

        "WIO_3G": {
            "target.device_has_remove"          : ["SERIAL_FC"],
            "platform.stdio-buffered-serial"    : true,
            "nsapi.default-cellular-sim-pin"    : "\"0000\"",
            "nsapi.default-cellular-plmn"       : 0,
            "nsapi.default-cellular-apn"        : "\"soracom.io\"",
            "nsapi.default-cellular-username"   : "\"sora\"",
            "nsapi.default-cellular-password"   : "\"sora\""
        }

Also, I ran mbed-os-example-cellular with trace log:

mbed-os-cellular-example-5_13_2.txt
mbed-os-cellular-example-5_13_3.txt

Note that the target HAL code is not changed between 5.13.2 and 5.13.3.

Issue request type

[ ] Question
[ ] Enhancement
[x] Bug

cc @armmbed/team-seeed

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions