Arduino to Raspberry Pi Communication #3
-
|
Hi, Just wondering how you are connecting the Arduino to the Raspberry Pi? Are you connecting them via USB Serial? What's the setup between the 2 to communicate? Great project! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hey Andy, My plan has me connecting to my receiving Arduino(end of my canbus line) via USB serial. I'll have the Arduino plugged into my key on power. Currently I've looked into getting node red to read the serial information line by line and I'll send that to the appropriate mqtt topic. I want to clean up my Arduino code and then start reading and interpreting it on the node red system. I'll probably average the values out to smooth them a bit. I'll have to play with it. |
Beta Was this translation helpful? Give feedback.
Hey Andy,
My plan has me connecting to my receiving Arduino(end of my canbus line) via USB serial.
I'll have the Arduino plugged into my key on power.
Currently I've looked into getting node red to read the serial information line by line and I'll send that to the appropriate mqtt topic. I want to clean up my Arduino code and then start reading and interpreting it on the node red system. I'll probably average the values out to smooth them a bit. I'll have to play with it.