Answered
Using a native terminal command on raspberry pi and simulink programming.
Take a look at the following link: http://www.raspberrypi.org/phpBB3/viewtopic.php?t=45645. So the tesseract-ocr is available...

10 years ago | 0

Answered
creating files on raspberry pi with simulink
The SD card used in Rspberry Pi has two partitions. One is a FAT32 boot partition the other is an EXT partition where Linux root...

10 years ago | 2

| accepted

Answered
Simulink with Raspberry Pi Camera Capture
The Raspberry Pi camera is supported by the Simulink. The Raspberry Pi Simulink Block library has a block called "V4L2 Video Cap...

10 years ago | 2

| accepted

Answered
Using Raspberry Pi camera with Matlab R2013
The short answer is yes. You must follow the instructions posted in the comments section of the following link: http://www.math...

10 years ago | 0

Answered
Raspberry Pi Simulink DAQ problem with ALSA Audio Capture block
Raspberry Pi has no built-in audio recording device. You need to attach a USB soundcard to your Raspberry Pi to record audio. ...

10 years ago | 0

Answered
Is there hardware support for Raspberry Pi camera module?
In R2014a release of MATLAB, a MATLAB Support Package for Raspberry Pi has been released. This support package introduces a MATL...

10 years ago | 0

Answered
Raspberry monitor output device with Simulink Libraries for Raspberry Pi in Matlab 2013
There is an "SDL Video Display" block in the Simulink library for Raspberry Pi. This block takes an RGB or YCbCr image as input ...

10 years ago | 0

Answered
While trying to load the Raspberrypi inversion Simulink model on to Raspberry Pi, got the error as seen in the below image. Someone please suggest any solution?
I am guessing that you have run out of space on your Raspberry Pi. Did you expand the file system on the SD card after installi...

10 years ago | 0

Answered
The error when install the raspberry pi
The error is not descriptive enough to diagnose what is happening. General trouble-shooting steps when writing to the SD card ar...

10 years ago | 0

Answered
Is there a possibility of real-time processing of Raspberry Pi's real-time output?
You can send the sensor output or any signal in the Simulink model to a secondary model running on your host computer using UDP ...

10 years ago | 0

| accepted

Answered
Deployment of Simulink model to Raspberry Pi
Selam Zafer, Herkesin anlayabilmesi icin sorunu ingilizce cevapliyorum. Translated question: Can I create a stand-alone ap...

10 years ago | 0

Answered
Simulink communication to Raspberry USB port
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 ...

10 years ago | 0

Answered
Raspberry Pi Firmware Update Issues
Disable your anti-virus software before starting the installation.

10 years ago | 0

Answered
Raspberry Pi - Audio play, sample rate error.
The number of samples going into the block is higher than the block can accommodate. You have to change the sample time of the s...

10 years ago | 0

Answered
Programming Raspberry Pi with Simulink
Try disabling whatever anti-virus program you are using. We observed download time-out with some anti-virus software such as Kas...

10 years ago | 0

Answered
build standalone application running in Raspberry Pi?
Yes. The Simulink model is converted to an executable that runs on the Raspberry Pi board. Typically, the executable is saved in...

10 years ago | 3

| accepted

Answered
Is there hardware support for Raspberry Pi camera module?
Yes, the Raspberry Pi Camera Board is supported. You basically use the "V4L2 Video Capture" block after loading the V4L2 driver ...

10 years ago | 0

Answered
about capture a img at stream video that running (simulink)
Take a look at the "Motion Sensor Camera" demo included in the Raspberry Pi support package. It does exactly what you want, i.e....

10 years ago | 0

Answered
Rasperry Pi target hardware wont install
Can you decompress the firmware manually using 7zip? Go to the folder where MATLAB downloaded the firmware, manually decompress ...

10 years ago | 1

Answered
Shell command in Function running on Raspberry Pi
You can run non-interactive commands on the Raspberry Pu using the "raspberrypi" object. >> h = raspberrypi >> [status, mess...

10 years ago | 0

Answered
Burn code into raspberry pi
The executable for any Simulink model that you run on the Raspberry Pi is saved on the SD card of the Raspberry Pi. You can find...

10 years ago | 0

Answered
Don't stop programm on raspberry pi after cutting connection to simulink PC
No it does not. If you run your program using the "Deploy" button in Simulink, the program runs un-tethered to Simulink. Even wh...

10 years ago | 0

Answered
create Local Area Connection raspberry pi on my computer
Can you provide some more information about your issue. For example, which option did you select in "Configure network" screen o...

10 years ago | 0

Answered
In Simulink: Can the output argument of a function be used to input a text string (converted to uint8) to a Raspberry Pi eSpeak block?
Yes. It should. The 'eSpeak' block has been created using a MATLAB function block. You can right-click on the block and choose "...

10 years ago | 0

| accepted

Answered
Rasbperry Pi image inversion example issue: external mode does not work
I am guessing that you are using R2013a. The instructions in the demo apply to R2013b release. For step-by-step instructions on ...

10 years ago | 0

| accepted

Answered
How to debug a simulink model running on a raspberry pi
After simulating your model on the host computer, you should run the model in "External Mode". In this mode, the model actually ...

10 years ago | 0

Answered
Matlab external mode error: Error occurred while executing External Mode MEX-file 'ext_comm':Timed-out waiting for first connect response packet
Are you able to ping your PandaBoard? If, for some reason, your host computer cannot talk to the PandaBoard. You would typically...

10 years ago | 0

Answered
Matlab does not connect with my PandaBoard
Execute the following commands on a MATLAB prompt after replacing your MATLAB install location and the IP address: >> cmd = '...

10 years ago | 1

Answered
Implement TCP/IP Send and Receive in Raspberry Pi
I believe most of your questions are answered in Giampiero Campa "Device Drivers" submission to MATLAB File Exchange. If you did...

10 years ago | 0

Answered
Is it possible to use a WiFi dongle on a Raspberry Pi that is being used as a simulink target?
Yes. As long as there is some form of Internet connection, wired or wireless, Simulink will be able to talk to Raspberry Pi. For...

10 years ago | 1

| accepted

Load more