You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first time using ULP. I am not an expert in this area. I got the known information from the Internet and adapted the adc wake-up example. It is currently only applicable to esp32. esp32s3 is not supported yet. I hope it will be helpful to you.
I managed to get the esp32 into deepsleep and wake it up using a digital input.
But I want to wake it up with an ULP program that checks the ADC values (somethig like https://github.com/platformio/platform-espressif32/tree/master/examples/espidf-ulp-adc which works on my board)
The problem is it is not using
framework = arduino
,butframework = espidf
.I found this which unfortunately didn't work for me.
Is there a way to run an assembly file on ULP or some other way where you can program the ULP and still use this library?
The text was updated successfully, but these errors were encountered: