Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using ULP on A7670E #190

Closed
TallDuck404 opened this issue Dec 9, 2024 · 3 comments
Closed

Using ULP on A7670E #190

TallDuck404 opened this issue Dec 9, 2024 · 3 comments
Labels

Comments

@TallDuck404
Copy link

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 ,but framework = 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?

@lewisxhe
Copy link
Contributor

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.

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jan 11, 2025
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants