EUA / ESP32_LogicAnalyzer

ESP32 Logic Analyzer
GNU General Public License v3.0
212 stars 28 forks source link

ESP32S3 not compatible #14

Open Duolabs opened 2 months ago

Duolabs commented 2 months ago

Hello,

Is there any chance to make it compatible with S3 chipset? If we set espressif32@4.0 it won't recognize the ESp32S3 chipset because no board was available a the time.

I am not an expert of PlatformIO and I am wondering if there is any solution this this issue.

wuwbobo2021 commented 2 weeks ago

Hardware difference: ESP32-S3 has a dedicated LCD_CAM peripheral, but no "I2S" camera mode (used by this project).

wuwbobo2021 commented 1 week ago

However, porting this project to ESP32S2 should be possible. I’ve finished a small I2S camera mode test program: https://github.com/wuwbobo2021/esp32-s2-i2s-par-receiver.