bigtreetech / BTT-E3-RRF

56 stars 39 forks source link

IDEX board and PT100 #20

Open sllo13 opened 3 years ago

sllo13 commented 3 years ago

How to I configure reprap to use a PT100 thermistor with the IDEX board how to I set the thermistor in the config.g file? Searched everywhere and havent found an answer

Ragpuss commented 2 years ago

I would like to know the same thing. Did you manage to find any answers ? Also should the heater plug into the IDEX board if using a PT100 on the same board ? It's strange that there's still no info for this !!

chef79 commented 2 years ago

would love some info about this to. got the btt pt100 connected, but it shows 350C in 23C room.

M308 S1 P"PT100" Y"thermistor" T100000 B4092 ; configure sensor 1 as thermistor on pin e0temp M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit

Ragpuss commented 2 years ago

It looks to me like BTT have combined their PT100 daughter board into the IDEX so if thats the case it should be a setting of 20 for the sensor, I am still not sure on the pin.h file if it will automatically push the connection to the IDEX board like it does for the 2nd Z stepper or if the correct pin assignment has to be put somewhere.

chef79 commented 2 years ago

yes there is pt100 chip on the idex, but what table do one use to get correct readings. lowered resistance to 1400 and got 23C heated the sensor to 60c and temp dropped to 16c hehe.

chef79 commented 2 years ago

heat.tempSensePins = {bedtemp,PT100}; you got this in board.txt? i needed to change E0 to PT100 to get it working

Ragpuss commented 2 years ago

Isn't E0 the hot end heater ? , it would need to be the thermistor to change. I haven't changed any pin assignments yet as it's not something that I have messed with much in the past and don't wont to blow my printer up, lol. Did you have it set to 20 when you got those odd readings. If the IDEX is using 3.3v instead of 5v it might need to be 21 I noticed a jumper that's marked as 3.3v with a jumper cap on it, not sure if that's for the PT100 or not.

marcoeli007 commented 1 year ago

For Marlin define in the file "pins_BTT_E3_RRF.h" TEMP_0_PIN to FPC8_PIN. Disable PA0 image

Set in "Configuration.h" TEMP_SENSOR_0 to 20 image