(See the README.md file in the upper level 'examples' directory for more information about examples.)
This example shows how to act as a MQTT client after the PPPoS channel created by using ESP-MQTT APIs.
See the README.md file in the upper level pppos
directory for more information about the PPPoS examples.
For USB enabled targets (ESP32-S2 and ESP32-S3), it is possible to connect to the modem device via USB.
Example Configuration->Type of serial connection to the modem
and choose USB
.USB example uses Quactel BG96 modem device. BG96 needs a positive pulse on its PWK pin to boot-up.
This example supports USB modem hot-plugging and reconnection.
This example is only supported from v4.1
, as this is the default dependency of esp-modem
component.
USB example is supported from v4.4
.
To create a project from this example, run:
idf.py create-project-from-example "espressif/esp_modem=1.0.2:pppos_client"