Arduino code to Simulink
2 views (last 30 days)
Show older comments
For school I need to read a sensor.
After some work I'm capable to read this with arduino. Is it possible to convert this code to a working Simulink model?
2 Comments
Answers (1)
Pradeep KS
on 10 Apr 2019
There are two approaches depending on the Sensor complexity.
1st approach:
If I2C communication with the sensor is less complex, you can follow the below mentioned example to replicate the same implementation for Xsens IMU sensor.
Create a Simulink model with Arduino I2C blocks to read the data from the sensor.
2nd approach:
If the C/C++ library is already available, you can wrap the library into a Simulink Device driver block by following the below guide.
0 Comments
See Also
Categories
Find more on Device Driver Blocks 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!