I am trying to get used to Cayenne by doing some of the tutorials.
I am trying the temperature one, but I did not have a TMP36 but I only had a LM3502.
it seems to be sensing, but is registering a negative value and if you warm it up the numerical value decreases.
Is there a way of calibrating the sensor to read correctly?
I found a LM35, but it still reads negative.
are you using arduino, raspberry with agent or python?
No!
Just following the tutorial.
Regards
Tony Hudson
i mean you have connected LM3502 to arduino or raspberry???
Hi
Yes! I went through the tutorial and connected it as shown in the diagram. I checked the data sheet to check that the pin out. Would the output be different for this device?
Went through the normal connection routine and uploaded the sketch.
Regards
Tony Hudson
do you understand what i am saying? you have still not mentioned which device you are using.
I mentioned the devices I have I can connect either to test. I am using the TMP36 code and letâs say Iâm using the LM3502 device.
Does that make it any clearer?
sorry, but i cannot help you.
Why??
Do you know for what an LM3502 used?
Sorry I did not have a magnifying glass and I thought it said TM3502, But I have found my Magnifying glass and it says TM 35 DZ.
This is a Temperature sensor.
Iâm afraid you will have to compensate for me as I am 71.
okay, next which microcontroller or single-board computer are using to connect the TM36DZ sensor? You need a device which connect to the internet so that you can send the TM35DZ sensor data to cayenne. Here is the list of all supported devices Cayenne Docs
Arduino Uno
with ethernet or wifi shield or? to connect to internet.
Yes! W5100
I have post before on another post. Thought you may have remembered.
Do you have data sheet of TM35DZ? can you share it here. there is limited resource on this device. Are you able to read the TM35DZ sensor data on your arduino? or do you have any link on it?
I did try to attach, but you donât support PDFâs.
Here is a link:
i came across this, i guess it is the same sensor Project 003: Arduino LM35 Temperature Sensor Project - Arduino Project Hub
can you try and see if it works.
I have looked at this and I am sure that it is the correct one.
The sketch has not been Cayenneâised.
I have made an attempt to write the Cayenne stuff in, but I have not got it right as I get an error.
âunterminated argument list invoking macro âCAYENNE_LOGââ[LM35
LM35 error.txt (28.7 KB)
LM35 Sketch.txt (1.2 KB)
Is there any tutorials on how to write code for Cayenne?
For now can you point out my errors in my attempt?