Hi everyone,
I am puzzled about something which I am observing on MSP430 G2 LaunchPad:
I found some code on the Internet for Energia that supposedly reads the internal temperature sensor. The code itself was no more than reading analog 0:
int value = analogRead(A0);
I then post the results to Ubidots. The Lauch Pad is literally 10 feet away from my desk yet I have noticed credible cause and affect relationship between the verifiable fact when human is present in the room and the readings produced by that int value = analogRead(A0);
This is beyond coincidence as the relationship is concrete: I have tested it over time. So how could that sensor be so sensitive to human presence? Could it be that the sensor has nothing to do with temperature but the thing is sensing something else? Like air capacitance, infrared body emission (like the PIR sensors), erc
Here's the Ubidots graph (the human entered the room around 9pm -- no joke):