Pico (Micro python) bridge to python

Hello , I am very new to Pico , I was wondering if there is any way to connect the regular python libs / mods to thonny, for example I want to take readings from the Thonny shell and use those readings on the files on vscode( Pygame), but I encountered pygame doesn’t work with pico.

So is there any bridge between python to micro python or create a pipeline something like that,

2 Likes

Welcome @Shrill_kill
Have a look at UART protocol and see if it fits your use case :grinning_face:

Python’s serial library can read of a uart bus.

1 Like