How to transmit several float from simulink to arduino mega
1 view (last 30 days)
Show older comments
good morning
i am a french teacher and i would like to know how to send 3 float from simulink to arduino.
I want to use the transmit block from simulink suppport package for arduino hardware
may i use single format or array of bytes?
I tell you that i understood the opposite passage that uses the union structure in arduino code to send floats from arduino to simulink.
In fact i would like to know the arduino code and the blocks to put in place in simulink and their setting.
thanks a lot for your anwers
0 Comments
Answers (1)
Munish Raj
on 25 Feb 2019
The data can the sent to arduino from simulink as an array
This can be done using the Tapped delay block in Simulink.
When this is done, the serial port will send the subsequent data bytes continuousy.
The Read protocols on arduino will treat these as unique values.
See Also
Categories
Find more on Modeling 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!