Effacer les filtres
Effacer les filtres

how to monitor analog input from raspberry pi using simulink

4 vues (au cours des 30 derniers jours)
Mihir Pingle
Mihir Pingle le 15 Juin 2020
Commenté : Mihir Pingle le 26 Juin 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 commentaires
Nirmalkumar Doreraju
Nirmalkumar Doreraju le 26 Juin 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 le 26 Juin 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

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Raspberry Pi Hardware dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by