HealthyPi icon indicating copy to clipboard operation
HealthyPi copied to clipboard

No Raspberry Pi serial data from Arduino firmware

Open GothAck opened this issue 7 years ago • 3 comments

The firmware outputs via SerialUSB but I cannot see any code to output to the pi via GPIO.

GothAck avatar Aug 12 '17 03:08 GothAck

I think the HealthyPi board talks to the RPi via the serial port on the GPIO pins. So it doesn't use the GPIO per se -- only the serial port on the GPIO.

abhas avatar Aug 12 '17 04:08 abhas

It is meant to, yes, but after flashing the latest arduino code I see no data being sent to the RPi. I've tried searching through the code but can only see transmission of the packets via SerialUSB, which IIRC is just the USB CDC serial port. The USB serial device is transmitting data just fine, just not via the RPi GPIO header.

GothAck avatar Aug 12 '17 05:08 GothAck

thanks guys @GothAck and @abhas . We have moved the latest version of this repo for HealthyPi v3 to https://github.com/Protocentral/protocentral-healthypi-v3/

The code is actually sending to both SerialUSB as well as Serial

protocentralashwin avatar Aug 12 '17 05:08 protocentralashwin