Skip to content

0.1.0

Compare
Choose a tag to compare
@aentinger aentinger released this 20 Sep 05:52
· 15 commits to main since this release

What's Changed

  • Expose LED property to expose USER LED - but only on Arduino Opta WiFi. by @aentinger in #1
  • Fix: show correct opta model variant in OPC/UA field "ModelName". by @aentinger in #2
  • Fix: ADCs provide erroneous readings. by @aentinger in #3
  • Fix: only create aggregate OPC/UA objects (Relays, LEDs, ...) when there is at least one such node. by @aentinger in #4
  • Bugfix: premature deletion of socket causes hard-fault when opcua-client disconnects. by @aentinger in #5
  • Provide minimal documentation on how to use the Arduino Opta as OPC/UA server by @aentinger in #7
  • Feature: enable detailed stack/heap tracing on a per-thread basis by @aentinger in #9
  • Fix: casts between mbed::SocketAdrress * and struct sockaddr * cause memory overwrites due to different memory size and layout by @aentinger in #8
  • Demonstration: expose RS485 connected Modbus sensor via OPC/UA by @aentinger in #10
  • Use NTP to synchronize time of internal RTC for usage by OPC/UA server by @aentinger in #6
  • Feature: automatic detection of Opta expansion modules and exposure via OPC/UA by @aentinger in #11
  • Remove superfluous digit "s" leading to compilation error when compiling ModBus demo. by @aentinger in #15
  • Enable CI build of ModBus demo (integrated with OPC/UA sketch). by @aentinger in #16
  • Add Github workflow to render API documentation by @sebromero in #18
  • Feature: implement suppport for Arduino Opta Analog expansion module by @aentinger in #17
  • Add documentation for all user-facing APIs using Doxygen and Markdown. by @aentinger in #19
  • Chore: rename library to "Arduino_OPC_UA". by @aentinger in #20
  • Cleanup: OPC UA is written as "OPC UA" (not "OPC/UA") by @aentinger in #21
  • Rename firmware for OPC UA server capabilities to "opta_opcua_server"… by @aentinger in #22
  • Doc: providing class names, methods and constants for syntax high-lighting. by @aentinger in #23
  • Chore: ensure that all function prototypes are CamelCase. by @aentinger in #24

New Contributors

Full Changelog: https://github.com/bcmi-labs/Arduino_OPC_UA/commits/0.1.0