Read real time data on raspberry PI
Mostrar comentarios más antiguos
Hi.
Is there any way to read realtime, live, data produced on a raspberry PI directly on Matlab ( don't using ThigSpeak)?
I.e. I'd like to read live Raspberry CPU temp in matlab without using ThingSpeak.
Any idea?
Thanks in advance
Respuestas (3)
Manash Sahoo
el 10 de Feb. de 2021
0 votos
I'm not experienced with directly reading from raspberry Pi/arduino, but this link might help you out.
https://www.mathworks.com/help/supportpkg/raspberrypiio/ref/raspi.serialdev.read.html
1 comentario
Cosimo Mercuro
el 11 de Feb. de 2021
Prasanth Sunkara
el 18 de Feb. de 2021
0 votos
Hi Cosimo,
One approach is to use the "timer" feature in MATLAB and in the timer callback, you can call the function which reads the cpu temperature( probably using "system" command of Raspbery Pi Support package).
Please see the below timer example for reference:
Alternatively, you may find the "Raspberry Pi Resource Monitor App" handy for similar usecases.
Thanks,
Prasanth
Categorías
Más información sobre Run on Target Hardware en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!