OK what are the readings we want to take from the Pico ?
There are various micropython iibraries that can be installed in Thonny for the Pico, - search on PyPi to find them.
For a Pico W (with WiFi) that could be a network connection to send/receive data to Python on another system.
For a Pico it could be serial / USB
Here I am using the serial port on the Pico to "talk" to a Pi4 running Python
There are various micropython iibraries that can be installed in Thonny for the Pico, - search on PyPi to find them.
For a Pico W (with WiFi) that could be a network connection to send/receive data to Python on another system.
For a Pico it could be serial / USB
Here I am using the serial port on the Pico to "talk" to a Pi4 running Python
Statistics: Posted by neilgl — Fri Mar 21, 2025 11:00 pm