답변 있음
How can I generate code for Raspberry Pi without the device connected?
Generating code for Raspberry Pi without a connection to the board is not possible. The Raspberry Pi support package uses the co...

9년 초과 전 | 0

| 수락됨

답변 있음
I can only find hardware support for Beagleboard-xm. How can I install Beaglebone support pakage?
Embedded Coder Support Package for BeagleBone Black has been released for R2014b. You need R2014b release of MATLAB and Simulink...

9년 초과 전 | 0

답변 있음
Beaglebone support is the near reality?
There is a new Embedded Coder Support Package for BeagleBone Black. Here is the link: http://www.mathworks.com/matlabcentral/fi...

9년 초과 전 | 0

답변 있음
Raspberry Pi B+ Booting Issue for SIMULINK using MATLAB2013a
The Rasbian image used in R2013a support package for Raspberry Pi does not support Model B+ boards as this board was not availab...

9년 초과 전 | 0

답변 있음
how can i create pwm in Raspberry pi for simulink?
It turns out somebody else has already created a PWM block for Raspberry Pi using wiringPi library: http://www.mathworks.com/mat...

9년 초과 전 | 2

답변 있음
how can i create pwm in Raspberry pi for simulink?
Can you post the text of the error message you received? Basically, copy and paste the entire text in the lower edit box of the ...

9년 초과 전 | 0

답변 있음
Serial port for Raspberry Pi embedded
You did not specify the source code for serialOpen() in your System Object. Change your C-code to the following: #include <...

9년 초과 전 | 0

답변 있음
Raspberry Pi ssh connection error
From the error message you are getting, Connection Refused, the Raspberry Pi is there but for some reason refusing the SSH conne...

9년 초과 전 | 0

답변 있음
Interfacing ADS1115 with raspberry pi in matlab
It is rather late but the issue with the original code is this line: writeRegister(i2cadc,1,hex2dec('C3E3'),'uint16'); ...

9년 초과 전 | 2

| 수락됨

답변 있음
Matlab/Simulink support for latest Raspberry Pi Model B+ (plus)
Raspberry Pi Support Package has been updated to support Model B+ board. The update, v14.1.2, has been released on 9/4/2014.

9년 초과 전 | 0

답변 있음
Raspberry Pi support package error "unable to open /home/raspberry/a_rtt"
It looks like you have run out of space on the SD card. Follow the instructions I posted earlier: http://www.mathworks.com/m...

9년 초과 전 | 0

답변 있음
How to convert a 24 bit, two’s complement value into a signed integer?
There is an example MATLAB class in Raspberry Pi support package that does something similar for MCP300x ADC's. Here is the read...

거의 10년 전 | 1

답변 있음
Unable to connect to I2C on Raspberry with i2cdev
K0ertis: The issue you are seeing is a bug in the i2cdev.m. We will fix the issue and update the support package. In the mean...

거의 10년 전 | 0

답변 있음
Unable to connect to I2C on Raspberry with i2cdev
Can you try the following to see if you can connect to the ACC sensor? >> clear; >> rpi = raspi; >> mma8452q = i2cdev...

거의 10년 전 | 0

답변 있음
Unable to connect to I2C on Raspberry with i2cdev
Can you also include the part number of your sensor?

거의 10년 전 | 0

답변 있음
Using Raspberry Pi cameraboard for realtime acquisition in simulink
Marco, The MATLAB Support Package for Raspberry Pi includes support for real-time acquisition from Camera Board. You need to ...

거의 10년 전 | 0

답변 있음
Unable to connect to I2C on Raspberry with i2cdev
What does the following commands return: >> rpi = raspi; >> scanI2CBus(raspi) If your ACC sensor is detected on the I...

거의 10년 전 | 0

| 수락됨

답변 있음
The error when install the raspberry pi
Silverio, Did you start MATLAB in administrator mode?

거의 10년 전 | 0

답변 있음
Simulink Stateflow block support on Raspberry Pi or Ardruino
Yes. Both Raspberry Pi and Arduino support packages support Stateflow.

거의 10년 전 | 0

답변 있음
Problem with simulink code implementation on raspberry pi
Use full path names when specifying source files in whatever you are using to create your S-function (S-function builder or Lega...

거의 10년 전 | 0

답변 있음
Error while running simulink model connecting to raspberry pi with a webcam for real time image processing
Is the webcam you are using in the supported USB webcams list? Check your webcam against the table in the following link: http:/...

거의 10년 전 | 0

답변 있음
Raspberry pI work together with arduino
Yes you can. You need to ensure that your work computer can communicate with your Raspberry Pi connected to your home network. T...

거의 10년 전 | 0

답변 있음
Deinterleave for rasperry pi in Simulink
The support package for Raspberry Pi converts a Simulink model targeted for Raspberry Pi to a Linux application and saves it on ...

거의 10년 전 | 0

답변 있음
Raspberry pI work together with arduino
The easiest way to do what you describe is to use the MATLAB interface for Raspberry Pi together with a Simulink model running o...

거의 10년 전 | 2

| 수락됨

답변 있음
Deinterleave for rasperry pi in Simulink
Raspberry Pi V4L2 Video Capture block can output images in planar RGB or YCbCr 4:2:2 formats. For barcode scanning, I would thin...

거의 10년 전 | 0

| 수락됨

답변 있음
Unable to download noninlined S-function into Arduino-2560
Non-inlined S-functions are not supported by Arduino, Raspberry Pi or LEGO EV3 / NXT support packages. You can only use inlined ...

거의 10년 전 | 0

답변 있음
problem in target installer for rasperrypi
Try starting MATLAB in administrator mode (right-click on the MATLAB icon and choose "Run as administrator" option). It looks li...

거의 10년 전 | 0

| 수락됨

답변 있음
creating files on raspberry pi with simulink
Look at the demo model "raspberrypi_motion_sensor_camera". In this model, there is a block called "raspberrypi_motion_sensor_cam...

대략 10년 전 | 1

답변 있음
I can't write a Raspbian image to certain SD cards using the Raspberry Pi support package
The SD card for Raspberry Pi has two partitions: one is a FAT partition of small size and the other is a Linux EXT partition. Yo...

대략 10년 전 | 1

답변 있음
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년 전 | 0

더 보기