Hi all,
I'd like to get sensor data from a PicoBoard without using Scratch. I'd also like to use Python. Is there any way to do this?
Thanks!
Offline
Well, if you want to do it a fast way, use Sockets. You can use sockets to connect to Scratch, and just have Scratch relay the data over to your Python program. It would be slow, and is not the BEST option, but it would work if you are in a hurry.
Offline