Reading Serial Data on Arduino into Matlab

43 views (last 30 days)
Justin
Justin on 21 Jul 2020
Answered: Priyanshu Mishra on 27 Jul 2020
Hello!
I am trying to read in data from a dust sensor (Plantower PMS 5003) into matlab. The dust sensor his plugged into an arduino UNO board which is connected to Matlab via the Arduino Hardware Support Package.
Here is the datasheet for the dust sensor, page 13 shows the details of the serial communication protocol.
To be clear, I'm not having an issue connecting to the arduino - that works fine, Matlab is talking to it. I have not seen an example of how to read the serial data coming off the digital pins from the arduino into Matlab.
thank you for your help!!

Answers (1)

Priyanshu Mishra
Priyanshu Mishra on 27 Jul 2020
Hi Justin,
You may refer the following link for reading streaming data from Arduino

Categories

Find more on Arduino Hardware in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!