Search found 6 matches
- Thu Jan 25, 2024 3:47 pm
- Forum: ESP-IDF
- Topic: OTA update with different partition tables
- Replies: 1
- Views: 2807
Re: OTA update with different partition tables
Hello, did you find anything on this? I am stuck at a similar problem now. Please share a few pointers.
- Tue Aug 29, 2023 10:27 am
- Forum: ESP32 Arduino
- Topic: Core-0 Time for a particular Task
- Replies: 0
- Views: 1453
Core-0 Time for a particular Task
So, I have defined a core 0 task with xTaskCreatePinnedToCore(MotorCurrent_TaskCode, "MotorCurrent_Task", 2000, NULL, tskIDLE_PRIORITY, &MotorCurrent_Task, 0); and I have made sure with the .ini file that everything runs on core-1, as I also have BLE in the code (I checked, notify does use Core-1 in...
- Mon Jun 19, 2023 11:29 am
- Forum: ESP32 Arduino
- Topic: ESP Logging in Arduino
- Replies: 1
- Views: 1074
ESP Logging in Arduino
How does ESP Logging work? Is it non-blocking, if not, is there any non Blocking Logging?
How much ever I read, I get different answers, so please help
How much ever I read, I get different answers, so please help
- Mon Jun 19, 2023 11:27 am
- Forum: General Discussion
- Topic: ESP Logging in Arduino FrmaeWork
- Replies: 0
- Views: 1009
ESP Logging in Arduino FrmaeWork
How does ESP Logging work? Is it non-blocking, if not, is there any non Blocking Logging?
I tried to find out about the non-blocking part of the question and didn't get any concrete answer, so asking the community for help
I tried to find out about the non-blocking part of the question and didn't get any concrete answer, so asking the community for help
- Fri Feb 03, 2023 5:55 am
- Forum: ESP32 Arduino
- Topic: ESP32 Secured Web Server over SSL(WSS)
- Replies: 2
- Views: 6458
ESP32 Secured Web Server over SSL(WSS)
I am looking for a secure WebSocket Server implementation over SSL for ESP32 using Arduino IDE, so far I haven't been able to find any implementation regarding the same. Please help to get me started with the same. If there is any Library for the same or how can I use this library to implement the s...
- Fri Jan 06, 2023 12:39 pm
- Forum: ESP32 Arduino
- Topic: Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.
- Replies: 0
- Views: 1110
Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.
I am trying to create a dynamic timer using millis which runs different functions when timerperiod elapses I keep getting this error: 17:42:18.260 > Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled. 17:42:18.347 > 17:42:18.350 > Core 1 register dump: 17:42:18.375 > P...