Skip to main content

Questions tagged [ds18b20]

DS18B20 is a digital temperature sensor.

1 vote
0 answers
99 views

Update_2: No change after Update_1, same error. I still have to comment either email, I2C, or Temperature out, that the other two can work. Update_1: I'm also using a DS18B20 with #include <...
Christian's user avatar
0 votes
1 answer
316 views

I am using the below code to check temperatures from 36 DS18B20 sensors using Arduino Mega 2560. If any one of them go above 50 deg. celsius, then it sets the output pin to HIGH. I am trying to run ...
Siddharth Chakravarty's user avatar
0 votes
1 answer
196 views

like discribed in the title my temperature sensor goes to -127 after a few minutes of run time, it works again after a restart, I have already replaced the sensor and I'm using the same code for the ...
Dennis's user avatar
  • 21
0 votes
1 answer
829 views

I'm trying to use the DS18B20 sensor with Arduino Nano RP2040. No matter which library I use, it seems to crash MbedOS as soon as the driver is initialized. I get 4 short and 4 long flashes of the ...
daneos's user avatar
  • 13
-1 votes
1 answer
288 views

I have been struggling with this and am at a total loss as to why its not working. Here is my program: #include <OneWire.h> #include <DallasTemperature.h> // Data wire is Arduino pin A0 #...
Peter Broomfield's user avatar
1 vote
0 answers
165 views

i do some project. There is DS18B20, 3 mosfet modules, 1 relay, display 1602, buzzer... I built it on bread board, everything worked. Now i soldered it: arduino works, display works but DS18B20 doesn'...
Влад's user avatar
1 vote
1 answer
231 views

I know that the topic is not related to Arduino, but I am completely sure that someone can help me find the problem. I am testing 6 temperature sensors, (3 digital, 3 analog). The digital ones are &...
KamelK's user avatar
  • 19
5 votes
1 answer
414 views

I've got this simple program for testing DS18B20 temperature sensors. #include "OneWire.h" #include "DallasTemperature.h" #define ONE_WIRE_BUS D3 // Setup a oneWire instance to ...
Llaves's user avatar
  • 261
1 vote
0 answers
32 views

sorry to ask this but I am very very new to Arduino. My project aims to collect the skin temperature by 18B20 and the heart rate & SPO2 level by MAX30100. I have tested the codes for the ...
Isaac's user avatar
  • 11
1 vote
0 answers
249 views

I am using 10 ds18b20 Temperature sensors using with "DS2482-100" I2C board and Arduino so when I am getting the output like this:- "ROM = 28 46 04 1F 0D 00 00 74 96014B467FFF0A100A 25....
Khangesh's user avatar
1 vote
3 answers
20k views

I'm trying to set my temperature measurements to two decimal places. Currently what I get are six decimal places. Here is my code: #include "math.h" ... (in loop) temp1 = sensors....
Nina's user avatar
  • 185
1 vote
0 answers
34 views

I can't compare for the condition Error "sensors not int type" translate to int type does not work. Please tell me the solution to this problem #include <OneWire.h> #include <...
Денис Гуляев's user avatar
-1 votes
1 answer
921 views

I want to connect a DS18B20 to my newly bought Heltec ESP32 LoRa (V2). For initial testing I have used some standard code: #include "heltec.h" #include <OneWire.h> #include <...
Cowboy_Patrick's user avatar
-1 votes
2 answers
367 views

I have a waterproof DS18B20 sensor that I have connected to a WeMos D1 Mini microcontroller. This controller connects to Wifi and an MQTT broker, sending the temperature from the sensor and goes to ...
rebellion's user avatar
  • 147
0 votes
1 answer
162 views

I recently got to code my own driver for the One-Wire-Bus specifically with the ubiquitous DS18B20 temperature sensor in mind for an application. I am running that code on an Arduino Mega 2560. ...
der bender's user avatar

15 30 50 per page