Max31855 Configuration
Arduino Mega
Ramps 1.4
RepRapDicount
2 Extruders
2 type K thermocouples with MAX31855
So after starting into 3D printing a week ago I am now trying to configure my Ramps to allow for 2 thermocouples. I have read everything I can find but nothing really explains how to hook up the MAX and how to set the inputs.
I used the configuration tool to set the temperature sensors for MAX31855 and the pin assignments to Analog 10 and 12
I have the Max hooked up as follows
Vin -- AUX-2 5V
GND -- AUX-2 GND
DO -- AUX-3 MISO
CS -- AUX-2 A10
CLK -- AUX-3 SCK
I am only trying to get one to work first then I thought I would parallel the common pins and use AUX-2 A12 for the other CS on thermocouple 2.
So far it doesn't give a reading, does anyone have information about how this is done?
Ramps 1.4
RepRapDicount
2 Extruders
2 type K thermocouples with MAX31855
So after starting into 3D printing a week ago I am now trying to configure my Ramps to allow for 2 thermocouples. I have read everything I can find but nothing really explains how to hook up the MAX and how to set the inputs.
I used the configuration tool to set the temperature sensors for MAX31855 and the pin assignments to Analog 10 and 12
I have the Max hooked up as follows
Vin -- AUX-2 5V
GND -- AUX-2 GND
DO -- AUX-3 MISO
CS -- AUX-2 A10
CLK -- AUX-3 SCK
I am only trying to get one to work first then I thought I would parallel the common pins and use AUX-2 A12 for the other CS on thermocouple 2.
So far it doesn't give a reading, does anyone have information about how this is done?
Comments
refer MAX31855 Datasheet :
https://cdn-shop.adafruit.com/datasheets/MAX31855.pdf
They are not useable on 5V Systems ....
Any ideas on pin configuration in the firmware?
so may be you can send a link with picture of the board.
configuration in Configuration.h
search for:
#define SUPPORT_MAX31855 (should not be commented)
sensortype should be set to 102
as far as i can see the max 31855 support uses Hardware SPI , so on ramps it would be aux3 , cs to pin53
(just took a look to development code) so may be you check cs on 53 first , seems only 1 of the 31855 supported
http://imgur.com/a/5Q4ju
take care, 3v pin on this board is OUTPUT. don´t use it.
aux 3 is occupied by sd-card...
mosi,miso and clk can be used multiple(on avr), cs not
so just don´t plug in the sd, use pin53 for cs and just see what happens