Live Transmission of Arduino Serial Plotter data to Matlab help

26 views (last 30 days)
I am using the Myoware with two Artemis RedBoards which are set up as Peripheral and Central
Now I want to live transmit the data from the Myoware to Matlab for signal processing but it is not connecting.
I tried downloading the MATLAB Support Package for Arduino Hardware and the hardware setup pops up
How should I proceed from here? I am using R2021b
Any help you can give will be appreciated
I have tried skipping this step and programming
s = serial('COM9');
fopen(s); <- This line gave an error
val=fscanf(s)

Answers (1)

MathWorks MATLAB Hardware Team
MathWorks MATLAB Hardware Team on 15 Apr 2024 at 4:25
Hi,
Thank you for reaching out.
Currently, the MATLAB Support Package for Arduino hardware does not include support for Artemis RedBoards.
For your specific needs, you might find the following approach useful:
Thanks,
MATLAB Hardware Team
MathWorks

Categories

Find more on MATLAB Support Package for Arduino Hardware in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!