M5Stack UnitV2 with a Raspberry Pi via UART
-
Can anyone help me? I’m trying to connect the M5Stack UnitV2 with a Raspberry Pi via UART, but I can’t get the UnitV2 to send data to the Pi. I’m using the serial port ttyS0. Did I miss any steps or configurations that might be causing this issue
uart = serial.Serial('/dev/ttyS0', 115200, timeout =1)
thank you
-
@paramza029 Have you reprogrammed the Unit V2 to send data?
-
@ajb2k3 Thank you for your help! I'm not sure if I've configured the program correctly. I've been trying to set it up using Jupyter Notebook on the Unit V2. Could you please assist me in verifying whether the setup is correct or guide me on how to properly configure it to send data via UART to my Raspberry Pi?