What are the steps to connect raspberry pi pico with ignition?

Hello, I’m new here
I want to try turning on and off led in raspberry pi pico
But I had a linking problem.
I need steps to connect raspberry pi pico with ignition

There’s no driver to connect to Raspberry Pis. So there’s no simple solution. Some people have used python-based OPC-UA to move data. Others have used Ignition’s WebDev module to allow the RPi to push data to Ignition. There’s topics all over this forum:

https://forum.inductiveautomation.com/search?q=RPi%20raspberry

A Pico doesn’t have any networking, so it will be near impossible.

The Arduino RP2040 Connect is based on the pico and has WIFI. You might be able to do MQTT there, but it won’t be easy