15 lines
603 B
Markdown
15 lines
603 B
Markdown
# TeenyTemp
|
|
|
|
Teenytemp has one job. Add 4 thermistors. This could be to
|
|
measure your hotend, bed temp, or even 4 Z extrusions to get
|
|
a better idea of your frame temperature. It's all up to you.
|
|
Controller is [RP2040-Zero](https://www.waveshare.com/rp2040-zero.htm)
|
|
|
|

|
|
|
|
# Config
|
|
|
|
Default config is stored in `teenytemp.cfg` in this repo. Recommended resistors
|
|
are 4.7k ohm for generic thermistors, or 2.2k ohm for PT1000 sensors. 4.7k is
|
|
default so it does not need to be specified. All resistors should be precision
|
|
resistors to increase the accuracy of the temperature reading.
|