Respondida
How can I read Arduino pins with pre-existing code
Hi Mehrdad, This kind of workflow is not supported. As an alternative, you can connect a second board programmed using simulin...

alrededor de 3 años hace | 0

Respondida
SIMULINK Arduino Nano Every Support
Hi Hugo, Nano Every is not supported by Simulink support package for Arduino Hardware and there is no simple way to add support...

alrededor de 3 años hace | 0

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

más de 3 años hace | 2

| aceptada

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

más de 3 años hace | 0

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

más de 3 años hace | 0

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

más de 3 años hace | 1

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

más de 3 años hace | 0

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

más de 3 años hace | 0

| aceptada

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

más de 3 años hace | 1

| aceptada

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

más de 3 años hace | 0

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

más de 3 años hace | 0

Respondida
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!

más de 3 años hace | 0

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

más de 3 años hace | 0

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

más de 3 años hace | 0

| aceptada

Respondida
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: "...

más de 3 años hace | 0

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

casi 4 años hace | 0

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

casi 4 años hace | 1

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

casi 4 años hace | 0

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

casi 4 años hace | 0

Respondida
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: ...

casi 4 años hace | 0

Respondida
“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...

casi 4 años hace | 1

| aceptada

Pregunta


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

casi 4 años hace | 1 respuesta | 1

1

respuesta

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

alrededor de 4 años hace | 2

| aceptada

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

alrededor de 4 años hace | 0

| aceptada

Resuelto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

alrededor de 4 años hace

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

alrededor de 4 años hace

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

más de 4 años hace | 0

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

más de 4 años hace | 0

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

más de 4 años hace | 0

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

más de 4 años hace | 0

Cargar más