Searched full:ds18b20 (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/samples/sensor/ds18b20/ |
D | README.rst | 1 .. zephyr:code-sample:: ds18b20 2 :name: DS18B20 1-Wire Temperature Sensor 5 Get ambient temperature data from a DS18B20 sensor (polling mode). 11 `DS18B20`_ 1-Wire temperature sensor. 14 https://www.analog.com/en/products/ds18b20.html 17 first available DS18B20 device discovered in the system. The sample checks the 23 The devicetree must have an enabled node with ``compatible = "maxim,ds18b20";``. 27 as shown in the Figure Hardware Configuration of the `DS18B20 datasheet`_ at 31 https://www.analog.com/media/en/technical-documentation/data-sheets/ds18b20.pdf 33 Boards with a built-in DS18B20 or a board-specific overlay [all …]
|
D | sample.yaml | 2 name: DS18B20 Temperature Sensor sample 7 sample.sensor.ds18b20.w1_serial: 19 sample.sensor.ds18b20.w1_arduino_serial:
|
D | arduino_serial.overlay | 8 * Example configuration of a DS18B20 device on an Arduino serial bus. 21 ds18b20 { 22 compatible = "maxim,ds18b20";
|
D | CMakeLists.txt | 5 project(ds18b20) project
|
/Zephyr-latest/drivers/sensor/maxim/ds18b20/ |
D | Kconfig | 1 # DS18B20 temperature and humidity sensor configuration options 6 config DS18B20 config 7 bool "DS18B20 Temperature Sensor" 12 Enable driver for DS18B20 1-Wire temperature sensors.
|
D | CMakeLists.txt | 5 zephyr_library_sources(ds18b20.c)
|
D | ds18b20.c | 8 * Driver for DS18B20 and DS18S20 1-Wire temperature sensors 10 * - https://www.analog.com/media/en/technical-documentation/data-sheets/ds18b20.pdf 28 LOG_MODULE_REGISTER(DS18B20, CONFIG_SENSOR_LOG_LEVEL);
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | w1.dtsi | 9 test_w1_ds18b20: ds18b20 { 10 compatible = "maxim,ds18b20";
|
/Zephyr-latest/samples/sensor/ds18b20/boards/ |
D | serial_overlay.dtsi | 16 ds18b20 { 17 compatible = "maxim,ds18b20";
|
D | nucleo_g0b1re.overlay | 8 * Example configuration of a DS18B20 device on an Arduino serial bus.
|
D | nrf52840dk_nrf52840.overlay | 8 * Example configuration of a DS18b20 device on an Arduino serial bus, using
|
/Zephyr-latest/dts/bindings/sensor/ |
D | maxim,ds18b20.yaml | 6 compatible: "maxim,ds18b20"
|
D | aosong,dht.yaml | 10 DHT22 replaces the thermistor with a DS18B20 1-wire thermometer.
|
/Zephyr-latest/drivers/sensor/maxim/ |
D | CMakeLists.txt | 5 add_subdirectory_ifdef(CONFIG_DS18B20 ds18b20)
|
D | Kconfig | 5 source "drivers/sensor/maxim/ds18b20/Kconfig"
|
/Zephyr-latest/samples/sensor/ds18b20/src/ |
D | main.c | 14 * "maxim,ds18b20". (If there are multiple, just pick one.)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 740 * Added DS18B20 1-wire temperature sensor driver. 1106 * :dtcompatible:`maxim,ds18b20`
|