Search found 2 matches

by zhaozhao
Sat May 29, 2021 8:40 pm
Forum: Hardware
Topic: ESP32 ADC strange offset drift
Replies: 0
Views: 1804

ESP32 ADC strange offset drift

Recently I am trying to build a Ni-MH battery charger with ESP32, more specifically using an ESP32-DevKitC board with a Rev1 chip. I used the ADC1 to monitor the battery voltage and logged it on a computer. The code is derived from the adc example code included in esp-idf. To my surprise, I discover...
by zhaozhao
Sat Jan 30, 2021 2:51 am
Forum: Hardware
Topic: PDM Tx Available in ESP32-S2?
Replies: 0
Views: 1407

PDM Tx Available in ESP32-S2?

Hello, I have just got an ESP32s2 dev board, and trying to port an old ESP32 project which uses I2S0 PDM tx mode (which is essentially a free 16-bit single channel delta-sigma DAC :) ) to play audio. I was thinking that the I2S on ESP32s2 is similar to the I2S0 on ESP32, however, I soon realized tha...