Non funziona :~
In pratica, ho collegato tutto come avete detto mi sono riletto tutto il datasheet ho fatto una pcb per il circuito ma ancora se uso un programma base come:
int sensorValue;
void setup()
{
Serial.begin(9600); // sets the serial port to 9600
}
void loop()
{
sensorValue = analogRead(0); // read analog input pin 0
Serial.println(sensorValue, DEC); // prints the value read
delay(100); // wait 100ms
}
Mi da gli stessi valori che il sensore sia attaccato o meno