You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to make the modem_console example (I don't know if this example is the best to what I want to do, that is basically send AT commands and data via USB to the BG95) to work with the ESP32-S3-DevKitC-1 v1.0 and the Quectel BG95 modem. My esp kept crashing until I modified the sdkconfig CONFIG_EXAMPLE_SERIAL_CONFIG_USB to "y". After this, the program runs fine until the initialization of esp_modem, when he keeps into an eternal loop searching for a usb device. I've tried connecting the modem via USB with the quectel LTE EVB kit and a pendrive (just to see if anything happens) but in neither situations something happened. This is what I get in the terminal:
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:0x3fce3810,len:0x178c
load:0x403c9700,len:0x4
load:0x403c9704,len:0xcbc
load:0x403cc700,len:0x2da0
entry 0x403c9914
I (27) boot: ESP-IDF v5.2.1-dirty 2nd stage bootloader
I (27) boot: compile time Apr 26 2024 14:49:56
I (27) boot: Multicore bootloader
I (30) boot: chip revision: v0.1
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (39) boot.esp32s3: SPI Mode : DIO
I (44) boot.esp32s3: SPI Flash Size : 2MB
I (48) boot: Enabling RNG early entropy source...
I (54) boot: Partition Table:
I (57) boot: ## Label Usage Type ST Offset Length
I (65) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (72) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (80) 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=3c090020 size=2a618h (173592) map
I (131) esp_image: segment 1: paddr=0003a640 vaddr=3fc95d00 size=02bb4h ( 11188) load
I (134) esp_image: segment 2: paddr=0003d1fc vaddr=40374000 size=02e1ch ( 11804) load
I (139) esp_image: segment 3: paddr=00040020 vaddr=42000020 size=86010h (548880) map
I (244) esp_image: segment 4: paddr=000c6038 vaddr=40376e1c size=0ee64h ( 61028) load
I (257) esp_image: segment 5: paddr=000d4ea4 vaddr=50000000 size=00018h ( 24) load
I (258) esp_image: segment 6: paddr=000d4ec4 vaddr=600fe000 size=00070h ( 112) load
I (270) boot: Loaded app from partition at offset 0x10000
I (270) boot: Disabling RNG early entropy source...
I (286) cpu_start: Multicore app
I (295) cpu_start: Pro cpu start user code
I (295) cpu_start: cpu freq: 160000000 Hz
I (296) cpu_start: Application information:
I (299) cpu_start: Project name: modem-console
I (304) cpu_start: App version: wifi_remote-v0.2.0-2-g06d013b
I (311) cpu_start: Compile time: Apr 26 2024 15:09:36
I (317) cpu_start: ELF file SHA256: 0b9726e19...
I (322) cpu_start: ESP-IDF: v5.2.1-dirty
I (328) cpu_start: Min chip rev: v0.0
I (332) cpu_start: Max chip rev: v0.99
I (337) cpu_start: Chip rev: v0.1
I (342) heap_init: Initializing. RAM available for dynamic allocation:
I (349) heap_init: At 3FC9A370 len 0004F3A0 (316 KiB): RAM
I (355) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (361) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (368) heap_init: At 600FE070 len 00001F78 (7 KiB): RTCRAM
I (375) spi_flash: detected chip: generic
I (378) spi_flash: flash io: dio
W (382) spi_flash: Detected size(8192k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (396) sleep: Configure to isolate all GPIO pins in sleep state
I (402) sleep: Enable automatic switching of GPIO sleep configuration
I (410) main_task: Started on CPU0
I (420) main_task: Calling app_main()
I (420) gpio: GPIO[18]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (440) modem_console: Initializing esp_modem for the BG96 module...
I (440) modem_console: Waiting for USB device connection...
Can someone provide me with some support?
Thanks, Thiago.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was trying to make the modem_console example (I don't know if this example is the best to what I want to do, that is basically send AT commands and data via USB to the BG95) to work with the ESP32-S3-DevKitC-1 v1.0 and the Quectel BG95 modem. My esp kept crashing until I modified the sdkconfig CONFIG_EXAMPLE_SERIAL_CONFIG_USB to "y". After this, the program runs fine until the initialization of esp_modem, when he keeps into an eternal loop searching for a usb device. I've tried connecting the modem via USB with the quectel LTE EVB kit and a pendrive (just to see if anything happens) but in neither situations something happened. This is what I get in the terminal:
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:0x3fce3810,len:0x178c
load:0x403c9700,len:0x4
load:0x403c9704,len:0xcbc
load:0x403cc700,len:0x2da0
entry 0x403c9914
I (27) boot: ESP-IDF v5.2.1-dirty 2nd stage bootloader
I (27) boot: compile time Apr 26 2024 14:49:56
I (27) boot: Multicore bootloader
I (30) boot: chip revision: v0.1
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (39) boot.esp32s3: SPI Mode : DIO
I (44) boot.esp32s3: SPI Flash Size : 2MB
I (48) boot: Enabling RNG early entropy source...
I (54) boot: Partition Table:
I (57) boot: ## Label Usage Type ST Offset Length
I (65) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (72) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (80) 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=3c090020 size=2a618h (173592) map
I (131) esp_image: segment 1: paddr=0003a640 vaddr=3fc95d00 size=02bb4h ( 11188) load
I (134) esp_image: segment 2: paddr=0003d1fc vaddr=40374000 size=02e1ch ( 11804) load
I (139) esp_image: segment 3: paddr=00040020 vaddr=42000020 size=86010h (548880) map
I (244) esp_image: segment 4: paddr=000c6038 vaddr=40376e1c size=0ee64h ( 61028) load
I (257) esp_image: segment 5: paddr=000d4ea4 vaddr=50000000 size=00018h ( 24) load
I (258) esp_image: segment 6: paddr=000d4ec4 vaddr=600fe000 size=00070h ( 112) load
I (270) boot: Loaded app from partition at offset 0x10000
I (270) boot: Disabling RNG early entropy source...
I (286) cpu_start: Multicore app
I (295) cpu_start: Pro cpu start user code
I (295) cpu_start: cpu freq: 160000000 Hz
I (296) cpu_start: Application information:
I (299) cpu_start: Project name: modem-console
I (304) cpu_start: App version: wifi_remote-v0.2.0-2-g06d013b
I (311) cpu_start: Compile time: Apr 26 2024 15:09:36
I (317) cpu_start: ELF file SHA256: 0b9726e19...
I (322) cpu_start: ESP-IDF: v5.2.1-dirty
I (328) cpu_start: Min chip rev: v0.0
I (332) cpu_start: Max chip rev: v0.99
I (337) cpu_start: Chip rev: v0.1
I (342) heap_init: Initializing. RAM available for dynamic allocation:
I (349) heap_init: At 3FC9A370 len 0004F3A0 (316 KiB): RAM
I (355) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (361) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (368) heap_init: At 600FE070 len 00001F78 (7 KiB): RTCRAM
I (375) spi_flash: detected chip: generic
I (378) spi_flash: flash io: dio
W (382) spi_flash: Detected size(8192k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (396) sleep: Configure to isolate all GPIO pins in sleep state
I (402) sleep: Enable automatic switching of GPIO sleep configuration
I (410) main_task: Started on CPU0
I (420) main_task: Calling app_main()
I (420) gpio: GPIO[18]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (440) modem_console: Initializing esp_modem for the BG96 module...
I (440) modem_console: Waiting for USB device connection...
Can someone provide me with some support?
Thanks, Thiago.
Beta Was this translation helpful? Give feedback.
All reactions