Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Problem]EMW3080 can not connect to AP #97

Open
gavin-hy opened this issue May 17, 2024 · 1 comment
Open

[Problem]EMW3080 can not connect to AP #97

gavin-hy opened this issue May 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@gavin-hy
Copy link

gavin-hy commented May 17, 2024

Describe the Problem
When an AP is connected using the MXCHIP chip, the log shows that the AP has been successfully connected, but the IP address has not been obtained correctly.

Host

  • Host OS: FreeRTOS
  • Net Stack: Lwip
  • Emw3080 FW ver: V2.1.11

Screenshots

image

Describe
I used Wireshark and did not find any DHCP packets from the MXCHIP chip.

@gavin-hy gavin-hy added the bug Something isn't working label May 17, 2024
@grdSTM
Copy link
Contributor

grdSTM commented May 24, 2024

Hi @gavin-hy,

this log is the trace of the EMW3080 Wi-FI module configured in stack-bypass mode.
The module reports it successfully joined the "321" SSID with "12345678" password.

Since the TCP-IP stack runs on the host rather than on the module, it is expected that the module does not report the IP configuration of the device.

If the DHCP client fails to start, the LwIP instance running on the should be investigated.

In case you forked and modified the host application, it would be worth testing with the latest release tag.

-grdSTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants