Libraries and Resources - MatusRepkaSolutions/AutomationShieldOnline GitHub Wiki

Libraries and Resources

Here’s a list of libraries and resources used across different parts of this project.


Arduino

  • AutomationShield
    A library for process control and system identification.

  • Standard Arduino R4 Libraries
    Using the built-in libraries of Arduino R4 for core functionality.

  • ArduinoHttpClient
    HTTP client library for Arduino, useful for web communication.


Python

  • serial
    For serial communication with Arduino.

  • requests
    For making HTTP requests.

  • tkinter
    GUI library for creating the user interface.

  • tkinter.ttk
    Themed widgets for better-looking GUIs.

  • scipy.io
    For reading and writing .mat files.

  • threading
    For running tasks concurrently.


Website

  • Chart.js
    JavaScript library for creating responsive charts and visualizations.

Feel free to suggest new resources or libraries that could improve the project!