Searched full:thermistor (Results 1 – 25 of 36) sorted by relevance
12
/Zephyr-latest/dts/bindings/sensor/ |
D | nordic,npm1300-charger.yaml | 53 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 …]
|
D | ntc-thermistor-generic.yaml | 4 description: Generic NTC thermistor 6 compatible: "ntc-thermistor-generic" 8 include: ntc-thermistor.yaml
|
D | ntc-thermistor.yaml | 4 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
|
D | murata,ncp15wb473.yaml | 4 description: MURATA NCP15WB473 thermistor 8 include: ntc-thermistor.yaml
|
D | epcos,b57861s0103a039.yaml | 4 description: EPCOS B57861S0103A039 thermistor 8 include: ntc-thermistor.yaml
|
D | tdk,ntcg163jf103ft1.yaml | 4 description: TDK NTCG163JF103FT1 thermistor 8 include: ntc-thermistor.yaml
|
D | murata,ncp15xh103.yaml | 4 description: MURATA NCP15XH103 thermistor 8 include: ntc-thermistor.yaml
|
D | aosong,dht.yaml | 9 DHT11 uses a polymer humidity capacitor with NTC thermistor; the 10 DHT22 replaces the thermistor with a DS18B20 1-wire thermometer.
|
D | microchip,mcp970x.yaml | 7 Low-Power Linear Active Thermistor IC
|
/Zephyr-latest/scripts/utils/ |
D | ntc_thermistor_table.py | 7 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/ |
D | ntc_thermistor.h | 35 * @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
|
D | Kconfig | 6 bool "NTC Thermistor" 15 Enable driver for Zephyr NTC Thermistor.
|
D | ntc_thermistor.c | 167 /* ntc-thermistor-generic */
|
/Zephyr-latest/dts/bindings/charger/ |
D | maxim,max20335-charger.yaml | 68 thermistor-monitoring-mode: 73 - "thermistor" 77 Thermistor monitoring mode.
|
/Zephyr-latest/drivers/sensor/microchip/mcp970x/ |
D | Kconfig | 13 Enables Low-Power Linear Active Thermistor IC driver.
|
/Zephyr-latest/boards/shields/npm1300_ek/ |
D | npm1300_ek.overlay | 53 thermistor-ohms = <10000>; 54 thermistor-beta = <3380>;
|
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/ |
D | cy8cproto_062_4343w.yaml | 25 - thermistor
|
/Zephyr-latest/drivers/sensor/amg88xx/ |
D | amg88xx.h | 27 #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/ |
D | adc.dtsi | 58 test_adc_ntc_thermistor_generic: ntc-thermistor-generic { 59 compatible = "ntc-thermistor-generic";
|
/Zephyr-latest/boards/nordic/nrf9131ek/ |
D | nrf9131ek_nrf9131_common.dtsi | 119 thermistor-ohms = <10000>; 120 thermistor-beta = <3380>;
|
/Zephyr-latest/tests/drivers/build_all/charger/ |
D | i2c.dtsi | 33 thermistor-monitoring-mode = "JEITA-2";
|
/Zephyr-latest/boards/ezurio/bt610/doc/ |
D | bt610.rst | 190 | 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/ |
D | index.rst | 8 …-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/ |
D | index.rst | 25 - TDK NTC Thermistor for Temperature
|
/Zephyr-latest/drivers/charger/ |
D | charger_max20335.c | 390 [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