ESP32-S3 Sigma-delta Modulation as a "Pseudo DAC" output
Posted: Sat May 28, 2022 9:48 am
Good day esteemed colleagues,
We are currently using the first gen ESP32 and we are utilizing the DAC
peripheral to adjust the Vout of a Buck Converter (TLV62569). The 8-bit
resolution was enough to allow us to adjust the Buck Converter's Vout from
1.10v to 3.60v. We did not require a high level of accuracy for the Vout,
but the Vout is monitored by the ADC peripheral and the DAC output
was adjusted when necessary.
We are planning to upgrade our current project to use the ESP32-S3 and we
are aware that it does not have a DAC peripheral in it's silicon. As much as
possible, we do not want to add an external DAC (via I2C or SPI) into our
design.
Upon reading this:
https://docs.espressif.com/projects/esp ... delta.html
It was suggested that using the Sigma-delta Modulation with a Sallen-Key Low Pass Filter
will allow us to have a "Pseudo DAC" output.
My question is, will this "Pseudo DAC" be enough to achieve similar effects
as what the 8-bit DAC achieved for the TLV62569 Buck Converter?
Our voltage requirements are the same, 1.10v to 3.60v Vout and the ADC peripheral
will monitor the Vout and adjust the Sigma-delta Modulation peripheral if necessary.
Best Regards,
Brad Roberts
We are currently using the first gen ESP32 and we are utilizing the DAC
peripheral to adjust the Vout of a Buck Converter (TLV62569). The 8-bit
resolution was enough to allow us to adjust the Buck Converter's Vout from
1.10v to 3.60v. We did not require a high level of accuracy for the Vout,
but the Vout is monitored by the ADC peripheral and the DAC output
was adjusted when necessary.
We are planning to upgrade our current project to use the ESP32-S3 and we
are aware that it does not have a DAC peripheral in it's silicon. As much as
possible, we do not want to add an external DAC (via I2C or SPI) into our
design.
Upon reading this:
https://docs.espressif.com/projects/esp ... delta.html
It was suggested that using the Sigma-delta Modulation with a Sallen-Key Low Pass Filter
will allow us to have a "Pseudo DAC" output.
My question is, will this "Pseudo DAC" be enough to achieve similar effects
as what the 8-bit DAC achieved for the TLV62569 Buck Converter?
Our voltage requirements are the same, 1.10v to 3.60v Vout and the ADC peripheral
will monitor the Vout and adjust the Sigma-delta Modulation peripheral if necessary.
Best Regards,
Brad Roberts