Home
last modified time | relevance | path

Searched full:thermistor (Results 1 – 25 of 39) 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.
/Zephyr-latest/dts/bindings/charger/
Dnxp,pf1550-charger.yaml33 pf1550,thermistor-monitoring-mode:
38 - "thermistor"
42 Thermistor monitoring mode.
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/arduino/portenta_h7/
Darduino_portenta_h7_stm32h747xx_m7.dts133 pf1550,thermistor-monitoring-mode = "thermistor";
/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/ezurio/bt610/doc/
Dbt610.rst154 | 4 | THERM4 | Thermistor Input 4 | IN |
156 | 5 | THERM3 | Thermistor Input 3 | IN |
160 | 7 | THERM2 | Thermistor Input 2 | IN |
162 | 8 | THERM1 | Thermistor Input 1 | IN |
289 Thermistor inputs
292 The four external thermistor inputs are connected to a single AD input, AIN_2,
312 select external thermistor inputs.
328 A GPIO line is used to enable electronics associated with thermistor
339 Note the thermistor circuit must be calibrated before use. A suggested method
341 `BT610 Zephyr Application Thermistor Calibration`_ application note.
[all …]
/Zephyr-latest/boards/tdk/robokit1/doc/
Dindex.rst25 - TDK NTC Thermistor for Temperature

12