Search found 2 matches
- Sat Sep 21, 2024 6:21 am
- Forum: ESP-IDF
- Topic: ESP32S2 ADC with DMA(Adc Digital Controller)
- Replies: 6
- Views: 11163
Re: ESP32S2 ADC with DMA(Adc Digital Controller)
The first bits code for the channel the data is coming from.
- Sat Aug 17, 2024 7:10 pm
- Forum: ESP-IDF
- Topic: Strange behaviour of DAC cosine wave generator
- Replies: 2
- Views: 4506
Re: Strange behaviour of DAC cosine wave generator
@gizmo: I noticed that behavior too. The offset is shifting the average voltage for the cosine. It is helpful when using attenuation to produce 1/2, 1/4, or 1/8 VDD amplitudes and you want to shift that smaller cosine's average voltage up or down. So, the offset can be negative as well. I am not hap...