Home
last modified time | relevance | path

Searched full:thermistor (Results 1 – 25 of 36) sorted by relevance

12

/Zephyr-latest/dts/bindings/sensor/
Dnordic,npm1300-charger.yaml53 thermistor-ohms:
61 description: Thermistor nominal resistance type in ohms.
63 thermistor-beta:
66 description: Beta value of selected thermistor.
68 thermistor-cold-millidegrees:
70 description: Thermistor cold threshold in milli-degrees
72 thermistor-cool-millidegrees:
74 description: Thermistor cool threshold in milli-degrees
76 thermistor-warm-millidegrees:
78 description: Thermistor warm threshold in milli-degrees
[all …]
Dntc-thermistor-generic.yaml4 description: Generic NTC thermistor
6 compatible: "ntc-thermistor-generic"
8 include: ntc-thermistor.yaml
Dntc-thermistor.yaml4 description: Generic NTC Thermistor
12 ADC IO channel connected to this NTC thermistor.
35 Indicates how the thermistor is connected in series with a pull-up and/or
36 a pull-down resistor. If this flag is NOT specified, the thermistor is
Dmurata,ncp15wb473.yaml4 description: MURATA NCP15WB473 thermistor
8 include: ntc-thermistor.yaml
Depcos,b57861s0103a039.yaml4 description: EPCOS B57861S0103A039 thermistor
8 include: ntc-thermistor.yaml
Dtdk,ntcg163jf103ft1.yaml4 description: TDK NTCG163JF103FT1 thermistor
8 include: ntc-thermistor.yaml
Dmurata,ncp15xh103.yaml4 description: MURATA NCP15XH103 thermistor
8 include: ntc-thermistor.yaml
Daosong,dht.yaml9 DHT11 uses a polymer humidity capacitor with NTC thermistor; the
10 DHT22 replaces the thermistor with a DS18B20 1-wire thermometer.
Dmicrochip,mcp970x.yaml7 Low-Power Linear Active Thermistor IC
/Zephyr-latest/scripts/utils/
Dntc_thermistor_table.py7 Zephyr's NTC Thermistor DTS Table generator
10 This script can be used to generate an NTC thermistor DTS node with a
15 Look-up the following electrical characteristics in the thermistor's data sheet:
16 Nominal resistance (R25) - The thermistor's resistance measured at 25C
23 -b 3974 > thermistor.dtsi
49 print(f"/* NTC Thermistor Table Generated with {os.path.basename(__file__)} */\n")
51 f"thermistor_R25_{int(r25)}_B_{int(beta)}: thermistor-R25-{int(r25)}-B-{int(beta)} {{"
65 parser = argparse.ArgumentParser("NTC Thermistor generator", allow_abbrev=False)
67 "-r25", type=float, required=True, help="Nominal resistance of thermistor"
/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor.h35 * @param[in] ohm Read resistance of NTC thermistor
42 * @brief Calculate the resistance read from NTC thermistor.
44 * @param[in] cfg NTC thermistor configuration
48 * @return Thermistor resistance
DKconfig6 bool "NTC Thermistor"
15 Enable driver for Zephyr NTC Thermistor.
Dntc_thermistor.c167 /* ntc-thermistor-generic */
/Zephyr-latest/dts/bindings/charger/
Dmaxim,max20335-charger.yaml68 thermistor-monitoring-mode:
73 - "thermistor"
77 Thermistor monitoring mode.
/Zephyr-latest/drivers/sensor/microchip/mcp970x/
DKconfig13 Enables Low-Power Linear Active Thermistor IC driver.
/Zephyr-latest/boards/shields/npm1300_ek/
Dnpm1300_ek.overlay53 thermistor-ohms = <10000>;
54 thermistor-beta = <3380>;
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/
Dcy8cproto_062_4343w.yaml25 - thermistor
/Zephyr-latest/drivers/sensor/amg88xx/
Damg88xx.h27 #define AMG88XX_TTHL 0x0e /* Thermistor temperature data [7:0] */
28 #define AMG88XX_TTHH 0x0f /* Thermistor temperature data [10:8] */
/Zephyr-latest/tests/drivers/build_all/sensor/
Dadc.dtsi58 test_adc_ntc_thermistor_generic: ntc-thermistor-generic {
59 compatible = "ntc-thermistor-generic";
/Zephyr-latest/boards/nordic/nrf9131ek/
Dnrf9131ek_nrf9131_common.dtsi119 thermistor-ohms = <10000>;
120 thermistor-beta = <3380>;
/Zephyr-latest/tests/drivers/build_all/charger/
Di2c.dtsi33 thermistor-monitoring-mode = "JEITA-2";
/Zephyr-latest/boards/ezurio/bt610/doc/
Dbt610.rst190 | 4 | THERM4 | Thermistor Input 4 | IN |
192 | 5 | THERM3 | Thermistor Input 3 | IN |
196 | 7 | THERM2 | Thermistor Input 2 | IN |
198 | 8 | THERM1 | Thermistor Input 1 | IN |
325 Thermistor inputs
328 The four external thermistor inputs are connected to a single AD input, AIN_2,
348 select external thermistor inputs.
364 A GPIO line is used to enable electronics associated with thermistor
375 Note the thermistor circuit must be calibrated before use. A suggested method
377 `BT610 Zephyr Application Thermistor Calibration`_ application note.
[all …]
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/doc/
Dindex.rst8 …-board peripherals including six-axis inertial measurement unit (IMU), thermistor, analog mic, use…
23 - On-board sensors - 6-axis IMU, Thermistor, Infineon analog microphone, and Infineon digital micro…
/Zephyr-latest/boards/tdk/robokit1/doc/
Dindex.rst25 - TDK NTC Thermistor for Temperature
/Zephyr-latest/drivers/charger/
Dcharger_max20335.c390 [MAX20335_THERM_MODE_THERMISTOR] = "thermistor", in max20335_string_to_therm_mode()
433 LOG_ERR("Failed to set thermistor mode: %d", ret); in max20335_update_properties()

12