Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diplfranzhoepfinger/ccd7a71ee613e9501ce8721ed5ac037a to your computer and use it in GitHub Desktop.
Save diplfranzhoepfinger/ccd7a71ee613e9501ce8721ed5ac037a to your computer and use it in GitHub Desktop.
--- esp-idf-monitor 1.5.0 on /dev/ttyUSB0 115200
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2810,len:0x178c
load:0x403c8700,len:0x4
load:0x403c8704,len:0xcb8
load:0x403cb700,len:0x2db0
entry 0x403c8914
I (27) boot: ESP-IDF v5.3.1 2nd stage bootloader
I (27) boot: compile time Oct 9 2024 02:48:14
I (27) boot: Multicore bootloader
I (30) boot: chip revision: v0.2
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (38) boot.esp32s3: SPI Mode : DIO
I (43) boot.esp32s3: SPI Flash Size : 2MB
I (48) boot: Enabling RNG early entropy source...
I (53) boot: Partition Table:
I (57) boot: ## Label Usage Type ST Offset Length
I (64) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (72) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (79) boot: 2 factory factory app 00 00 00010000 00100000
I (87) boot: End of partition table
I (91) esp_image: segment 0: paddr=00010020 vaddr=3c080020 size=253c8h (152520) map
I (127) esp_image: segment 1: paddr=000353f0 vaddr=3fc93700 size=02bb4h ( 11188) load
I (129) esp_image: segment 2: paddr=00037fac vaddr=40374000 size=0806ch ( 32876) load
I (140) esp_image: segment 3: paddr=00040020 vaddr=42000020 size=73010h (471056) map
I (225) esp_image: segment 4: paddr=000b3038 vaddr=4037c06c size=07620h ( 30240) load
I (239) boot: Loaded app from partition at offset 0x10000
I (239) boot: Disabling RNG early entropy source...
I (251) cpu_start: Multicore app
I (260) cpu_start: Pro cpu start user code
I (260) cpu_start: cpu freq: 160000000 Hz
I (261) app_init: Application information:
I (263) app_init: Project name: pppos_client
I (269) app_init: App version: 277e2c9
I (274) app_init: Compile time: Oct 9 2024 02:48:34
I (280) app_init: ELF file SHA256: 8990d57ec...
I (285) app_init: ESP-IDF: v5.3.1
I (290) efuse_init: Min chip rev: v0.0
I (294) efuse_init: Max chip rev: v0.99
I (299) efuse_init: Chip rev: v0.2
I (304) heap_init: Initializing. RAM available for dynamic allocation:
I (311) heap_init: At 3FC97C90 len 00051A80 (326 KiB): RAM
I (317) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (324) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (330) heap_init: At 600FE100 len 00001EE8 (7 KiB): RTCRAM
I (337) spi_flash: detected chip: gd
I (340) spi_flash: flash io: dio
W (344) spi_flash: Detected size(8192k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (357) sleep: Configure to isolate all GPIO pins in sleep state
I (364) sleep: Enable automatic switching of GPIO sleep configuration
I (372) main_task: Started on CPU0
I (392) main_task: Calling app_main()
I (392) pppos_example: Initializing esp_modem for the A7670 module...
I (392) pppos_example: Waiting for USB device connection...
I (832) pppos_example: Modem connected, waiting 10 seconds for boot...
I (10832) pppos_example: Signal quality: rssi=19, ber=99
I (11152) pppos_example: Waiting for IP address
I (11162) pppos_example: Modem Connect to PPP Server
I (11162) pppos_example: ~~~~~~~~~~~~~~
I (11162) pppos_example: IP : 10.17.164.179
I (11162) esp-netif_lwip-ppp: Connected
I (11162) pppos_example: Netmask : 255.255.255.255
I (11172) pppos_example: Gateway : 10.64.64.64
I (11182) pppos_example: Name Server1: 61.8.132.52
I (11182) pppos_example: Name Server2: 8.8.8.8
I (11192) pppos_example: ~~~~~~~~~~~~~~
I (11192) pppos_example: GOT ip event!!!
I (11202) pppos_example: PPP state changed event 0
I (11202) pppos_example: MQTT other event id: 7
I (11212) pppos_example: Waiting for MQTT data
I (11682) pppos_example: MQTT_EVENT_CONNECTED
I (11692) pppos_example: sent subscribe successful, msg_id=57992
I (11802) pppos_example: MQTT_EVENT_SUBSCRIBED, msg_id=57992
I (11802) pppos_example: sent publish successful, msg_id=0
I (11932) pppos_example: MQTT_EVENT_DATA
TOPIC=/ci/esp-modem/pppos-client
DATA=esp32-pppos
I (12052) esp-netif_lwip-ppp: User interrupt
I (12052) pppos_example: PPP state changed event 5
I (12052) pppos_example: User interrupted event from netif:0x3fc9e1c4
I (12062) esp_modem_netif: PPP state changed event 5
I (21082) pppos_example: IMSI=262231017510473
I (21082) pppos_example: USB demo finished. Disconnect and connect the modem to run it again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment