Filter löschen
Filter löschen

how to monitor analog input from raspberry pi using simulink

2 Ansichten (letzte 30 Tage)
Mihir Pingle
Mihir Pingle am 15 Jun. 2020
Kommentiert: Mihir Pingle am 26 Jun. 2020
hello,
I am using the MCP3008 to connect analog inputs to raspberry pi. I can view the voltage over matlab using the code given in the link below.
I created a model containing SPI master transfer block and connected a constant input of [1, bin2dec('10000000'), 0] to it. Then created a Matlab function block to convert the Datain the form of vector to actual voltage same as matlab code. I am using a scope to monitor this voltage signal. When I try to build it in external mode the input over time is zero (I can see the varying input ver matlab). If anone has step by step solution please help.
Thanks in advance.
  2 Kommentare
Nirmalkumar Doreraju
Nirmalkumar Doreraju am 26 Jun. 2020
Hi Mihir,
Since by default the datatype of a constant block in Simulink is double, you might be seeing no data output. Double click on the Constant block, go to Signal Attributes tab, and select the Output data type to be uint8. After this, hopefully the block should output proper values.
Please give it a try and let us know how it went.
Thanks and Regards,
Nirmal
Mihir Pingle
Mihir Pingle am 26 Jun. 2020
Thanks Nirmal for the help. My issue is already resolved. Instead of the Matlab function block I replicated the logic by using the simulink blocks and at the end converted the data type to double from unit8. Now its working properly

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Raspberry Pi Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by