Search found 1 match
- Sun Nov 18, 2018 8:54 pm
- Forum: Sample Code
- Topic: Programming ULP at runtime to make arbitrary function generator
- Replies: 1
- Views: 5667
Programming ULP at runtime to make arbitrary function generator
I know a lot of people use microcontrollers for low power applications and the ESP-32's ULP processor is very useful for saving battery. However, it can also be used as a third processor for controlling GPIO logic or for signal acquisition. In my case I wanted to use it as a signal generator due to ...