Arduino mega 2560

30 vues (au cours des 30 derniers jours)
Mohammed
Mohammed le 15 Juin 2012
Commenté : Jon Zeosky le 31 Août 2018
i have a problem to deal with arduino mega with simulink the problem is the digital block for (read or write) containing numbers from 2 : 19
and the arduino mega have 69 digital I/O
knowing that i modified the serv.pde file as mentioned in the read me file with the package
Can Any one help me ??
thanks for all
  1 commentaire
Addie
Addie le 24 Jan 2014
I have a problem on selecting pins for PWM that supported by ArduinoMega such as pin 2,4 etc. The warning prompt appeared when I selected it. Its mean the block is not supported for ArduinoMega which contras with the instruction available in model mask.
Please help.
Addie

Connectez-vous pour commenter.

Réponse acceptée

Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer le 15 Juin 2012
The Mega 2560 has 54 digital I/O pins, from 0 to 53, as specified here: http://arduino.cc/it/Main/ArduinoBoardMega2560 The board groups and labels these pins as "PWM", "Communication", and "Digital" pins. Can you clarify your question or explain what you are doing?
  1 commentaire
Mohammed
Mohammed le 15 Juin 2012
i'm using the arduino board with simulink by using arduino library for simulink when i select any block
it allow to me to choose pine no. from 2: 19 not from 0:54
http://www.mathworks.com/matlabcentral/fileexchange/32374

Connectez-vous pour commenter.

Plus de réponses (4)

Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer le 15 Juin 2012
Hi Mohammed.I understand now. In your model, select Tools > Run on Target Hardware > Options. This action opens Configuration Parameters dialog. Wait a moment for the Run on Target Hardware pane to appear. Change Target hardware setting from Arduino Uno to Arduino Mega 2560. Save and close Configuration Parameters. Now you can enter higher values for the pin numbers. HTH, Rolfe
  1 commentaire
Mohammed
Mohammed le 16 Juin 2012
i'm using matlab 2011a
and i can arrive to the destination that you determined please tell me how to install the package to matlab simulink step bye step

Connectez-vous pour commenter.


Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer le 20 Juin 2012
I don't have any information on how to do this R2011a. The feature I described became available in Simulink R2012a. If you get access to R2012a, enter targetinstaller in the MATLAB Command Window. This action opens the Target Installer and provides instructions for installing support for Arduino.
  3 commentaires
Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer le 22 Juin 2012
I'm looking into this and will get back to you soon.
Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer le 22 Juin 2012
Solution #1: In Target Installer, on the "Install or update target" screen, select "Internet (recommended)". Do not select "Folder".

Connectez-vous pour commenter.


Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer le 22 Juin 2012
Easy Solution #1: In Target Installer, on the Install or update target screen, select Internet (recommended). Do not select Folder.
Solution #2, (For host computers that do not permit direct downloads from the Internet):
  1. On a private machine, go to http://www.mathworks.com/matlabcentral/fileexchange/35641-simulink-support-package-for-arduino-mega-hardware, click the Download All button.
  2. Transfer the download file, rtt_arduinomega2560_r2012a_v1_0.zip, to a USB memory stick.
  3. Connect the USB stick to the host computer that is running MATLAB.
  4. Determine the drive letter of the USB stick and the folder path of the download file, rtt_arduinomega2560_r2012a_v1_0.zip.
  5. Run Target Installer.
  6. On the "Install or update target" screen, select "Folder" and enter the folder path the download file, rtt_arduinomega2560_r2012a_v1_0.zip
  7. Continue, following the instructions.
  4 commentaires
Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer le 22 Juin 2012
I'll make a short video so you can see how I do it.
Jon Zeosky
Jon Zeosky le 31 Août 2018
Please note that as of September 2018, Solution #2 will no longer be viable, as Simulink Arduino Support will be discontinued for R2012a and R2012b.
Please see the following Answers Post for more information:

Connectez-vous pour commenter.


Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer le 22 Juin 2012
Here is a short video of Solution #2: http://screencast.com/t/p8YdLGUSmv8O
  3 commentaires
Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer le 25 Juin 2012
Enter arduinolib on the MATLAB command line to open the block library for Arduino. Replace the Digital Read and Digital Write blocks, and any other similar blocks, with the ones from this library.
Can you point me to the original source for your blocks? I'd like to see the readme file instructions regarding the serv.pde file.
Mohammed
Mohammed le 5 Juil 2012
thank you very much for your help the problem solved
but i have another problem
when i run the simulation using external mode an error occur (matlab has encountered internal problem needs to close )

Connectez-vous pour commenter.

Catégories

En savoir plus sur MATLAB Support Package for Arduino Hardware dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by