send data from micropython to raspberry #12848
-
Hello I need to send data collect from the micropython board to a share memory on a raspberry. What could you sugest to achive this data transfert?
Thanks for help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Thanks all |
Beta Was this translation helpful? Give feedback.
Or you can write a simple TCP/IP server on the Raspberry Pi and a simple TCP/IP client on the MicroPython wifi-enabled boards using python socket library.