-
Notifications
You must be signed in to change notification settings - Fork 61
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
T-A7670X PPP_WIFI_BRIDGE #205
Comments
I don't know what is a hotspot but if it is an access point you can use this from randomnerdtutorials. https://randomnerdtutorials.com/esp32-access-point-ap-web-server/#more-67766 |
Dokładnie tak: hotspot to jest programy AP WiFi
|
El mòdem funciona però encara no sé si 4g , 3g o 2g Modem works fine but I don't know if 4g or less |
@Wikingvv I doubt that is possible with T-A7670X. The 4G hotspot requires that the modem's USB port is connected to the USB OTG port of ESP32-S3 which is not implemented directly on this board. Or you may try to connect them with external cable. There is Espressif ESP-IDF-based example of how this should work: https://github.com/espressif/esp-iot-solution/tree/master/examples/usb/host/usb_cdc_4g_module |
Pod czas kompilacji dostałem oto taki błęd: Call Stack (most recent call first): |
Nie wiem. You can try opening the issue in that repository |
usb_cdc_4g_module relies on the two USBs being connected to each other, which is not available on this board. You can try this example. These boards are not designed to be used as hotspots, but rather as data transfers, so this won't work very well. |
Ok, ja tak rozumiem że jest wielki problem z udostępnianiem internetu? |
PL
Posiadam moduł z T-A7670G
Dopiero zaczynam przygodę z ESP32
Potrzebuje dodać hotspota do oprogramowania ale nie wiem jak
EN (translate)
I have a module with T-A7670G
I'm just starting my adventure with ESP32
I need to add a hotspot to the software but I don't know how
The text was updated successfully, but these errors were encountered: