M5Stack-Camera icon indicating copy to clipboard operation
M5Stack-Camera copied to clipboard

Cannot use analogRead of GROVE interface with WiFi

Open tk3fftk opened this issue 6 years ago • 1 comments

ADC2 channel cannot be used when WiFi is in use. M5Camera uses the pins which cause analogRead() to fail as GROVE interface. So we cannot use some sensors which need analogRead()to use. I think it's kind of a product bug.

Is there any workaround? I'm using M5Camera model B with Grove Sound Sensor.

Related

tk3fftk avatar May 02 '19 09:05 tk3fftk

It is recommended to add an adc module, use i2c

EeeeBin avatar May 02 '19 10:05 EeeeBin