John McKisson wrote:
> Dan
>
> It is a bit interesting to try to follow these discusssions given the
> lack of specificity.
>
> On the Replicator 2 the thermistor circuit includes a 4-contact
> connector and an existing 100K resistor. What remains unclear from
> your description is what the connection for the thermistor must be to
> present a complete circuit that the Replicator 2 expects.
> In the schematic, there is no reference to Vref. Do you mean to say
> the 5V on pin 1?
I was talking in general, not specifics. You will need to pull your
RevG mightyboard and trace the
circuits yourself as well as consult the firmware to see what exactly
you want to hook to. (A
downside to the board not having publically available schematics.)
For both
the Rep 1 and 2, the firmware uses one of the AVR's onboard a/d pins to
read the thermistor voltage. So,
the thermistor should be tied in to the appropriate analog voltage
pins. Since the Rep 2 firmware
uses the same code as the Rep 1 firmware for reading the thermistor,
the circuits should be
largely the same modulo which AVR analog pin to tie into. (They are
different AVR pins
between the rep 1 and 2. See PLATFORM_PIN in the Configuration.hh files
for the two
bots.)
> As a point of reference it is the resistor often placed in parallel to
> the thermistor that linearizes its response in a limited temperature
> range, not the upper resistor in the divider.
Yes, sorry I had things backwards. The parallel resistor is for
linearization.
Dan