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'm using a normal ESP32, and I changed the button definition to GPIO0
#define BUTTON_PIN 0
and I connected the SD card to the esp32 not using an SD card module,(https://github.com/espressif/arduino-esp32/tree/master/libraries/SD)
but still, no pcap files are being saved to the SD card.
when i hold the button for 2 seconds serial monitor stops.
I tried the Arduino pcap project esp32_sd card examples, they worked fine but I'm having trouble with the packet monitor 32, please help I'm using a 2GB SD card.
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1100
load:0x40078000,len:10088
load:0x40080400,len:6380
entry 0x400806a4
E (189) sdmmc_common: sdmmc_init_ocr: send_op_cond (1) returned 0x107
Card Mount Failed
The text was updated successfully, but these errors were encountered:
I'm using a normal ESP32, and I changed the button definition to GPIO0
#define BUTTON_PIN 0
and I connected the SD card to the esp32 not using an SD card module,(https://github.com/espressif/arduino-esp32/tree/master/libraries/SD)
but still, no pcap files are being saved to the SD card.
when i hold the button for 2 seconds serial monitor stops.
I tried the Arduino pcap project esp32_sd card examples, they worked fine but I'm having trouble with the packet monitor 32, please help I'm using a 2GB SD card.
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1100
load:0x40078000,len:10088
load:0x40080400,len:6380
entry 0x400806a4
E (189) sdmmc_common: sdmmc_init_ocr: send_op_cond (1) returned 0x107
Card Mount Failed
The text was updated successfully, but these errors were encountered: