ESP32-Oscilloscope icon indicating copy to clipboard operation
ESP32-Oscilloscope copied to clipboard

Change ADC channel

Open classic-audio opened this issue 2 years ago • 3 comments

This is a very nice project. I am going to build and use.

I have a breadboard up and running the code with one problem.

I am using the ESP32 D1 mini board (with limited GPIO)

The analog port of the project code is not availible (ADC1_CHANNEL05 GPIO33)

I have changed to: #define ADC_CHANNEL ADC1_CHANNEL_0 // GPIO36

The measurement of frequency and voltage (pp) on the display is ok

**B U T I have no oscilloscop signal.

What must I do to fix this problem?**

classic-audio avatar Aug 20 '22 14:08 classic-audio