Can't connect raspberry pi 5 to matlab online

8 次查看(过去 30 天)
My raspberry is rasopberry 5 and i have installed OS 32 bit bookworm. I have followed instructions on this link : https://www.mathworks.com/help/matlab/supportpkg/connect-to-raspberry-pi-hardware-board-in-matlab-online.html#raspi_online_setup
I have connected my raspberry to my laptop (using ethernet cable and same wifi connection). the problem described as above picture. please kindly give solution to this issue

回答(1 个)

colordepth
colordepth 2025-4-15
From the documentation of "raspi" (https://www.mathworks.com/help/matlab/supportpkg/raspi.raspi.html):- In MATLAB Online™, the raspi object reuses the settings from the most recent successful connection.
The error shown in your screenshot suggests that the "raspi" command is trying to connect to a board named Raspberry_Pi, whereas "raspilist" is saying the available board name is pi instead. This could be due to a number of reasons, like a renamed display-name for the board or the usage of a different board than the most recent successful connection.
Nevertheless, you can explicity provide this target hardware name to "raspi" as shown in the following command:
r = raspi('pi') % I am using 'pi' here as it is the name returned by your *raspilist* invocation

类别

Help CenterFile Exchange 中查找有关 MATLAB Support Package for Raspberry Pi Hardware 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by