Skip to content

Allows to measure the air temperature using a DS18B20 device.

Notifications You must be signed in to change notification settings

SanteyneEmbeddedSystems/DS18B20_Sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS18B20_Sensor

This repository defines a package gathering software elements allowing to measure the air temperature using a DS18B20 device.

Overview

DS18B20_Sensor

DS18B20_Sensor dynamic behavior

The operation Measure_Temperature shall not be called at a period faster than 750ms (which is the temperature convertion time for a device configured for 12-bit resolution).

The execution time of the operation Measure_Temperature depends on the One_Wire_Protocol interface implementation. Typical value should be below 7ms.

Dependencies

Use

With the Arduino IDE

This repository shall be clone within the libraries folder of the Arduino sketchbook folder.