Community Profile

photo

Arun Kumar

Last seen: 1 jour il y a Actif depuis 2019

Followers: 0   Following: 0

Contact

Programming Languages:
C
Spoken Languages:
English
Professional Interests:
Arduino Hardware, Deployment, AUTOSAR Blockset, Embedded Systems, Automotive

Statistiques

All
  • Explorer
  • Knowledgeable Level 3
  • Revival Level 3
  • 3 Month Streak
  • Promoter
  • First Review
  • Knowledgeable Level 2
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

A répondu
Could someone provide an explanation for why I'm encountering the error message "Expected Duty Cycle to be a scalar" while trying to interface an Arduino Due with Simulink?
The output of the mux block is is 1X4 vector which is being fed to the PWM blocks after some switch blocks. The PWM blocks accep...

8 mois il y a | 0

A répondu
Troubleshooting ESP32-WROOM/ESP32WROVER Setup Error in Simulink Support Package for Arduino Hardware
The encountered error is related to the installed ESP32 package. To resolve this issue, you need to update the board.txt present...

9 mois il y a | 0

| A accepté

Question


Troubleshooting ESP32-WROOM/ESP32WROVER Setup Error in Simulink Support Package for Arduino Hardware
When attempting to set up the ESP32-WROOM/ESP32-WROVER board in Simulink using the 'Setup Hardware' option, I encounter an error...

9 mois il y a | 1 réponse | 0

1

réponse

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

environ un an il y a

A répondu
Generate 12bits resolution analog voltage from Arduino due using simulink/PYTHON/Arduino IDE
Hi Aakash, Please modify the MW_analogWriteDAC.cpp file by running the following command: edit(fullfile(fileparts(codertarget....

environ un an il y a | 1

A répondu
coding for mapping rc values to pwm values using simulink block diagram
Hi Noor, Please implement this equation in Simulink using math blocks. long map(long x, long in_min, long in_max, long out_m...

environ un an il y a | 0

A répondu
SPI data reading in simulink arduino connection using LS7366 R IC
Hi Aakash, Here is a tutorial of communicating with spi based EEPROM: https://in.mathworks.com/help/supportpkg/arduino/ref/com...

environ un an il y a | 0

Chaîne


raspi_channel

environ un an il y a

A répondu
sample time in serial send and serial receive block
Hi Surya, The model demoinstrsl_Serial_read_binary that you are trying to open is from the Instrument Control Toolbox. Either i...

environ un an il y a | 0

A répondu
Tune Arduino using XCP over CAN
Hi Midhulesh, XCP over CAN is not supported on Arduino hardware. But you can use CAN blocks in the model to communicate on CAN ...

plus d'un an il y a | 1

| A accepté

A répondu
I am having a problem running arduino, I have installed everything too but it wont let me run and monitor and say there is a block from MatLAB host
HI Easton, From the error it looks like you are using blocks that are meant for simulation on host machine to deploy on Arduino...

plus d'un an il y a | 0

A répondu
Getting error when trying to build & deploy code on Arduino. Error "Spaces in build-related folder paths can cause the build process to fail"
Hi Mohammad Zainullah Khan, You are right, the error is due to the space in your username. The second line in the log clarifie...

plus d'un an il y a | 0

| A accepté

A répondu
Build error in Simulink using TCP/IP Send block
Hi Alex, Please use the following block for TCP/IP communication on arduino board: https://www.mathworks.com/help/supportpkg...

plus d'un an il y a | 0

| A accepté

A répondu
Problem in getting the data stored to SD card after running the hardware test using Arduino mega that are attached with mpu6050 accelerometer and also SD card.
Hi Noor Amira, Please follow the follwing tutorial to log signals to SD card using Arduino hardware. https://www.mathworks.com...

plus d'un an il y a | 0

A répondu
High frequency generation ( 100K ) and above using Simulink and deploying it on Arduino
Hi Mustafa, Don you mean the PWM frequency? If yes, then you can specify the PWM frequency in the PWM block by selecting the s...

plus d'un an il y a | 0

A répondu
Simulink Crashing on run with Arduino Engineering Kit R2 Package
Hi Justin, Please delete the following dll file and try again: C:\ProgramData\MATLAB\SupportPackages\R2021a\bin\win64\simuli...

presque 2 ans il y a | 1

| A accepté

A répondu
How to use I/O mode to control a servo motor?
Hi Cong Sun, Not all the block support connected IO mode. The blocks that support this IO mode are listed in the following pag...

presque 2 ans il y a | 1

| A accepté

A répondu
Create and Deploy Interactive Dashboard on Arduino - Adafruit ILI9341
Hi Prashant, Support for graphical displays was added in 21a. Please use MATLAB R2021a or newer version to use this feature. ...

presque 2 ans il y a | 1

A répondu
read Bluetooth data from Arduino using Simulink
Hi Ajay Krishna, The BLE blocks in Simulink support package for Arduino hardware are not backward compatible. You need to use R...

plus de 2 ans il y a | 0

| A accepté

A répondu
Simulink Arduino SD Card .mat logging parameter error
Hi, This is the error: MAT-file logging supported only for Arduino Due, Arduino MKR1000, Arduino MKR WiFi 1010, Arduino MKRZe...

plus de 2 ans il y a | 0

A répondu
increasing the sampling frequency in simulink to read input pulses from digital (PWM) pin of arduino
Hi Aakash, The sampling frequency is limited by the microtroller clock frequency which is avr in this case. A good way to capt...

plus de 2 ans il y a | 0

| A accepté

A répondu
Which Arduino board (Name) can be used to read the speed directly using the Encoder block of Simulink?
Hi Aakash, Which release of MATLAB are you using? Till R2021a, the encoder block supports only encoders on motor carrier shiel...

plus de 2 ans il y a | 1

| A accepté

A répondu
How to connect load cell (with HX711 and arduino) to simulink
Hi Aakash, This sensor is currently not supported by Simulink support package for Arduino hardware. But you can add custom Sim...

plus de 2 ans il y a | 0

A répondu
The MKR IMU shield is showing calibration status -1. How should I resolve this error ?
If the Status port outputs an array with all the elements having a value of -1, ensure that the sensor is properly connected to ...

plus de 2 ans il y a | 0

A répondu
Simulink and Arduino Nano Sense problem - external mode "hangs"
Hi Max Abildgaard, The error you are seeing is due to missing drivers of Arduino board. Try to reinstall the drivers and the is...

plus de 2 ans il y a | 1

A répondu
Running into `Unrecognized function or variable 'portInfo'.` error when trying to use Monitor and Tune option
Hi Lukasz, If you are setting the com port manually then try the following patch file. Here are the steps to apply patch: 1...

plus de 2 ans il y a | 1

A répondu
Send data from Arduino ethernet shield to Simulink
Hi Luciano De Crecchio, The following example shows usage of Ethernet shield with Arduino hardware. https://www.mathworks.com/...

presque 3 ans il y a | 0

A répondu
Simulink coder installation error
Hi Cosimo, You don't need Simulink Coder license to build model for Arduino hardware. You can Click on "continue" which will di...

presque 3 ans il y a | 0

| A accepté

A répondu
Matlab 2020Rb External mode missing
Hi Maris, "External Mode" has been renamed to "Monitor and Tune". Please refer this doc for using "Monitor and Tune" feature: ...

environ 3 ans il y a | 0

A répondu
Hardware Configuration Settings for Arduino Mega 2560 on Macbook
Hi Derrick, This looks like an installation issue. Please reinstall the support package. May I know the version of MATLAB that...

environ 3 ans il y a | 0

Charger plus