Search

-11%

T-K500 m3 x 15mm Thermocouple Sensor AD8495 K-Type Thermocouple Amplifier High Temperature K500 Sensor for Volcano V6 HOTEND 500℃ PEI PEEK 3D Printing

KWD 8.500

Brand
POLISI3D
Weight
40 g
1 +

Special Features

  • This Thermocouple sensor is 3mm x 15mm cylindrical package for compatibility with all ID 3mm cartridge-style heater blocks.
  • Thermocouple Wire with Braid Over Glass Insulation,Durable, Flexible and Long Lasting;Thermocouple sensor for high temperature printing upto 500C and 450 degree long hours guaranteed
  • The AD8495 K-type thermocouple amplifier from Analog Devices is so easy to use, we documented the whole thing on the back of the tiny PCB. Power the board with 3-18VDC and measure the output voltage on the OUT pin. You can easily convert the voltage to temperature with the following equation: Temperature = Vout / 0.005 V. So for example, if the voltage is 0.9VDC, the temperature is 0.9 / 0.005 = 180℃
  • AD8495 K-type thermocouple amplifier is ONLY used for K-type thermocouple
  • Package: 1x T-K500 Thermocouple sensor and 1x T-AD8495 thermocouple amplifier

Description

Easy to use analog output ; Temp range with 5V power: 0 to 1000℃ output (0 to 5VDC) as long as K type can handle it; Temp range with 3.3V power: 0 to 660℃ output (0 to 3.3VDC) as long as the K type can handle it ; AD8495 borad operating temp under 50°C ; Wiring: amplifier needs 0v and 5v pins to be connected to a power source, very small current requirements, so can just connect it to any 5v/3.3 and 0v pins on your controller board. This provides power to the board so it can do its amplifying. Signal output pin then needs to be connected to a spare analog input pin on your board. Look at your specific control board circuit diagram, find a pin that is currently unused that begins w/ a capital 'A'. These are usually available on expansion or auxiliary headers labelled AUX or EXP. LIKE, on a RAMPS board, you might use pin 'A3' which is located on header AUX-1. and you have to change the pin TEMP_0_PIN in your firmware. If you insist to plug the Signal output and gnd to thermistor port you have to desoldering the pullup resistor of that port. Firmware setting: ·Marlin2.0: choose “-4”in the Temperature sensors settings #define TEMP_SENSOR_0 -4 and make change in \Marlin\src\module\temperature.cpp . for mega2560 such as ramps1.4 5V 10bit ADC //#define TEMP_AD8495(RAW) ((RAW) * 6.6 * 100.0 / 1024.0 / (OVERSAMPLENR) * (TEMP_SENSOR_AD8495_GAIN) + TEMP_SENSOR_AD8495_OFFSET) #define TEMP_AD8495(RAW) ((((RAW) * 5.0 / 1024.0 / (OVERSAMPLENR)) / 0.005 / (TEMP_SENSOR_AD8495_GAIN)) + TEMP_SENSOR_AD8495_OFFSET) //for 5V 10bit ADC. For LPC1768 or otehr 32bit MCU which analog input is 3.3V 12bit ADC //#define TEMP_AD8495(RAW) ((RAW) * 6.6 * 100.0 / 1024.0 / (OVERSAMPLENR) * (TEMP_SENSOR_AD8495_GAIN) + TEMP_SENSOR_AD8495_OFFSET) #define TEMP_AD8495(RAW) ((((RAW) * 3.3 / 4096 / (OVERSAMPLENR)) / 0.005 / (TEMP_SENSOR_AD8495_GAIN)) + TEM_SENSOR_AD8495_GAIN)) + TEMP_SENSOR_AD8495_OFFSET) //for 3.3V 12bit ADC

Related Items


{"error":"Error","cart_limit":"You have too many items in your cart.","prod_limit":"You cannot add any more of this item"}