Pt1000 with 2.2kΩ pullup

MarlinFirmware/Marlin#24790
This commit is contained in:
Scott Lahteine 2022-09-26 16:30:44 -05:00
parent 3aa62b70f7
commit 3edc8fd9b1
319 changed files with 319 additions and 0 deletions

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -521,6 +521,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -575,6 +575,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -575,6 +575,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -521,6 +521,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -521,6 +521,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -524,6 +524,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -543,6 +543,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -523,6 +523,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -523,6 +523,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -523,6 +523,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -528,6 +528,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -521,6 +521,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -529,6 +529,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -529,6 +529,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -527,6 +527,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -527,6 +527,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

View file

@ -520,6 +520,7 @@
* 110 : Pt100 with 1 pullup (atypical) * 110 : Pt100 with 1 pullup (atypical)
* 147 : Pt100 with 4.7 pullup * 147 : Pt100 with 4.7 pullup
* 1010 : Pt1000 with 1 pullup (atypical) * 1010 : Pt1000 with 1 pullup (atypical)
* 1022 : Pt1000 with 2.2 pullup
* 1047 : Pt1000 with 4.7 pullup (E3D) * 1047 : Pt1000 with 4.7 pullup (E3D)
* 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage. * 20 : Pt100 with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
* NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21. * NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

Some files were not shown because too many files have changed in this diff Show more