What does it mean when I get a reading of '85' from this sensor? It is not the temperature reading because it doesn't respond to warming or cooling. Have I blown it?
I have the same problem.
Here is my code.
int temp = 85;
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.print(temp, 0);
delay(1000);
}
After more than 100 posts, you should know how to post a problem.
Pictures, diagram, and code.
Leo..
@Wawa - have you got an open code tag at the end of your message?
After more than 100 posts, you should know how to post a problem
After more than 6000 posts you should know how to use code tags
@Adrifran39
You've already asked that in your previous thread: Dallas Temperature - Programming Questions - Arduino Forum and I thought I had answered it in message #16. If that wasn't sufficient, post your code (in code tags - also explained in #16)
Pete
In my 100 posts ignorance I imagined a different Forum meant just that. Having received no further responses to my questions concerning the sensor and icons on the former forum I foolishly came to the conclusion I was posting off subject so I posted again in the Sensor Forum.
I have observed that I would be absolutely delighted to post code properly but sine I updated the IDE, the row od icons has disappeared for some reason. Have they been deselected by the upgrade?
As to an open code tag - I can't see one but that's not unexpected as I haven't got a code icon anyway.
Pete, would you post your message #16 again - it didn't appear!
I have observed that I would be absolutely delighted to post code properly but sine I updated the IDE, the row od icons has disappeared for some reason
I think you are confusing the Arduino IDE and the browser. The Arduino IDE has absolutely nothing to do with your web browser when you are reading or entering messages in the Arduino Forum. When you create a new thread or are typing in a reply, such as while you were typing in message #3, that is when the row of icons appear, immediately above where you are typing.
My message #16 is on this web page.
Note that you are still getting responses in that thread. You asked about 85 in that thread and should have stayed with the thread for the answers.
Pete