Search found 3 matches

by lhimo88
Wed Aug 08, 2018 8:39 pm
Forum: ESP-IDF
Topic: 3 of 9 sensors "saturating"
Replies: 4
Views: 4830

Re: 3 of 9 sensors "saturating"

P.s. I'm reading analog values with:

Code: Select all

#define ANALOG_PIN_8 2
int analog_value_8 = 0;
  analog_value_8 = analogRead(ANALOG_PIN_8);
by lhimo88
Wed Aug 08, 2018 5:14 pm
Forum: ESP-IDF
Topic: 3 of 9 sensors "saturating"
Replies: 4
Views: 4830

Re: 3 of 9 sensors "saturating"

The working pins I'm using are GPIO 32,33,34,35,36 and 39. Therefore I'm missing other 3 pins, I tried GPIO 25,26,27 and GPIO 0,2,4 with the saturating behaviour.
by lhimo88
Tue Aug 07, 2018 10:15 pm
Forum: ESP-IDF
Topic: 3 of 9 sensors "saturating"
Replies: 4
Views: 4830

3 of 9 sensors "saturating"

Hi there! I managed to connect and plot the signal from 9 of these sensors. They seem to work fine, except for the last three of them which are kind of saturating. In the screen attached you can see the spikes when I dip the working sensors in water, the central one seems to be not functioning for s...