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

Analog Input #78

Closed
jasonhamilton opened this issue Oct 15, 2021 · 3 comments
Closed

Analog Input #78

jasonhamilton opened this issue Oct 15, 2021 · 3 comments

Comments

@jasonhamilton
Copy link

I’d like to connect my E3D PT100 amplifier board to an analog input. The documentation indicates:

Temperature sensor interfaces: TB, T0, T1, T2, T3 (With direct inputs available that bypass the protection circuit for alternate use).

How can I access the direct input? Does this disable to voltage divider?

Thanks!

@c3charvat
Copy link

Pin header J47 (see schematics) it's just below the others. Is labeled pt100 and is connected to that circuit though there is no reference if it's a direct connection or not. (But by contrast there is for every other one of the sensor interface you mentioned)

@jasonhamilton
Copy link
Author

@c3charvat the pin J47 is connected to the amplifier circuit where you can solder an surface mount INA826 AIDR amplifier and not accessible via any of the headers. I was able to get this to work but I had to tap into one of the solder pads connected directly to the controller's J47 pin.

I'll leave some additional information in case anyone else may need it. Here is the pad that's connected to the ADC pin J47.

J47 Pin

This is a 3.3V ADC, so make sure you set this in the firmware accordingly.

Using a Thermistor Port

The other option is to use a thermistor pin but this requires some soldering work. I've mapped out the thermistor circuit below.

Screen Shot 2021-11-09 at 1 12 00 PM

Each thermistor has its own circuit. Because this is a voltage divider circuit for use with thermistors you will need to remove it to get a proper reading. In order to do this you would need to remove the 5 components below and then put a junction between the TH and THERM pins.

@c3charvat
Copy link

Glad I was able to help some what!

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

2 participants