3D Printing and Thermal sensing, though Thermistor.
davidsaunders
Posts: 1,559
in Propeller 1
Now that I nearly have a complete stepper motor controller that takes simple commands over serial, and returns status to a control application, I am thinking again about my long since abandoned Propeller 3D-Printer Controller project.
I had abandoned the first version of this project when I got a Raspberry Pi that had enough GPIO's to do the job, and a AVR ATTiny that was pre programmed to read the thermistor values of the hot end and hot bed. Though now I think I want to get a good go at it again, this time using the Propeller to do all sensor input, stepper control, and PWM output to maintain the correct temperature levels.
My current Question is:
Using a simple standard Sigma Delta ADC setup on the Propeller, does anyone have any information on the values to expect, and how to wire up, to read the thermister(s) that come pre-installed on standard Hot Ends and heated print beds? Any information would help, as that was one of my stopping points before.
OT:
I should have a unipolar stepper motor controller object to show off tonight or tomorrow morning. It uses a very simple command language where each command is 32-bits and the upper 8 bits specify the command, while any parameters are in the lower 24 bits. More on that when I post it.
I had abandoned the first version of this project when I got a Raspberry Pi that had enough GPIO's to do the job, and a AVR ATTiny that was pre programmed to read the thermistor values of the hot end and hot bed. Though now I think I want to get a good go at it again, this time using the Propeller to do all sensor input, stepper control, and PWM output to maintain the correct temperature levels.
My current Question is:
Using a simple standard Sigma Delta ADC setup on the Propeller, does anyone have any information on the values to expect, and how to wire up, to read the thermister(s) that come pre-installed on standard Hot Ends and heated print beds? Any information would help, as that was one of my stopping points before.
OT:
I should have a unipolar stepper motor controller object to show off tonight or tomorrow morning. It uses a very simple command language where each command is 32-bits and the upper 8 bits specify the command, while any parameters are in the lower 24 bits. More on that when I post it.
Comments
@JasonDorie:
I am guessing that the numbers you list in the post I quote here are for the cheap thermistors used in 3D Printer Hot Ends? Is that correct?
Thank you for posting your table in that other thread. Here is the conversion for degrees celcius, as is more commonly used in devices that use such things. Hope it may be of use.
While I am sure it will not be a perfect match, it is a good starting point.