Search found 2 matches

by davidjaqua
Thu Apr 07, 2022 5:12 pm
Forum: Hardware
Topic: ESP32-S3-EYE v2.2 - device not recognized by Ubuntu
Replies: 3
Views: 3800

ESP32-S3-EYE v2.2 - device not recognized by Ubuntu

I have been programming various ESP32 Cam modules successfully using using IDF 4.4 on Ubuntu 20.04.

I recently bought an ESP32-S3-EYE v2.2.

The instructions state:
---
ESP32-S3-EYE does not have a USB-to-UART bridge, which may cause a problem: If the program flashed onto the board keeps the chip ...
by davidjaqua
Mon Mar 28, 2022 3:06 am
Forum: ESP-IDF
Topic: Does file_serving example support SD Card?
Replies: 3
Views: 3693

Re: Does file_serving example support SD Card?

I also could not get this to work by following the directions in the readme / menuconfig.

I did get file_serving to use the sdcard by doing the following.

1. enable sdcard in menuconfig

2. in main.c, line 87 change the esp_vfs_spiffs_conf_t struct to use /sdcard

esp_vfs_spiffs_conf_t conf ...

Go to advanced search