Skip to content

Latest commit

 

History

History

code

Softata

code

  1. Softata
    • The RPi Pico W Arduino Sketch
    • Renamed from SoftataOTA
      • Nb: Previous Softata sketch deleted.
    • Runs Arduino code that supports a TCPIP Service.
    • Supports classes for running attached senors, actuators etc that can be orchestrated via the service.
    • Also Azure IoT Hub and Bluetooth Telemetry options.
  2. SoftataLib
    • The C# Class that can be used by .NET apps
    • Provides connection between apps and the Arduino sketch service.
  3. Sample apps
  1. MiscArduinoSketches
    • See folder
  2. NetStandardSoftata
    • Port of SoftataLib to .NETStandard as used by MeadowLab
    • Needs updates
  3. MeadowLab/MeadowLab.WindowsDesktop
    • MeadowLabs app for Softata
    • Needs updates

SoftataWebAPI

This is the main target of this repository. It provides a remote Blockly style of coding for interactions with the RPi Pico W. There is also a Swagger option.