Your lucky day! You get to research micropython and play with it.I know nothing about MicroPython, and this doesn't help at all. Any script or clear method ?how to execute the script from the Zero then send it to pico then say to pico hey display it ?
Brian Pugh's Belay library might be useful to you.
https://belay.readthedocs.io/en/latest/
I wouldn't use belay. I'd have a main loop on the Pico listening for incoming serial strings. If they contain temperature data, strip it out, format it, display it (oops, extra hardware).
On the Pi, have a looping program or cron job that sends the temperature data periodically. Done.
Statistics: Posted by ame — Fri Jun 28, 2024 11:21 am