Beantwortet
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...

etwa 10 Jahre vor | 2

| akzeptiert

Beantwortet
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...

etwa 10 Jahre vor | 2

| akzeptiert

Beantwortet
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...

etwa 10 Jahre vor | 0

Beantwortet
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. ...

etwa 10 Jahre vor | 0

Beantwortet
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...

etwa 10 Jahre vor | 0

Beantwortet
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 ...

etwa 10 Jahre vor | 0

Beantwortet
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...

etwa 10 Jahre vor | 0

Beantwortet
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...

etwa 10 Jahre vor | 0

Beantwortet
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 ...

etwa 10 Jahre vor | 0

| akzeptiert

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

etwa 10 Jahre vor | 0

Beantwortet
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 ...

etwa 10 Jahre vor | 0

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

etwa 10 Jahre vor | 0

Beantwortet
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...

etwa 10 Jahre vor | 0

Beantwortet
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...

etwa 10 Jahre vor | 0

Beantwortet
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...

etwa 10 Jahre vor | 3

| akzeptiert

Beantwortet
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 ...

etwa 10 Jahre vor | 0

Beantwortet
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....

mehr als 10 Jahre vor | 0

Beantwortet
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 ...

mehr als 10 Jahre vor | 1

Beantwortet
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...

mehr als 10 Jahre vor | 0

Beantwortet
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...

mehr als 10 Jahre vor | 0

Beantwortet
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...

mehr als 10 Jahre vor | 0

Beantwortet
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...

mehr als 10 Jahre vor | 0

Beantwortet
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 "...

mehr als 10 Jahre vor | 0

| akzeptiert

Beantwortet
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 ...

mehr als 10 Jahre vor | 0

| akzeptiert

Beantwortet
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 ...

mehr als 10 Jahre vor | 0

Beantwortet
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...

mehr als 10 Jahre vor | 0

Beantwortet
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 = '...

mehr als 10 Jahre vor | 1

Beantwortet
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...

mehr als 10 Jahre vor | 0

Beantwortet
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...

mehr als 10 Jahre vor | 1

| akzeptiert

Beantwortet
Raspberry Pi Simulink Communication Error
Can you try using the numeric IP address of the board instead of the hostname 'simPi'? Or to be more clear, use whatever you are...

fast 11 Jahre vor | 0

Mehr laden