Search found 2 matches
- Tue Jun 17, 2025 7:50 am
- Forum: ESP IoT Solution
- Topic: Connect to the microcontroller directly from the world. Is this possible?
- Replies: 1
- Views: 8510
Connect to the microcontroller directly from the world. Is this possible?
I have an ESP32 microcontroller that runs a mini web server. It is used to control the barrier. You approach the barrier, connect to it as a WiFi point, log in via IP, and click open. This is very inconvenient, especially if there are many people with access. Is it possible to make access directly ...
- Tue Dec 03, 2024 3:31 pm
- Forum: ESP-IDF
- Topic: Software reset due to exception/panic
- Replies: 3
- Views: 4611
Re: Software reset due to exception/panic
I have the same problem.
Sometimes there is panic when logging.
Device: esp32-s3-wroom-1-n16r8. PSRAM disabled.
The address is very similar 0x73b073c.
It looks like something is wrong with memory map.
Bad solution is disable memory protection in configuration.
There will be no panic, but in my ...
Sometimes there is panic when logging.
Device: esp32-s3-wroom-1-n16r8. PSRAM disabled.
The address is very similar 0x73b073c.
It looks like something is wrong with memory map.
Bad solution is disable memory protection in configuration.
There will be no panic, but in my ...