DFRobot / DFRobot_DF2301Q

MIT License
14 stars 13 forks source link

How do I setup for ESP32-S3? #7

Closed vonmartins closed 8 months ago

vonmartins commented 8 months ago

Recently I bought an esp32-s3 and tried the code but the connection between the module and the esp32s3 doesn't work. Do I need to change anything? If so, what?

qsjhyy commented 8 months ago

你好,这个模块是没有对esp32s3进行兼容测试的,如果你需要使用,你可以尝试替换esp32s3能够成功的通信接口: image

image

vonmartins commented 8 months ago

UART example worked perfectly with ESP32S3. I2C haven't tried it yet