compatible for Seeed Studio XIAO ESP32S3 Sense with ESP32S3 ? #292
Replies: 1 comment
-
You can use this code with Seeed Studio XIAO ESP32S3 Sense. disable temprature_sens_read() calls in app_httpd.cpp; disable flashLED() function and all of its calls everywhere through out the project code files. Or adjust it to XIAO ESP32S3 led pins; add this pin map to camera_pins.h: #define Y9_GPIO_NUM 48 define camera model as: use LED_DISABLE and LAMP_DISABLE flags in myconfig.h or review its usage considering XIAO ESP32S3 board; Compile code with "ESP32S3 Dev Module" board selected: That is basically all what I did, the easy way, to compile and flash project files to Seeed Studio XIAO ESP32S3 Sense. |
Beta Was this translation helpful? Give feedback.
-
I want to use the board Seeed Studio XIAO ESP32S3 Sense .
Are changes necessary for board configuration ?
Thank you for advice
Erhie
Beta Was this translation helpful? Give feedback.
All reactions