Giter VIP home page Giter VIP logo

Comments (3)

leeebo avatar leeebo commented on August 25, 2024

Hi @narangmayank , please contact the SIM card supplier for the APN, then config it to https://github.com/espressif/esp-iot-solution/blob/master/components/usb/iot_usbh_modem/Kconfig#L106 to have a try

from esp-iot-solution.

narangmayank avatar narangmayank commented on August 25, 2024

Hi @leeebo, I tried using airtelgprs.com but that didn't worked out.

I (27) boot: ESP-IDF v5.1-dirty 2nd stage bootloader
I (27) boot: compile time Jun 15 2024 17:03:48
I (27) boot: Multicore bootloader
I (30) boot: chip revision: v0.1
I (34) qio_mode: Enabling default flash chip QIO
I (40) boot.esp32s3: Boot SPI Speed : 80MHz
I (44) boot.esp32s3: SPI Mode       : QIO
I (49) boot.esp32s3: SPI Flash Size : 4MB
I (54) boot: Enabling RNG early entropy source...
I (59) boot: Partition Table:
I (63) boot: ## Label            Usage          Type ST Offset   Length
I (70) boot:  0 nvs              WiFi data        01 02 00009000 00006000
I (77) boot:  1 phy_init         RF data          01 01 0000f000 00001000
I (85) boot:  2 factory          factory app      00 00 00010000 00100000
I (92) boot:  3 storage          Unknown data     01 82 00110000 00100000
I (100) boot: End of partition table
I (104) esp_image: segment 0: paddr=00010020 vaddr=3c0b0020 size=31090h (200848) map
I (143) esp_image: segment 1: paddr=000410b8 vaddr=3fc9a500 size=04484h ( 17540) load
I (147) esp_image: segment 2: paddr=00045544 vaddr=40374000 size=0aad4h ( 43732) load
I (157) esp_image: segment 3: paddr=00050020 vaddr=42000020 size=af92ch (719148) map
I (267) esp_image: segment 4: paddr=000ff954 vaddr=4037ead4 size=0b99ch ( 47516) load
I (285) boot: Loaded app from partition at offset 0x10000
I (286) boot: Disabling RNG early entropy source...
I (297) cpu_start: Multicore app
I (297) cpu_start: Pro cpu up.
I (297) cpu_start: Starting app cpu, entry point is 0x40375870
0x40375870: call_start_cpu1 at C:/ESP_IDE/Espressif/frameworks/esp-idf-v5.1/components/esp_system/port/cpu_start.c:154

I (0) cpu_start: App cpu up.
I (315) cpu_start: Pro cpu start user code
I (315) cpu_start: cpu freq: 240000000 Hz
I (315) cpu_start: Application information:
I (318) cpu_start: Project name:     Byte0_FW
I (323) cpu_start: App version:      0710062-dirty
I (329) cpu_start: Compile time:     Jun 15 2024 17:03:09
I (335) cpu_start: ELF file SHA256:  98afcaace0f484bb...
I (341) cpu_start: ESP-IDF:          v5.1-dirty
I (346) cpu_start: Min chip rev:     v0.0
I (351) cpu_start: Max chip rev:     v0.99
I (356) cpu_start: Chip rev:         v0.1
I (360) heap_init: Initializing. RAM available for dynamic allocation:
I (368) heap_init: At 3FCA2868 len 00046EA8 (283 KiB): DRAM
I (374) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (381) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (387) heap_init: At 600FE010 len 00001FF0 (7 KiB): RTCRAM
I (394) spi_flash: detected chip: generic
I (398) spi_flash: flash io: qio
I (402) sleep: Configure to isolate all GPIO pins in sleep state
I (408) sleep: Enable automatic switching of GPIO sleep configuration
I (416) app_start: Starting scheduler on CPU0
I (421) app_start: Starting scheduler on CPU1
I (421) main_task: Started on CPU0
I (431) main_task: Calling app_main()
I (435) led_indicator: LED Indicator Version: 0.3.0
I (440) gpio: GPIO[15]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (449) led_indicator: blink_lists is null, use default blink list
W (456) led_indicator: ./components/led_indicator/src/led_indicator.c:280 (_led_indicator_create_com):LED indicator does not have the hal_indicator_set_brightness function
I (472) led_indicator: Indicator create successfully. type:GPIO mode, hardware_data:0xf, is_active_level_high:1, blink_lists:default
I (485) led_indicator: LED Indicator Version: 0.3.0
I (490) gpio: GPIO[17]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (500) led_indicator: blink_lists is null, use default blink list
W (507) led_indicator: ./components/led_indicator/src/led_indicator.c:280 (_led_indicator_create_com):LED indicator does not have the hal_indicator_set_brightness function
I (522) led_indicator: Indicator create successfully. type:GPIO mode, hardware_data:0x11, is_active_level_high:1, blink_lists:default
I (535) led_indicator: LED Indicator Version: 0.3.0
I (541) gpio: GPIO[3]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (550) led_indicator: blink_lists is null, use default blink list
W (557) led_indicator: ./components/led_indicator/src/led_indicator.c:280 (_led_indicator_create_com):LED indicator does not have the hal_indicator_set_brightness function
I (573) led_indicator: Indicator create successfully. type:GPIO mode, hardware_data:0x3, is_active_level_high:1, blink_lists:default
I (3598) 4g_main: ====================================
I (3598) 4g_main:      ESP 4G Cat.1 Wi-Fi Router
I (3598) 4g_main:           Byte0 Hardware
I (3603) 4g_main: ====================================
I (3609) modem_board: iot_usbh_modem, version: 0.1.6
I (3615) modem_board: Force reset modem board....
I (3620) gpio: GPIO[13]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (3629) modem_board: Resetting modem using io=13, level=0
I (3835) modem_board: Waiting for modem initialize ready
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x1a (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x1870
load:0x403c9700,len:0x4
load:0x403c9704,len:0xda4
load:0x403cc700,len:0x3130
entry 0x403c9934
I (27) boot: ESP-IDF v5.1-dirty 2nd stage bootloader
I (27) boot: compile time Jun 15 2024 17:03:48
I (27) boot: Multicore bootloader
I (30) boot: chip revision: v0.1
I (34) qio_mode: Enabling default flash chip QIO
I (40) boot.esp32s3: Boot SPI Speed : 80MHz
I (44) boot.esp32s3: SPI Mode       : QIO
I (49) boot.esp32s3: SPI Flash Size : 4MB
I (54) boot: Enabling RNG early entropy source...
I (59) boot: Partition Table:
I (63) boot: ## Label            Usage          Type ST Offset   Length
I (70) boot:  0 nvs              WiFi data        01 02 00009000 00006000
I (77) boot:  1 phy_init         RF data          01 01 0000f000 00001000
I (85) boot:  2 factory          factory app      00 00 00010000 00100000
I (92) boot:  3 storage          Unknown data     01 82 00110000 00100000
I (100) boot: End of partition table
I (104) esp_image: segment 0: paddr=00010020 vaddr=3c0b0020 size=31090h (200848) map
I (143) esp_image: segment 1: paddr=000410b8 vaddr=3fc9a500 size=04484h ( 17540) load
I (147) esp_image: segment 2: paddr=00045544 vaddr=40374000 size=0aad4h ( 43732) load
I (157) esp_image: segment 3: paddr=00050020 vaddr=42000020 size=af92ch (719148) map
I (267) esp_image: segment 4: paddr=000ff954 vaddr=4037ead4 size=0b99ch ( 47516) load
I (285) boot: Loaded app from partition at offset 0x10000
I (286) boot: Disabling RNG early entropy source...
I (297) cpu_start: Multicore app
I (297) cpu_start: Pro cpu up.
I (297) cpu_start: Starting app cpu, entry point is 0x40375870
0x40375870: call_start_cpu1 at C:/ESP_IDE/Espressif/frameworks/esp-idf-v5.1/components/esp_system/port/cpu_start.c:154

I (0) cpu_start: App cpu up.
I (315) cpu_start: Pro cpu start user code
I (315) cpu_start: cpu freq: 240000000 Hz
I (315) cpu_start: Application information:
I (318) cpu_start: Project name:     Byte0_FW
I (323) cpu_start: App version:      0710062-dirty
I (329) cpu_start: Compile time:     Jun 15 2024 17:03:09
I (335) cpu_start: ELF file SHA256:  98afcaace0f484bb...
I (341) cpu_start: ESP-IDF:          v5.1-dirty
I (346) cpu_start: Min chip rev:     v0.0
I (351) cpu_start: Max chip rev:     v0.99
I (356) cpu_start: Chip rev:         v0.1
I (360) heap_init: Initializing. RAM available for dynamic allocation:
I (368) heap_init: At 3FCA2868 len 00046EA8 (283 KiB): DRAM
I (374) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (381) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (387) heap_init: At 600FE010 len 00001FF0 (7 KiB): RTCRAM
I (394) spi_flash: detected chip: generic
I (398) spi_flash: flash io: qio
I (402) sleep: Configure to isolate all GPIO pins in sleep state
I (408) sleep: Enable automatic switching of GPIO sleep configuration
I (416) app_start: Starting scheduler on CPU0
I (421) app_start: Starting scheduler on CPU1
I (421) main_task: Started on CPU0
I (431) main_task: Calling app_main()
I (435) led_indicator: LED Indicator Version: 0.3.0
I (440) gpio: GPIO[15]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (449) led_indicator: blink_lists is null, use default blink list
W (456) led_indicator: ./components/led_indicator/src/led_indicator.c:280 (_led_indicator_create_com):LED indicator does not have the hal_indicator_set_brightness function
I (472) led_indicator: Indicator create successfully. type:GPIO mode, hardware_data:0xf, is_active_level_high:1, blink_lists:default
I (485) led_indicator: LED Indicator Version: 0.3.0
I (490) gpio: GPIO[17]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (500) led_indicator: blink_lists is null, use default blink list
W (507) led_indicator: ./components/led_indicator/src/led_indicator.c:280 (_led_indicator_create_com):LED indicator does not have the hal_indicator_set_brightness function
I (522) led_indicator: Indicator create successfully. type:GPIO mode, hardware_data:0x11, is_active_level_high:1, blink_lists:default
I (535) led_indicator: LED Indicator Version: 0.3.0
I (541) gpio: GPIO[3]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (550) led_indicator: blink_lists is null, use default blink list
W (557) led_indicator: ./components/led_indicator/src/led_indicator.c:280 (_led_indicator_create_com):LED indicator does not have the hal_indicator_set_brightness function
I (573) led_indicator: Indicator create successfully. type:GPIO mode, hardware_data:0x3, is_active_level_high:1, blink_lists:default
I (3598) 4g_main: ====================================
I (3598) 4g_main:      ESP 4G Cat.1 Wi-Fi Router
I (3598) 4g_main:           Byte0 Hardware
I (3603) 4g_main: ====================================
I (3609) modem_board: iot_usbh_modem, version: 0.1.6
I (3615) modem_board: Force reset modem board....
I (3620) gpio: GPIO[13]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (3629) modem_board: Resetting modem using io=13, level=0
I (3835) modem_board: Waiting for modem initialize ready
I (8835) USB_HCDC: iot_usbh_cdc, version: 0.1.3
I (8835) IOT_USBH: iot_usbh, version: 0.1.2
I (8865) IOT_USBH: USB Port=1 init succeed, fifo strategy=0
I (8865) USB_HCDC: CDC task start
I (8865) IOT_USBH: usb port start succeed
I (8868) USB_HCDC: usbh cdc driver install succeed
I (8874) USB_HCDC: Waiting CDC Device Connection
I (8879) IOT_USBH: USB Processing Start
I (8884) IOT_USBH: Waiting USB Connection
I (8888) IOT_USBH: Port power: ON Succeed
I (9143) IOT_USBH: line 131 PORT_EVENT_CONNECTION
I (9243) IOT_USBH: Resetting Port
I (9303) IOT_USBH: Port reset succeed
I (9303) IOT_USBH: Getting Port Speed
I (9303) IOT_USBH: USB Speed: full-speed
I (9305) IOT_USBH: Pipe init succeed, addr: 00
I (9310) IOT_USBH: Set Device Addr = 1
I (9315) IOT_USBH: Set Device Addr Done
I (9319) IOT_USBH: get device desc
I (9324) IOT_USBH: get device desc, actual_num_bytes:26
*** Device descriptor ***
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0xef
bDeviceSubClass 0x2
bDeviceProtocol 0x1
bMaxPacketSize0 64
idVendor 0x2c7c
idProduct 0x6026
bcdDevice 1.00
iManufacturer 1
iProduct 2
iSerialNumber 3
bNumConfigurations 1
I (9353) IOT_USBH: get short config desc
I (9358) IOT_USBH: get config desc, actual_num_bytes:16
I (9363) IOT_USBH: get full config desc
I (9368) IOT_USBH: get full config desc, actual_num_bytes:204
*** Configuration descriptor ***
bLength 9
bDescriptorType 2
wTotalLength 196
bNumInterfaces 5
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xc0
bMaxPower 500mA
*** Interface Association Descriptor ***
bLength 8
bDescriptorType 11
bFirstInterface 0
bInterfaceCount 2
bFunctionClass 0xe0
bFunctionSubClass 0x1
bFunctionProtocol 0x3
iFunction 5
        *** Interface descriptor ***
        bLength 9
        bDescriptorType 4
        bInterfaceNumber 0
        bAlternateSetting 0
        bNumEndpoints 1
        bInterfaceClass 0xe0
        bInterfaceSubClass 0x1
        bInterfaceProtocol 0x3
        iInterface 5
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x87   EP 7 IN
                bmAttributes 0x3        INT
                wMaxPacketSize 64
                bInterval 16
        *** Interface descriptor ***
        bLength 9
        bDescriptorType 4
        bInterfaceNumber 1
        bAlternateSetting 0
        bNumEndpoints 2
        bInterfaceClass 0xa
        bInterfaceSubClass 0x0
        bInterfaceProtocol 0x0
        iInterface 5
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x83   EP 3 IN
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0xc    EP 12 OUT
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
        *** Interface descriptor ***
        bLength 9
        bDescriptorType 4
        bInterfaceNumber 2
        bAlternateSetting 0
        bNumEndpoints 2
        bInterfaceClass 0xff
        bInterfaceSubClass 0x0
        bInterfaceProtocol 0x0
        iInterface 8
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x82   EP 2 IN
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0xb    EP 11 OUT
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
        *** Interface descriptor ***
        bLength 9
        bDescriptorType 4
        bInterfaceNumber 3
        bAlternateSetting 0
        bNumEndpoints 3
        bInterfaceClass 0xff
        bInterfaceSubClass 0x0
        bInterfaceProtocol 0x0
        iInterface 11
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x89   EP 9 IN
                bmAttributes 0x3        INT
                wMaxPacketSize 64
                bInterval 16
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x86   EP 6 IN
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0xf    EP 15 OUT
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
        *** Interface descriptor ***
        bLength 9
        bDescriptorType 4
        bInterfaceNumber 4
        bAlternateSetting 0
        bNumEndpoints 3
        bInterfaceClass 0xff
        bInterfaceSubClass 0x0
        bInterfaceProtocol 0x0
        iInterface 11
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x88   EP 8 IN
                bmAttributes 0x3        INT
                wMaxPacketSize 64
                bInterval 16
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x81   EP 1 IN
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0xa    EP 10 OUT
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
I (9650) IOT_USBH: Set Device Configuration = 1
I (9656) IOT_USBH: Set Device Configuration Done
I (9661) IOT_USBH: Pipe init succeed, addr: 81
I (9666) IOT_USBH: Pipe init succeed, addr: 0A
I (9671) USB_HCDC: CDC Device Connected
I (9676) esp-modem: --------- Modem PreDefined Info ------------------
I (9683) esp-modem: Model: User Defined
I (9687) esp-modem: Modem itf: IN Addr:0x81, OUT Addr:0x0A
I (9694) esp-modem: ----------------------------------------------------
I (9701) gpio: GPIO[12]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (9710) gpio: GPIO[13]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (9720) USB_HCDC: rx0 flush -0 = 0
I (9721) 4g_main: Modem Board Event: USB connected
I (9721) modem_board: DTE reconnect, reconnecting ...

I (10735) modem_board: reconnect after 5s...
I (11735) modem_board: reconnect after 4s...
I (12735) modem_board: reconnect after 3s...
I (13735) modem_board: reconnect after 2s...
I (14735) modem_board: reconnect after 1s...
I (14735) modem_board: Modem state STAGE_SYNC, Start
I (14748) USB DTE: data : AT


E (14748) esp-modem-dte: esp_dte_handle_line(82): handle line failed
I (14748) USB DTE: data : OK


I (14759) USB DTE: data : ATE1


E (14759) esp-modem-dte: esp_dte_handle_line(82): handle line failed
I (14763) USB DTE: data : OK


I (14783) USB DTE: data : AT&W


E (14783) esp-modem-dte: esp_dte_handle_line(82): handle line failed
I (14783) USB DTE: data : OK


I (14787) modem_board: Network Auto reconnecting ...
W (14793) 4g_main: Modem Board Event: Network disconnected
I (14793) modem_board: Modem state STAGE_SYNC, Success!
I (14905) modem_board: Modem state STAGE_CHECK_SIM, Start
I (14911) USB DTE: data : AT+CPIN?


I (14911) USB DTE: data : +CPIN: READY


I (14913) USB DTE: data :
OK


I (14914) modem_board: SIM Card Ready
I (14918) modem_board: Modem state STAGE_CHECK_SIM, Success!
I (14918) 4g_main: Modem Board Event: SIM Card Connected
I (15025) modem_board: Modem state STAGE_CHECK_SIGNAL, Start
I (15031) USB DTE: data : AT+CSQ


I (15031) USB DTE: data : +CSQ: 17,99


I (15033) USB DTE: data :
OK


I (15034) modem_board: Signal quality: rssi=17, ber=99
I (15039) modem_board: Modem state STAGE_CHECK_SIGNAL, Success!
I (15146) modem_board: Modem state STAGE_CHECK_REGIST, Start
I (15152) USB DTE: data : AT+COPS?


E (15153) esp-modem-dte: esp_dte_handle_line(82): handle line failed
I (15153) USB DTE: data : +COPS: 0,2,"40445",7


I (15159) DCE_COMMANDS: Trace : 7::"40445"
I (15164) USB DTE: data :
OK


I (15168) modem_board: Network registed, Operator: "40445"
I (15174) modem_board: Modem state STAGE_CHECK_REGIST, Success!
I (15280) modem_board: Modem state STAGE_START_PPP, Start
I (15287) USB DTE: data : AT+CGDCONT=1,"IP","airtelgprs.com"


E (15287) esp-modem-dte: esp_dte_handle_line(82): handle line failed
I (15290) USB DTE: data : OK


I (15342) USB DTE: data : ATD*99***1#
CONNECT


I (15342) modem_board: Modem state STAGE_START_PPP, Success!
W (15343) modem_board: Modem event! 0
I (15443) modem_board: Modem state STAGE_WAIT_IP, Start
I (15609) esp-netif_lwip-ppp: Connected
I (15609) modem_board: IP event! 6
I (15609) modem_board: Modem Connected to PPP Server
I (15612) modem_board: ppp ip: 10.38.64.186, mask: 255.255.255.255, gw: 10.64.64.64
I (15621) modem_board: Main DNS: 59.144.144.106
I (15626) modem_board: Backup DNS: 203.145.160.5
I (15631) esp-modem-netif: PPP state changed event 0: (NETIF_PPP_ERRORNONE)
I (15631) modem_board: Modem state STAGE_WAIT_IP, Success!
I (15639) 4g_main: Modem Board Event: Network connected
I (15651) pp: pp rom version: e7ae62f
I (15655) net80211: net80211 rom version: e7ae62f
I (15662) wifi:wifi driver task: 3fcbf14c, prio:23, stack:6656, core=0
I (15672) wifi:wifi firmware version: b2f1f86
I (15673) wifi:wifi certification version: v7.0
I (15675) wifi:config NVS flash: enabled
I (15679) wifi:config nano formating: disabled
I (15683) wifi:Init data frame dynamic rx buffer num: 32
I (15688) wifi:Init management frame dynamic rx buffer num: 32
I (15693) wifi:Init management short buffer num: 32
I (15698) wifi:Init dynamic tx buffer num: 32
I (15702) wifi:Init static tx FG buffer num: 2
I (15706) wifi:Init static rx buffer size: 1600
I (15711) wifi:Init static rx buffer num: 10
I (15714) wifi:Init dynamic rx buffer num: 32
I (15719) wifi_init: tcpip mbox: 32
I (15723) wifi_init: udp mbox: 6
I (15727) wifi_init: tcp mbox: 6
I (15731) wifi_init: tcp tx win: 5744
I (15735) wifi_init: tcp rx win: 5744
I (15739) wifi_init: tcp mss: 1440
I (15743) wifi_init: WiFi IRAM OP enabled
I (15748) wifi_init: WiFi RX IRAM OP enabled
I (15753) wifi_init: LWIP IRAM OP enabled
I (15758) phy_init: phy_version 601,fe52df4,May 10 2023,17:26:54
I (15794) wifi:mode : softAP (dc:54:75:d6:48:ed)
I (15796) wifi:Total power save buffer number: 16
I (15797) wifi:Init max length of beacon: 752/752
I (15797) wifi:Init max length of beacon: 752/752
I (15801) modem_wifi: Wi-Fi AP started
I (15802) esp_netif_lwip: DHCP server started on interface WIFI_AP_DEF with IP: 192.168.4.1
I (15820) wifi:Total power save buffer number: 16
I (15821) modem_wifi: softap ssid: esp_4g_router password: 12345678
I (15822) esp_netif_lwip: DHCP server started on interface WIFI_AP_DEF with IP: 192.168.4.1
I (15835) modem_wifi: ap dns addr(default): 8.8.8.8
I (15841) 4g_main: Initializing SNTP
I (15845) 4g_main: Waiting for system time to be set... (1/10)
I (17217) 4g_main: Notification of a time synchronization event
I (17851) gpio: GPIO[21]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (17851) BYTEBEAM_SDK: Using provided device config data !
I (17856) BYTEBEAM_SDK: The uri  is: mqtts://cloud.bytebeam.io:8883

I (17863) BYTEBEAM_SDK: [APP] Free memory: 200860 bytes
I (17869) BYTEBEAM_SDK: Device contains factory Firmware

I (17875) BYTEBEAM_SDK: Bytebeam Client Initialized !!
I (17881) BYTEBEAM_SDK: Other event id:7
I (17887) BYTEBEAM_SDK:
Status to send:
[{
                "timestamp":    1718454173552,
                "sequence":     1,
                "Reset_Reason": "Power On Reset",
                "Uptime":       17885,
                "Status":       "Device is Up!",
                "Software_Type":        "toggle-led-app",
                "Software_Version":     "1.0.0",
                "Hardware_Type":        "Byte0",
                "Hardware_Version":     "rev1"
        }]

I (17914) BYTEBEAM_SDK: Topic is /tenants/pradeeptest/devices/3/events/device_shadow/jsonarray
I (19046) BYTEBEAM_SDK: MQTT_EVENT_CONNECTED
I (19047) BYTEBEAM_SDK: MQTT SUBSCRIBED!! Msg ID:18349
I (19049) BYTEBEAM_SDK: sent publish successful, msg_id=28214, message:[{
                "timestamp":    1718454173552,
                "sequence":     1,
                "Reset_Reason": "Power On Reset",
                "Uptime":       17885,
                "Status":       "Device is Up!",
                "Software_Type":        "toggle-led-app",
                "Software_Version":     "1.0.0",
                "Hardware_Type":        "Byte0",
                "Hardware_Version":     "rev1"
        }]
I (19076) BYTEBEAM_SDK: Bytebeam Client started !!
I (19082) 4g_main: changed: ap dns addr (auto): 59.144.144.106
I (19088) 4g_main: Ping addr 8.8.8.8 Restart..
I (19094) 4g_main: Counter : 1

I (19124) BYTEBEAM_SDK: MQTT_EVENT_SUBSCRIBED, msg_id=18349
I (19203) BYTEBEAM_SDK: MQTT_EVENT_PUBLISHED, msg_id=28214
I (20097) 4g_main: Ping addr 8.8.8.8 Restart..
I (20097) 4g_main: Counter : 2

W (21094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (21097) 4g_main: Ping addr 8.8.8.8 Restart..
I (21097) 4g_main: Counter : 3

I (22097) 4g_main: Ping addr 8.8.8.8 Restart..
I (22097) 4g_main: Counter : 4

W (23094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (23097) 4g_main: Ping addr 8.8.8.8 Restart..
I (23097) 4g_main: Counter : 5

I (24097) 4g_main: Ping addr 8.8.8.8 Restart..
I (24097) 4g_main: Counter : 6

W (25094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (25097) 4g_main: Ping addr 8.8.8.8 Restart..
I (25097) 4g_main: Counter : 7

I (26097) 4g_main: Ping addr 8.8.8.8 Restart..
I (26097) 4g_main: Counter : 8

W (27094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (27097) 4g_main: Ping addr 8.8.8.8 Restart..
I (27097) 4g_main: Counter : 9

I (28097) 4g_main: Ping addr 8.8.8.8 Restart..
I (28097) 4g_main: Counter : 10

W (29094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (29097) 4g_main: Ping addr 8.8.8.8 Restart..
I (29097) 4g_main: Counter : 11

I (30097) 4g_main: Ping addr 8.8.8.8 Restart..
I (30097) 4g_main: Counter : 12

W (31094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (31097) 4g_main: Ping addr 8.8.8.8 Restart..
I (31097) 4g_main: Counter : 13

I (32097) 4g_main: Ping addr 8.8.8.8 Restart..
I (32097) 4g_main: Counter : 14

W (33094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (33097) 4g_main: Ping addr 8.8.8.8 Restart..
I (33097) 4g_main: Counter : 15

I (34097) 4g_main: Ping addr 8.8.8.8 Restart..
I (34097) 4g_main: Counter : 16

W (35094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (35097) 4g_main: Ping addr 8.8.8.8 Restart..
I (35097) 4g_main: Counter : 17

I (36097) 4g_main: Ping addr 8.8.8.8 Restart..
I (36097) 4g_main: Counter : 18

W (37094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (37097) 4g_main: Ping addr 8.8.8.8 Restart..
I (37097) 4g_main: Counter : 19

I (38097) 4g_main: Ping addr 8.8.8.8 Restart..
I (38097) 4g_main: Counter : 20

W (39094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (39097) 4g_main: Ping addr 8.8.8.8 Restart..
I (39097) 4g_main: Counter : 21

I (40097) 4g_main: Ping addr 8.8.8.8 Restart..
I (40097) 4g_main: Counter : 22

W (41094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (41097) 4g_main: Ping addr 8.8.8.8 Restart..
I (41097) 4g_main: Counter : 23

I (42097) 4g_main: Ping addr 8.8.8.8 Restart..
I (42097) 4g_main: Counter : 24

W (43094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (43097) 4g_main: Ping addr 8.8.8.8 Restart..
I (43097) 4g_main: Counter : 25

I (44097) 4g_main: Ping addr 8.8.8.8 Restart..
I (44097) 4g_main: Counter : 26

W (45094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (45097) 4g_main: Ping addr 8.8.8.8 Restart..
I (45097) 4g_main: Counter : 27

I (46097) 4g_main: Ping addr 8.8.8.8 Restart..
I (46097) 4g_main: Counter : 28

W (47094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (47097) 4g_main: Ping addr 8.8.8.8 Restart..
I (47097) 4g_main: Counter : 29

I (48097) 4g_main: Ping addr 8.8.8.8 Restart..
I (48097) 4g_main: Counter : 30

W (49094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (49097) 4g_main: Ping addr 8.8.8.8 Restart..
I (49097) 4g_main: Counter : 31

I (50097) 4g_main: Ping addr 8.8.8.8 Restart..
I (50097) 4g_main: Counter : 32

W (51094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (51097) 4g_main: Ping addr 8.8.8.8 Restart..
I (51097) 4g_main: Counter : 33

I (52097) 4g_main: Ping addr 8.8.8.8 Restart..
I (52097) 4g_main: Counter : 34

W (53094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (53097) 4g_main: Ping addr 8.8.8.8 Restart..
I (53097) 4g_main: Counter : 35

I (54097) 4g_main: Ping addr 8.8.8.8 Restart..
I (54097) 4g_main: Counter : 36

W (55094) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (55097) 4g_main: Ping addr 8.8.8.8 Restart..
I (55097) 4g_main: Counter : 37


from esp-iot-solution.

narangmayank avatar narangmayank commented on August 25, 2024

@leeebo at your end is it working fine ?

from esp-iot-solution.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.