how to monitor analog input from raspberry pi using simulink
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Nirmalkumar Doreraju
el 26 de Jun. de 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
Respuestas (0)
Ver también
Categorías
Más información sobre Raspberry Pi Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!