-
Notifications
You must be signed in to change notification settings - Fork 800
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
Using the M307A USB4G module and the module has successfully registered for network access, but my phone cannot connect to the ESP32S3 hotspot for internet access (AEGHB-878) #427
Comments
Please confirm whether this 4G module supports the PPPoS communication method, and try testing whether the bulk IN and OUT endpoints on the same interface can communicate. |
@lijunru-hub ML307A supports PPP mode, with USB AT and PPP endpoints being 0x81 and 0x0a,The module has successfully connected to the PPP server |
@Rou-sir I have the same problem with ESP32S3 and ML307A. Could you share me your sdkconfig file? |
I have updated the relevant code for this example. Please try using the latest version. Note that the new version no longer requires specifying the USB port number; you only need to configure the correct interface number. |
oh that's great! |
Test with the latest code. Can modifying the interface number make the 4G module work properly? |
Answers checklist.
General issue report
cpu: esp32s3
modem: ML307A DCLN( usb 4g modem )
I am using the ESP32S3+M307A USB4G module and the module has successfully registered for network access, but my phone cannot connect to the ESP32S3 hotspot for internet access
log:
The module has successfully connected to the PPP server
Prompt when using a mobile phone to connect to the wifi of ESP32S3
I suspect that the USB CDC endpoint address selection may be incorrect. I have tested several sets of scanned addresses, but none of them work. However, I do not have the ability to solve them and need your help
The text was updated successfully, but these errors were encountered: