ExtThermoCouple 1.0

From RepRap
Revision as of 07:15, 24 March 2013 by Brupje (talk | contribs) (Settings in Marlin)
Jump to: navigation, search
Crystal Clear action run.png
External Thermocouple board

Release status: Working

Exttc10.jpg
Description
External Thermocouple board
License
Author
Contributors
Based-on
Categories
CAD Models
External Link


Summary

If you need a third extruder on megatronics with thermocouple reading, or want improved temperature readings on RAMPS, you can use this board. It connects to any analog pin on the electronics and is supported by Marlin firmware.

Major features

  1. Compatible with RAMPS 1.4, Megatronics 1.0 and 2.0
  2. Easy to connect

Hooking up to Megatronics

Locate the Serial pins on the board (just below the stepper driver slots). Match the red wire with +, the black with - and the yellow with signal.

Exttc1Megatronics.png

Hooking up to RAMPS

Locate the A-Out pins on the board in the aux-1 section. Match the red wire with +, the black with - and the yellow with signal.

Exttc1RAMPS.png

Settings in Marlin

In configuration.h, select -1 as temperature sensor. For example:

#define TEMP_SENSOR_0 -1

In pins.h adjust the temp pin for you electronics to the analog pin (on both RAMPS and Megatronics pin 3, if connected through the examples above). For example:

#define TEMP_0_PIN 3

After uploading the firmware, you should have themocouple readings now.

Sources

DesignSpark sources: File:Extthermoucouplesrc.zip