A soumis


Automatic guitar tuner using Simulink and Arduino
Demo files to build your own Automatic guitar tuner

environ 8 ans il y a | 1 téléchargement |

5.0 / 5

Réponse apportée
Simulink Raspberry Pi "Deploy Hardware" - application not working after RPI reboot
It is intended behavior. If you want to run your application automatically on startup you should modify /etc/rc.local file which...

environ 8 ans il y a | 1

| A accepté

Réponse apportée
How to stop a simulink model on a standalone raspberry pi?
What if you follow <https://www.online-tech-tips.com/computer-tips/kill-program-using-command-line/ this page> and try sudo kill...

environ 8 ans il y a | 0

Réponse apportée
How to end loop if value does not change for 10 consecutive seconds
Here is a potential loop that you can use (with some changes here and there) - a = arduino; flag = true; prevVal = 0...

environ 8 ans il y a | 1

Réponse apportée
How to execute a subsystem only once in external mode (TI C2000 SPI peripheral configuration/initialization)
If I am understanding your question correctly, all you are looking for is a way to run initialization routine and then start exe...

environ 8 ans il y a | 0

Réponse apportée
help me to plot live optical pulse sensor value in matlab from arduino uno
Does this video help? https://www.mathworks.com/videos/plotting-live-data-of-a-temperature-sensor-using-arduino-and-matlab-12131...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
Blink LED at specify time with Matlab - Arduino
You can use tic and toc for this. When you run tic it starts a stopwatch style timer, you can then use toc to know the elapsed t...

environ 8 ans il y a | 1

Réponse apportée
Run matlab code in raspberry pi
Here is my shot at the answer to your question. Step 1) You will have to look at the documentation of all the functions you ...

environ 8 ans il y a | 0

Réponse apportée
How to import arduino libraries in matlab
Looks like this library can help bring temperature data from the sensor - https://www.mathworks.com/matlabcentral/fileexchange/5...

environ 8 ans il y a | 0

Réponse apportée
Log data Simulink-Arduino Uno on Sd card
Hope this file is all that you are looking for - https://www.mathworks.com/matlabcentral/fileexchange/51710-data-logger-on-ardui...

environ 8 ans il y a | 0

Réponse apportée
Matlab blocks arduino comport
I would recommend something along the lines of cleanup that happens when someone closes the App where you can use this - https:/...

environ 8 ans il y a | 1

| A accepté

Réponse apportée
How do I get a real-live distance sensor in Simulink
If you are using HC-SR04 ultrasonic sensor, here is a post that has a block that provides you distance values. https://www.mathw...

plus de 8 ans il y a | 0

Réponse apportée
data scaling from sensor
What you need is the 1-D lookup table https://www.mathworks.com/help/simulink/slref/1dlookuptable.html or just the linear in...

plus de 8 ans il y a | 0

Réponse apportée
Like to know if there are high schools
Here is a course that uses Arduino and MATLAB for high school kids - https://www.mathworks.com/academia/highschool/courseware/by...

plus de 8 ans il y a | 2

Réponse apportée
How to take a picture with raspberry pi in simulink?
Here is a link that I found that I think has the answer, let us know if this works. <https://www.mathworks.com/matlabcentral/ans...

plus de 8 ans il y a | 0

A résolu


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

plus de 8 ans il y a

A résolu


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

plus de 8 ans il y a

A résolu


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

plus de 8 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 8 ans il y a

Réponse apportée
how to fix problem installing the support package in MATLAB Support Package for Arduino Hardware
I think you will have to contact Technical support of MathWorks and I would recommend talking to the installation team there. Yo...

plus de 8 ans il y a | 0

Réponse apportée
How to store some data into sd card of the arduino through MATLAB and also how to get the data back from the arduino through MATLAB?
Here is a file exchange submission that does this with the Data logger shield - https://www.mathworks.com/matlabcentral/fileexch...

plus de 8 ans il y a | 0

Réponse apportée
How to view SPI Arduino data from accelerometer within Matlab?
Here is a link on how to communicate with external sensors using SPI - https://www.mathworks.com/help/supportpkg/arduinoio/examp...

plus de 8 ans il y a | 0

Réponse apportée
raspi3 support simulink external mode show on the DSI display?
If you deploy the code to the Raspberry Pi (Normal mode and not external mode), I would think that this display will show the vi...

plus de 8 ans il y a | 0

Réponse apportée
how do I relocate code generated from simulink model to another Development Environment?
If you download this support package - https://www.mathworks.com/hardware-support/arduino-simulink.html then you dont have to ma...

plus de 8 ans il y a | 0

| A accepté

Réponse apportée
I2C Sensor
Almost every I2C sensor is unique in its own startup routine and such. Once you have figured out what it is from the data sheet ...

plus de 8 ans il y a | 0

Réponse apportée
Real time implementation of fuzzy logic controller simulink model with Arduino Mega 2560
To set the sampling time, you can go to Solverand change the Fixed step time to 600 as these are seconds (as shown below). <...

plus de 8 ans il y a | 0

Réponse apportée
External Mode - Raspberry; re-connect
Another way would be to open the shell as mentioned above and deleting the folders related to the specific model and re-run it. ...

plus de 8 ans il y a | 0

Réponse apportée
How to execute subsystem once at startup
Simulink works on time, so it looks like you need to 1) read the clock time of the simulation model using the clock block - ...

plus de 8 ans il y a | 0

Réponse apportée
Undefined function 'readVoltage' for input arguments of type 'arduino'.
After you have established the communication with Arduino using a=arduino, could you type methods(a) and post the results here?...

plus de 8 ans il y a | 1

| A accepté

Réponse apportée
How to design custom hardware support package?
If it is an ARM-cortex A based MCU you can use this tutorial series to create one yourself - https://www.youtube.com/playlist?li...

plus de 8 ans il y a | 0

Charger plus