how to programing the Arduino ds1820b show temperatures of the sensor on the serial monitor only eny of sensors change temperature.
Please do not cross-post. This wastes time and resources as people attempt to answer your question on multiple threads.
Threads merged.
- Moderator
Using a ds1820b isn't difficult - the onewire library will help you to do that. I have no idea what this means though:
only when the exothermic heat of a sensor changes
I think he means that the word for "temperature" he fed into Google Translate came out that way. XD
aladin68:
ds1820b show temperatures of the sensor on the serial monitor
It's all here Arduino 1-Wire Tutorial
aladin68:
how to program the Arduino ds1820b
Once you spell the part number correctly, Google will take you to many worked examples showing how to read a temperature and print it to the serial port.