Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDEX board and PT100 #20

Open
sllo13 opened this issue Jun 5, 2021 · 7 comments
Open

IDEX board and PT100 #20

sllo13 opened this issue Jun 5, 2021 · 7 comments

Comments

@sllo13
Copy link

sllo13 commented Jun 5, 2021

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
Copy link

Ragpuss commented Jan 14, 2022

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
Copy link

chef79 commented Jan 29, 2022

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
Copy link

Ragpuss commented Jan 29, 2022

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
Copy link

chef79 commented Jan 29, 2022

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
Copy link

chef79 commented Jan 29, 2022

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

@Ragpuss
Copy link

Ragpuss commented Jan 29, 2022

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
Copy link

marcoeli007 commented Jan 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants