Arduino data acquisition post-run
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hi everybody.
I have a nice Simulink program downloaded and running on my Arduino Mega 2560. The simulation does not run well in 'external mode' because my PC cannot keep up with the fast required simulation speed, however it runs fine when I download to the Arduino.
That being said, I need to collect data from my running program. I'm assuming I cannot do this in real time due to the above constraint (correct me if I'm wrong!), so I was thinking that maybe I need to store the data in the Arduino's memory somewhere and access it after my physical simulation has run.
How can I get this data I need?
Thank you very much!
Answers (0)
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!