Answered
My Hardware tab in Simulink is missing
Hi Menghan, Please go to Modelling tab and click on ModelSettings. It will open up the configuration parameters windows. In thi...

meer dan 3 jaar ago | 2

| accepted

Answered
Arduino Issue: I cannot run any of my code. 'To create a new connection, clear the existing object.'
Hi Willian, Please refer the following page for correct syntax of the command. https://www.mathworks.com/help/supportpkg/ardui...

meer dan 3 jaar ago | 0

Answered
How to add an arduino library to Simulink for C-Caller ?
Hi Joncikas, The recommended way of interfacing sensors to Arduino is by creating a custom block by following the device driver...

meer dan 3 jaar ago | 0

Answered
How to generate High frequency PWM pulses by interfacing simulink and arduino?
Hi, Please change the Frequency parameter of PWM block to "Specify" and enter the desired frequency in "Desired" input. Please...

meer dan 3 jaar ago | 1

Answered
Pin Mapping and limitations of the MCP2515 library in Simulink
Hi Anders, I've answered your questions below. Possibility of Unlocking pins: There's only one restriction for SPI chip sele...

meer dan 3 jaar ago | 0

Answered
Error in PIL testing using Arduino
Hi Piyush, Double datatype is not supported for AVR targets. Either remove double datatype from your model or use some other ta...

meer dan 3 jaar ago | 0

| accepted

Answered
ExtTargetPktPending() call failed while checking for target pkt
Hi Abdul, The error is seen when Simulink doesn't get acknowledgement from the target. One very common reason for this is targe...

meer dan 3 jaar ago | 1

| accepted

Answered
Arduino connect with matlab using matlab system block in simulink
Hi Salman, Refer this example for detailed description of working with MATLAB system block: https://in.mathworks.com/help/suppo...

meer dan 3 jaar ago | 0

Answered
How to read the encoder with Arduino?
Hi Tuan, Support for Arduino external interrupt was added in R2019a. You can use "External Interrupt" block to read encoder val...

meer dan 3 jaar ago | 0

Answered
can anyone help me with how to use a rpm sensor with simulink and arduino....
Hi Akshay/Nabli/Dhiman, You can use Tachometer block(available from R2019b) to measure RPM of the motor. Hope this helps!

meer dan 3 jaar ago | 0

Answered
4 digit 7 segment display using Arduino UNO 3 in Simulink
Hi Kurukulasuriya, There are multiple approaches to work with the display. If your display is parallel display(interfaced usin...

bijna 4 jaar ago | 0

Answered
C++ to Simulink S function block
Hi Prash, To create a device driver for Arduino, you can use the following gude: https://www.mathworks.com/help/supportpkg/ard...

bijna 4 jaar ago | 0

| accepted

Answered
Arduino Engineering Kit - Scope does not show actual encoder position and speed
Hi Gabriele, Encoder blocks are not supported for Normal mode simulation. In the documentation of the block it is mentioned: "...

bijna 4 jaar ago | 0

Answered
matlab arduino toolkit for linux is broken for the can read block
Hi Jason, Please execute the following code in MATLAB command line and then try to build the model: sppkgroot = codertarget.ar...

bijna 4 jaar ago | 0

Answered
Flash Simulink generated code onto Arduino Mega 2560 using Atmel Studio 7
Hi Ashu Biz, The workflow that you are trying to follow is possible but with a few modifications. During build of the project ...

bijna 4 jaar ago | 1

Answered
arduino offline instalation error
Hi Dmitry, Simulink/MATLAB support package for Arduino Hardware downloads Arduino IDE and libraries during installation. So you...

bijna 4 jaar ago | 0

Answered
Change and save parameter / variable for next startup on an arduino target using simulink
Hi Denis, What I understood from your question is that you want to store some data during runtime and read that data during the...

bijna 4 jaar ago | 0

Answered
Can't change baude rate using Arduino Nano3.0
Hi Ethan, The api: codertarget.arduinobase.registry.setBaudRate(gcs) should work fine as mentioned in the following answer: ...

ongeveer 4 jaar ago | 0

Answered
“Operation not supported” error while building Arduino model on MATLAB R2020a
If the version number of Simulink Support Package for Arduino Hardware that you have installed is 20.1.0, then you might face th...

ongeveer 4 jaar ago | 1

| accepted

Question


“Operation not supported” error while building Arduino model on MATLAB R2020a
I am running MATLAB R2020a on macOS. While trying to build a Simulink Model Configured for Arduino Hardware, I am getting the fo...

ongeveer 4 jaar ago | 1 answer | 1

1

answer

Answered
Simulink unable to upload to Arduino Nano 3.0 Linux
Hi Jason Wang, The issue is due to the updated bootloader of Nano board. Old bootloader communicates at 57600 baud whereas the ...

ongeveer 4 jaar ago | 2

| accepted

Answered
Problem with Simulink and Arduino Uno Board
Hi Vasavi, I think you are running the model in "External Mode" which requires Simulink model to be running in order to run the...

ongeveer 4 jaar ago | 0

| accepted

Answered
receive multiple serail data in simulink frm arduino without delay
Hi, This code should work fine. I've checked with Arduino Uno and Mega int a=10; int b=20; void setup() { Serial1.begin(9...

meer dan 4 jaar ago | 0

Answered
Real time Scope from Arduino dont work on external mode
Hi, You need to mark the signals for logging while using XCP external mode. Refer the following documentation for more detail...

meer dan 4 jaar ago | 0

Answered
Is there a way to use Arduino Hardware with Vehicle Network Toolbox?
Hi Daniel, You can implement CAN sniffer by using the existing CAN Receive block in Simulink Support Package for Arduino Hardwa...

meer dan 4 jaar ago | 0

Answered
sending serial data from Arduino to simulink
Hi, Can you try putting the display block in enabled subsytem triggered by Status output of Serial Receive block. I think the d...

meer dan 4 jaar ago | 0

Answered
How can I read the button state of a joystick (ARD-358) using Arduino with Simulink?
Hi, The only difference between your arduino sketch and the generated code is the the pin configuration. With arduino sketch, t...

meer dan 4 jaar ago | 0

Answered
Arduino Interrupts
Hi, You can use the following block to implement ISR for external interrupts: https://in.mathworks.com/help/supportpkg/arduino...

meer dan 4 jaar ago | 1

Answered
Read and Write CAN protocol messages using SPI through an Arduino Uno
Hi, Support for sending and receiving CAN messages from Arduino using MCP2515 is available in R2019b. Use these blocks to se...

meer dan 4 jaar ago | 0

Answered
Adding delay between serial packets while programming through simulink.
Hi, You can add delay by changing Sample time of the source block. In your case, the source block is "Constant" block. If you c...

meer dan 4 jaar ago | 0

Load more