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

Fix: ADCs provide erroneous readings. #3

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Fix: ADCs provide erroneous readings. #3

merged 1 commit into from
Jun 13, 2024

Conversation

aentinger
Copy link
Collaborator

This is due to the fact that the same pins can be used both as analog and digital inputs. The problem however is, that once pins are configured as digital input pins they no longer report correct values when used as analog inputs.

By their nature (as defined via the schematic) those pins are primarily defined as analog inputs and are consequently used as such. A digital input functionality is emulated on top of the analog one, by putting the transfer point between LOW and HIGH at the halfway point of the full analog voltage range.

This is due to the fact that the same pins can be used both as analog
and digital inputs. The problem however is, that once pins are configured
as digital input pins they no longer report correct values when used as
analog inputs.

By their nature (as defined via the schematic) those pins are primarily
defined as analog inputs and are consequently used as such. A digital
input functionality is emulated on top of the analog one, by putting
the transfer point between LOW and HIGH at the halfway point of the
full analog voltage range.
@aentinger aentinger added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Jun 13, 2024
@aentinger aentinger self-assigned this Jun 13, 2024
Copy link

Memory usage change @ 2455d2d

Board flash % RAM for global variables %
arduino:mbed_opta:opta 🔺 +72 - +72 0.0 - 0.0 0 - 0 0.0 - 0.0
Click for full report table
Board examples/opcua_server
flash
% examples/opcua_server
RAM for global variables
%
arduino:mbed_opta:opta 72 0.0 0 0.0
Click for full report CSV
Board,examples/opcua_server<br>flash,%,examples/opcua_server<br>RAM for global variables,%
arduino:mbed_opta:opta,72,0.0,0,0.0

@aentinger aentinger merged commit 641af99 into master Jun 13, 2024
6 checks passed
@aentinger aentinger deleted the fix-analog-in branch June 13, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant