I have been using vTaskList() and vTaskGetRunTimeStats() which are very helpful. Unfortunately they don't tell which core the task is running on. Is there a way to find out which core a task is running on? Thankseriksl Posts: 164 Joined: Thu Dec 14, 2023 3:23 pm Location: ...
can you please correct the order in which the compiler flags are compiled? It has always been common that you can change the compilation for yourself using platform.local.txt. For this you normally use compiler.cpp.extra_flags Unfortunately, this is not possible with the ESP32 Core Package be...
To save battery, I want to put ESP in Deep Sleep and it wake up when the rotaty encoder (or Rotary Knob) is modified. So I used esp_deep_sleep_enable_gpio_wakeup() to wake up the device according to the used pins. the ESP wake up correctly. ...
Thing is, you're sending 'on' when you want led1 to turn on, and 'on' as well if you want led2 to turn on. You'd need to send two different messages if you want to distinguish the two LEDs from eachother! The strcmp is OK here, strncmp would be used if you only want to ...
There is RTC GPIO support on the ESP32. The GPIOs routed to the RTC low-power subsystem can be used when the ESP32 is in deep sleep. These RTC GPIOs can be used to wake up the ESP32 from deep sleep when the Ultra Low Power (ULP) co-processor is running. The following GPIOs ca...
This usually requires some form of hardware timer be used to generate this system tick for the operating system. which hardware timers are occupied by freertos? Thanks! On the ESP32, none of the hardware timers are occupied. This is because the Xtensa CPU core has an internal timer to ...
When your brain is in these optimal states, your mindbypasses your mental blocks, which have been holding you back. The constant negative “self-chatter” is replaced with positive, healthy convictions, and guided visualization techniques are used to more strongly anchor your new, empowering beliefs...
What pins are usable on the board ? Ive seen the list athttps://docs.espressif.com/projects/esp ... oard-front I also see that some are shared with various peripherals. I'm not looking to use the Camera and most likely not the micro SD card. The LCD would be useful. ...
ESP8266 ESP8266 is undoubtedly the most known WiFi module solution in the market. Offering a complete and self-contained WiFi networking solution, it allows users to either host the application or to offload all WiFi networking functions from another application processor. ...
However seeing as this thread is still one of the top search results to appear on google for this topic, I figured it might help someone out there to know about the following project which provides a very useful resource for determining which CompilerVersion/LanguageStandard/ProcessorArchitecture/...