how to transmit data serially from Raspberry Pi to Arduino through USB cable?

Basically, my objective is to: Take a snapshot from an USB camera connected to Raspberry Pi and detect a particular object and followed by some calculations, serially transmit a 1x3 vector to Arduino Uno through USB cable.
Now , I created two models, one is to serially transmit the data from Raspberry Pi, while the other is used to serially receive the data and to flag the led on/off. These models were deployed to their respective hardwares, but I was unable to get the results. Please help me to fix this problem. I have attached both the Simulink models with this question.
Also, do I need to connect the two boards ground and vcc pins(through voltage divider bridge) together for this?

8 Comments

what would be the purpose of tieing the voltage and ground between the two ?
Don't know about voltage, but I guess , connecting ground pins will make same zero level for the whole system. Please go through the attached files and let me know the corrections to these models.
using the same voltage ground for the devices is not necessary for serial communication . Serial communication methods provide a ground line for the purpose of interpreting signal voltage but that does not require that the devices be operating at the same ground. It would be fine for hardware to use optoisolators on the serial lines for example .
Thanks. but why its not working Sir?
Your Arduino receive is configured for port 0. You then transmit the data to Arduino on port 1 to be output on pin 13.
I do not know if the mismatch in ports is responsible for what you are observing.
Could you confirm that the serial port of the arduino and raspberry are connected?
The connection between the two cards would be a physical connection. Both of them are USB, but they are both probably USB slave not USB master. But you can do it if you have a device like is shown at https://www.instructables.com/id/Read-and-write-from-serial-port-with-Raspberry-Pi/
Thanks for the help. I followed the code generation training by Connel Sir. The last video tutorial on Hardware Implementation was really great. Just connected the two boards using USB cable, deployed the Simulink models and that's it.

Sign in to comment.

Answers (0)

Asked:

on 15 Dec 2018

Commented:

on 25 Dec 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!