How to use temperature sensor?

I tried to work with the temperature sensor but the device is not registering any input.

Once check weather the connections are correct or not

do check the connections properly , also forget not to set interval as 5 mins or more , and to register within any short interval , do use after proper steps , deploy configuration from the dashboard.
If still exists do attach pictures might help to understand better…

Once again please check the connections properly. Check the code written in JavaScript is correct or not,
still the problem is not resolved please look at this page.

How to use temperature sensor? - Hardware Integration - Bolt Forum (boltiot.com)

even though still it is not resolved please provide photos for better understanding of your problem

Check the connections properly, put the ground pin in GND, output pin in A0, supply pin in 5v. If still not working, use some other component(LED or LDR) to check if the bolt iot module is working or not.

take the temp sensor and see lm35 written on it is the face of it , so identify the terminals from left to right as vcc, output and ground…
then you need to connect the sensor to the bolt wifi module as with the help of male-female wires:
connect vcc of the sensor to 5v of bolt wifi module , output of sensor to A0 pin of bolt wifi module and connect the grounds of both.
in this way your setup is complted. and plz make sure you use the product as input and gpio while creating the product
then you need to follow the procedure like that of the previous projects.
hope you got the answer

check the connections properly , also forget not to set interval as 10mins or more , and to register within any short interval , do use after proper steps , deploy configuration from the dashboard.
If still exists do attach pictures might help to understand better

do check the connections properly , also forget not to set interval as 5 mins or more , and to register within any short interval , do use after proper steps , deploy configuration from the dashboard.
If still exists do attach pictures might help to understand better…

make sure the connections are correct and code is properly written, identify the three terminals of the temperature sensor properly.LM35 temperature sensor from left to right the pins are voltage supply(vcc=5v), output pin(A0) and ground. if everything is fine and you are not getting any input then check the time interval keep the time interval less and then see.
important check the climate if the climate is stable you may get same output again and again.

check the connections of the temperature sensor, the terminals should be connected properly, and set a short time interval

check the temarature sensor it is working or not the connect the terminal shold be connected properly

Firstly, check if the connections made are correct and the sensor is not damaged. If not working then check that you’ve mentioned the correct pin number in the code. If still not working check if the wifi module is damaged in any way. Also, don’t forget to set a short time interval and see if it’s working.

Hi , check if the temperature sensor LM35 is properly connected or not, if you have connected it directly then I will recommend to use male-female wires as connecting directly may result in improper connection of a single pin, it can also happen as a result of long time interval so try a short interval of 8-10 seconds.
If all the connections are correct then there may be some error in the code , if issue is not resolved using above method then please provide a snapshot of code to check if there are any errors are in there or not.

Please check the connection of temperature sensor with Bolt module properly, connect VCC Pin of Temperature Sensor(LM35) to 5V of the Bolt WiFi Module, Output Pin of Temperature Sensor(LM35) to A0(Analog Input) of Bolt WiFi Module, GND Pin of Temperature sensor (LM35) to GND of Bolt Wifi Module. Also check the code of Javascript correctly. Please check Time interval in hardware set up part of Bolt Wifi Module.

Hello, make sure the temperature sensor LM35 is properly wired. If you connected it directly, I’d advise using male-female wires because doing so could lead to an incorrect connection of one pin. This can also happen when there is a lengthy time interval, so try a short interval of 8–10 seconds.
If all connections are made correctly, there might be a mistake in the code. If the problem cannot be fixed using the above methods, kindly submit a snapshot of the code so that it can be checked to see if any mistakes are there.

The TMP36 is easy to use, just connect the left pin to power (2.7-5.5V) and the right pin to ground (assuming the flat side of the sensor is facing you). Then the middle pin will have an analog voltage that is directly proportional (linear) to the temperature in °C.

try checking the connection once and remember to ground the sensor

Check once connections properly, put the ground pin in GND, output pin in A0, supply pin in 5v. If still not working, use some other component(LED or LDR) to check if the bolt IoT module is working or not.

check your connectons with botiot module and once check your code you written in bolt.

do check the connections properly , also forget not to set interval as 5 mins or more , and to register within any short interval , do use after proper steps , deploy configuration from the dashboard.