Hello, my dear,
I’m doing a small project with a Rasperry Pi and an Arduino. My goal is to display data received by ultrasonic sensors using an Arduino program.
So I connected my Raspberry and I would like to launch the Arduino program to display the data directly on my tablet connected to my Raspberry.
Now, when I run Arduino with my Raspberry, the Arduino program does not return anything in the console while the program works well on Windows.
How do we do that? I checked and apparently you have to create a Python program that you then have to run on my Raspberry in order to "activate" the communication between my Arduino (where the sensors are connected and my Raspberry)
Thank you in advance!