Wawilib applications

Wawilib...
for developing

  • Classical way:
    • use console and complex input and output functions
    • program stops loop waiting for input and output
  • WawiLib way:
    • connect dummy or real variables to input and outputs of sketches
    • modify input variables and read results in the WawiLib users interface grid

WAWILIB...
FOR DEBUGGING

Inspect and modify variables while the loop is running.

Inspect the same variable at different places (observation points) in the sketch. (future)

Inspect the output of your .print() statements in the WawiLib output window while you change the value of your variables in  the WawiLib variable table.

wawilib...
as data recorder

Log variables to a text (csv) file
Log variables to an xml file
Log variables to an xlsx (Excel, LibreOffice, Open Office) file

Typical application: weather station

wawilib...
as user interface

Connect to Arduino over your WiFi network

Change settings of a project you wrote (ex. greenhouse watering application)

Turn functions on and off, change setpoints

wawilib DLL...
as communication interface

Develop your own HMI (human machine interface) in a language of your choice on the PC

Uses WawiLib dll for communication with your Arduino

WILL BECOME AVAILABLE IN THE FUTURE

Get started with WawiLib today

Start now with real time monitoring of your Arduino variables