#[SOLVED] ADC out of range - PT1000 problem

14 messages ยท Page 1 of 1 (latest)

bitter mortar
#

Hi, I've got a problem with my Voron 2.4 new setup - Manta M8P + EBB SB2209 CAN on RP2040. I have a ADC out of range, with my PT1000. After configuring my printer.cfg, chcecking the Hardware ( measure the termistor - its working, and setting a switches in good positions) I still have this problem. Can anyone can help me and told what I'm doing wrong? I tried to setup a printer with TH0 (of course making a good config and hardware for this replacement) - same effect, ADC out of range. I also tried with different termistor - but still the same . I will be thankful for help ๐Ÿ™‚

my printer.cfg :

[extruder]
step_pin: EBBCan:gpio18
dir_pin: !EBBCan:gpio19
enable_pin: !EBBCan:gpio17
microsteps: 16
rotation_distance: 33.500
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: EBBCan:gpio7
# sensor_type: EPCOS 100K B57560G104F
# sensor_pin: EBBCan:gpio27
control: pid
pid_Kp: 21.527
pid_Ki: 1.063
pid_Kd: 108.982
min_temp: 0
max_temp: 250

sensor_type: MAX31865
sensor_pin: EBBCan:gpio9
spi_software_sclk_pin: EBBCan:gpio10
spi_software_mosi_pin: EBBCan:gpio8
spi_software_miso_pin: EBBCan:gpio11
rtd_nominal_r: 100
rtd_reference_r: 430
rtd_num_of_wires: 2


[tmc2209 extruder]
uart_pin: EBBCan:gpio20
run_current: 0.650
stealthchop_threshold: 999999
waxen cave
#

Where is the max plugged in?

#

And can we see a klipper log?

shrewd elbow
#

max is built into the sb2209, the only problem with config is rtd_nominal_r: 100 rtd_reference_r: 430 is supposed to be 1000 and 4300 a picture of wiring just incase would be great

bitter mortar
bitter mortar
bitter mortar
waxen cave
#
  1. The max31865 has its own set of error messages, not adc out of range
#
  1. Your log shows perfectly sane temperatures on the extruder
#
  1. We see crazy readings on something called "buildplate"
#
Stats 297.4: gcodein=0  mcu: mcu_awake=0.005 mcu_task_avg=0.000017 mcu_task_stddev=0.000012 bytes_write=7214 bytes_read=9886 bytes_retransmit=0 bytes_invalid=0 send_seq=378 receive_seq=378 retransmit_seq=0 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=0 freq=64001109 EBBCan: mcu_awake=0.002 mcu_task_avg=0.000011 mcu_task_stddev=0.000019 bytes_write=1542 bytes_read=6335 bytes_retransmit=0 bytes_invalid=0 send_seq=168 receive_seq=168 retransmit_seq=0 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=0 freq=12000399 adj=12000220  EBB_NTC: temp=34.7 heater_bed: target=0 temp=27.1 pwm=0.000 buildplate: temp=-70.4 CB1: temp=41.5 sysload=0.25 cputime=32.056 memavail=773908 print_time=0.000 buffer_time=0.000 print_stall=0 extruder: target=0 temp=27.0 pwm=0.000
bitter mortar
#

After comment this section, problem disappear

#

@waxen cave Thank you very much for finding this part in logs ๐Ÿ™‚