ESP32-S3 crushing when using ONEWIRE protocol and Hardware Serial #11390
gideonmaina
started this conversation in
Question - Community Help
Replies: 1 comment
-
I figured the issue arises from the memory type configuration on PlatformIO board config for ESP32-S3N16R8. A board configuration that has I will test other configurations that work and list them here to close the discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am experiencing something strange when using a DHT sensor and Hardware Serials with the ESP32-S3-WROOM-1 chip.
Everything works fine when using hardware serial peripherals only, or when working with the DHT sensor only, but not simultaneously.
To Reproduce
PlatformIO
platform = espressif32 ; confirmed this to be v6.10
board_build.f_cpu = 240000000L
board_upload.maximum_ram_size = 8388608
Hardware configuration
DHT dht(DHTPIN, DHTTYPE);
Observations
dht.begin()
and restarts!dht.begin()
after either one of the hardware serials is started does not cause an issue, but immediately crashes after calling the second hardware serial begin function.Just wondering if anyone has ever experienced this peculiar issue.
Beta Was this translation helpful? Give feedback.
All reactions