junkfix / dhtESP32-rmt

Arduino Library for ESP32 DHT11, DHT21, DHT22, AM2301, AM2302 using Non Blocking RMT protocol, minimal
MIT License
3 stars 0 forks source link

esp32-S3 error code 7 #2

Closed SergePD closed 4 weeks ago

SergePD commented 4 weeks ago

v 1.0 not working with esp32s3 (core 2.014) (rmt initialization error, constantly rebooting) v 2.0, core 3.0.1 - works OK

Cannot use core 3.0.1 - other major issues with display driver.

junkfix commented 4 weeks ago

I dont have S3 to test but which channels are you using in 1.x? have you tried just the example code only on 1.x?

ESP32-S3, the RMT is different, in that channels 0-3 are TX only, and 4-7 are RX only

https://www.esp32.com/viewtopic.php?t=33632

SergePD commented 4 weeks ago

I used them all, from 0 to 7. Nothing works. But core 3.0.1 works (no need to assign a channel in this core)

junkfix commented 4 weeks ago

rmt api has been changed so i had to rewrite whole code in 2.0, i suggest you to look for updated display driver.