Obviously it's great at crashing, segfaulting and rebooting then why can't we have a shut down function
Search found 4 matches
- Fri Aug 01, 2025 10:15 pm
- Forum: ESP-IDF
- Topic: ESP32 app_main() loop
- Replies: 6
- Views: 4208
Re: ESP32 app_main() loop
So that's it? There is no real solution to terminate the chip all code execution and shut down?
Obviously it's great at crashing, segfaulting and rebooting then why can't we have a shut down function
Obviously it's great at crashing, segfaulting and rebooting then why can't we have a shut down function
- Mon Jul 21, 2025 7:25 pm
- Forum: ESP-IDF
- Topic: ESP32 app_main() loop
- Replies: 6
- Views: 4208
Re: ESP32 app_main() loop
Sorry to bump such an old topic up but I find the question still relevant.
Isn't there a proper way to tell the ESP32 to just terminate all execution and quit (until power cycle).
I using an ISR to detect some sensor reading: https://lastminuteengineers.com/handling-esp32-gpio-interrupts-tutorial ...
Isn't there a proper way to tell the ESP32 to just terminate all execution and quit (until power cycle).
I using an ISR to detect some sensor reading: https://lastminuteengineers.com/handling-esp32-gpio-interrupts-tutorial ...
- Sun Jul 06, 2025 10:02 pm
- Forum: Hardware
- Topic: Looking for an ESP32 S3 just with more pins...
- Replies: 2
- Views: 349
Looking for an ESP32 S3 just with more pins...
So since there are a plethora of ESP32 boards :o it's better if I ask.
I started developing a project with the XIAO ESP32S3: https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/
One thing I do know for a fact that this board is rock solid I running a stress test for my code on it since many ...
I started developing a project with the XIAO ESP32S3: https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/
One thing I do know for a fact that this board is rock solid I running a stress test for my code on it since many ...
- Sun Aug 04, 2024 8:23 pm
- Forum: Hardware
- Topic: Interfacing the ESP32S3 with some 5V sensors
- Replies: 3
- Views: 3760
Interfacing the ESP32S3 with some 5V sensors
Hello,
I migrating an old Arduino project to ESP32S, this concurrently uses 5V sensors for everything. I wonder if these sensors can be all hooked up or need TTL conversion, here is the list:
1, HC-SR04 Ultrasonic Sensor, According to this tutorial this sensor can be hooked up no problem to the ...
I migrating an old Arduino project to ESP32S, this concurrently uses 5V sensors for everything. I wonder if these sensors can be all hooked up or need TTL conversion, here is the list:
1, HC-SR04 Ultrasonic Sensor, According to this tutorial this sensor can be hooked up no problem to the ...