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

The LM35 Volt out is amplified 3 times by CA3140, but why TempAverage / 3.4 ??? #4

Open
Vincent-Pang opened this issue Sep 2, 2017 · 0 comments

Comments

@Vincent-Pang
Copy link

Hi,

As the coding comment also stated that the LM35 Volt out is amplified 3 times by CA3140,
the temperature should be
TempValue = (double) TempAverage / 3.0 * (5/10.24);
right???

Here is the current code in LCD_Keypad_Shield_with_PH_Meter.ino

 TempValue = (double) TempAverage / 3.4 * (5/10.24); // LM35 connect to CA3140 for amplify 3 time
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

1 participant