Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Raspberry Pi serial data from Arduino firmware #9

Open
GothAck opened this issue Aug 12, 2017 · 3 comments
Open

No Raspberry Pi serial data from Arduino firmware #9

GothAck opened this issue Aug 12, 2017 · 3 comments

Comments

@GothAck
Copy link

GothAck commented Aug 12, 2017

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

@abhas
Copy link

abhas commented Aug 12, 2017

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.

@GothAck
Copy link
Author

GothAck commented Aug 12, 2017

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.

@protocentralashwin
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants