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

Feature: implement suppport for Arduino Opta Analog expansion module #17

Merged
merged 29 commits into from
Sep 5, 2024

Conversation

aentinger
Copy link
Collaborator

No description provided.

@aentinger aentinger added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Aug 26, 2024
@aentinger aentinger self-assigned this Aug 26, 2024
Copy link

Memory usage change @ 4033b0b

Board flash % RAM for global variables %
arduino:mbed_opta:opta 🔺 +2688 - +2688 +0.14 - +0.14 💚 -65536 - -65536 -12.52 - -12.52
Click for full report table
Board examples/opcua_server
flash
% examples/opcua_server
RAM for global variables
%
arduino:mbed_opta:opta 2688 0.14 -65536 -12.52
Click for full report CSV
Board,examples/opcua_server<br>flash,%,examples/opcua_server<br>RAM for global variables,%
arduino:mbed_opta:opta,2688,0.14,-65536,-12.52

Copy link

Memory usage change @ 6f03ad0

Board flash % RAM for global variables %
arduino:mbed_opta:opta 🔺 +6336 - +6336 +0.32 - +0.32 💚 -65536 - -65536 -12.52 - -12.52
Click for full report table
Board examples/opcua_server
flash
% examples/opcua_server
RAM for global variables
%
arduino:mbed_opta:opta 6336 0.32 -65536 -12.52
Click for full report CSV
Board,examples/opcua_server<br>flash,%,examples/opcua_server<br>RAM for global variables,%
arduino:mbed_opta:opta,6336,0.32,-65536,-12.52

Copy link

github-actions bot commented Sep 3, 2024

Memory usage change @ fa8a277

Board flash % RAM for global variables %
arduino:mbed_opta:opta 🔺 +9896 - +9896 +0.5 - +0.5 💚 -65536 - -65536 -12.52 - -12.52
Click for full report table
Board examples/opcua_server
flash
% examples/opcua_server
RAM for global variables
%
arduino:mbed_opta:opta 9896 0.5 -65536 -12.52
Click for full report CSV
Board,examples/opcua_server<br>flash,%,examples/opcua_server<br>RAM for global variables,%
arduino:mbed_opta:opta,9896,0.5,-65536,-12.52

Copy link

github-actions bot commented Sep 3, 2024

Memory usage change @ 40b7787

Board flash % RAM for global variables %
arduino:mbed_opta:opta 🔺 +9824 - +9824 +0.5 - +0.5 💚 -65536 - -65536 -12.52 - -12.52
Click for full report table
Board examples/opcua_server
flash
% examples/opcua_server
RAM for global variables
%
arduino:mbed_opta:opta 9824 0.5 -65536 -12.52
Click for full report CSV
Board,examples/opcua_server<br>flash,%,examples/opcua_server<br>RAM for global variables,%
arduino:mbed_opta:opta,9824,0.5,-65536,-12.52

…, 3, 4, ...) not OA_PWM_CH_FIRST ... (8, 9, 10, 11, ...) because that's what getPwmPeriod expects.
Copy link

github-actions bot commented Sep 4, 2024

Memory usage change @ 0f8ef0f

Board flash % RAM for global variables %
arduino:mbed_opta:opta 🔺 +10888 - +10888 +0.55 - +0.55 💚 -65536 - -65536 -12.52 - -12.52
Click for full report table
Board examples/opcua_server
flash
% examples/opcua_server
RAM for global variables
%
arduino:mbed_opta:opta 10888 0.55 -65536 -12.52
Click for full report CSV
Board,examples/opcua_server<br>flash,%,examples/opcua_server<br>RAM for global variables,%
arduino:mbed_opta:opta,10888,0.55,-65536,-12.52

Copy link

github-actions bot commented Sep 4, 2024

Memory usage change @ ff9e303

Board flash % RAM for global variables %
arduino:mbed_opta:opta 🔺 +12344 - +12344 +0.63 - +0.63 💚 -65536 - -65536 -12.52 - -12.52
Click for full report table
Board examples/opcua_server
flash
% examples/opcua_server
RAM for global variables
%
arduino:mbed_opta:opta 12344 0.63 -65536 -12.52
Click for full report CSV
Board,examples/opcua_server<br>flash,%,examples/opcua_server<br>RAM for global variables,%
arduino:mbed_opta:opta,12344,0.63,-65536,-12.52

@aentinger aentinger marked this pull request as ready for review September 5, 2024 07:41
Copy link

github-actions bot commented Sep 5, 2024

Memory usage change @ 7f1877a

Board flash % RAM for global variables %
arduino:mbed_opta:opta 🔺 +12888 - +12888 +0.66 - +0.66 💚 -65536 - -65536 -12.52 - -12.52
Click for full report table
Board examples/opcua_server
flash
% examples/opcua_server
RAM for global variables
%
arduino:mbed_opta:opta 12888 0.66 -65536 -12.52
Click for full report CSV
Board,examples/opcua_server<br>flash,%,examples/opcua_server<br>RAM for global variables,%
arduino:mbed_opta:opta,12888,0.66,-65536,-12.52

@aentinger
Copy link
Collaborator Author

Test report for testing OPC UA support for Arduino Opta Analog Expansion Board:

  • LED1 - LED8 (turn on, turn off) ✔️
  • Analog Input I1 - I6 ✔️
  • Analog Output O1, O2 ✔️
  • PWM Output PWM1 - PWM4 ✔️ (Note: VPWM needs to be supplied with a positive voltage, see here).

@aentinger aentinger merged commit 62bbe2d into main Sep 5, 2024
7 checks passed
@aentinger aentinger deleted the feature/analog-expansion-analog-inputs branch September 5, 2024 11:12
@aentinger
Copy link
Collaborator Author

Test report for testing OPC UA support for Arduino Opta Analog Expansion Board:

  • LED1 - LED8 (turn on, turn off) ✔️
  • Analog Input I1 - I6 ✔️
  • Analog Output O1, O2 ✔️
  • PWM Output PWM1 - PWM4 ✔️ (Note: VPWM needs to be supplied with a positive voltage, see here).

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: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant