Softata API

Softata running in a .NET context is able to remotely orchestrate functionality on a RPi Pico W running in Arduino mode. The .NET context can be a Console app, a Blazor app or via ASP.NET Core APIs. The orchestration can be used to control the RPi Pico W's GPIO pins, ADC, I2C, SPI, UART, PWM, etc. The hardware conetxt is a Grove Shield with a number of implemented devices. The ASP.NET Core API can be exercised via Swagger or a Blockly style app.


Install the Softata RPi Pico W Sketch

Run Blockly

Use SoftataBlazor

Or Run Console App

Or Run as Swagger

Documentation

GitHub Repository

Blog posts


Other

Other


View Blockly and Swagger Examples

Netcore Blockly
Softata NetCoreBlockly Example

Swagger
Softata Swagger API