- 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.
- SoftataLib
- The C# Class that can be used by .NET apps
- Provides connection between apps and the Arduino sketch service.
- Sample apps
- Provide interaction with the RPi Pico W via SoftataLib:
- (i) SoftataConsole
- ii) BlazorSoftata
- (iii) SoftataWebAPI
- MiscArduinoSketches
- See folder
- NetStandardSoftata
- Port of SoftataLib to .NETStandard as used by MeadowLab
- Needs updates
- MeadowLab/MeadowLab.WindowsDesktop
- MeadowLabs app for Softata
- Needs updates
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.