Simulink communication to Raspberry USB port
Mostrar comentarios más antiguos
I would know if it exits a way to let communicate Simulink to a device connected to the USB port of Raspberry Pi?
Respuestas (2)
Mischa Kim
el 10 de En. de 2014
Editada: Mischa Kim
el 10 de En. de 2014
0 votos
Hello Salvatore, yes there is. Check out: http://www.mathworks.de/hardware-support/raspberry-pi.html. You need the Support Package which you can download directly from the web site, or, if you have a recent release, from within MATLAB.
3 comentarios
Salvatore Mazzarino
el 10 de En. de 2014
Mischa Kim
el 10 de En. de 2014
Absolutely. For reference, check out the video on the web site I provided the link to (it gets interesting at around 6:25). The simple demo includes a web cam (USB) to capture video. Does that help?
Bethmage Perera
el 23 de Mzo. de 2015
Hi Mischa,
I got a similar issue where I want to connect a sensor to the usb port of the pi. This is a serial device and I already got a different serial device connected to the pi via its TXD and RXD pins so I am using a serial to USB converter to plug the sensor to the usb port. Can you help?
Thanks Kalpa
Murat Belge
el 26 de Feb. de 2014
0 votos
It depends on what you attach to the USB port. For example, if you attach a USB Webcam, the Raspberry Pi registers it as a V4L2 video capture device and you can use the V4L2 Video Capture block to acquire images from the device. Since the USB port is a host port, you can only communicate with slave devices attached to this port. You will not be, for example, able to connect a USB cable between your host computer and the Raspberry Pi and communicate with your host computer from the R-Pi.
If you provide more information on your use case, I can provide a more detailed answer.
3 comentarios
Bethmage Perera
el 23 de Mzo. de 2015
Hi Murat, I am facing this same problem but I want to connect a range finder sensor via the raspberry pi usb port. can you help me figure out a way I can get the signal from the sensor via the port?
Thanks Kalpa
vcmorini
el 22 de Mzo. de 2017
I am also interested Bethmage Perera
Beyda TASAR
el 27 de Sept. de 2018
Hi, I have got the same problem. I want to connect an EMG sensor via the raspberry pi USB port. Did you solve this problem? Could you help me?
Categorías
Más información sobre MATLAB Support Package for Raspberry Pi Hardware en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!