ArduinoPcap icon indicating copy to clipboard operation
ArduinoPcap copied to clipboard

When using ESP32-CAM: no files saved on SD-card.

Open a9e78rauijasdf opened this issue 4 years ago • 1 comments

Hi,

First - great work! I cant make it work on a ESP32-CAM -have you had any experience with that?

I managed to make it compile when using SD_MMC instead of SD function calls - but no files are saved (sd card functions are working - it can see the card, detect sizes etc), and I think the error may lie within "pcap.openFile(SD)" somewhere - it seems it is not actually opening a file. I cant really debug it much further - pcap.flashFile() doesnt return any errors nor does pcap.closeFile() return anything.

I know this was not specifically designed for the ESP32-CAM, but...it is SO CLOSE! :-) Any suggestions..?

a9e78rauijasdf avatar Jun 15 '21 16:06 a9e78rauijasdf

I should note that the chip is in fact an ESP32S - same as you are using - so Im a bit puzzled TBH :-)

a9e78rauijasdf avatar Jun 16 '21 13:06 a9e78rauijasdf