Can't connect raspberry pi 5 to matlab online

8 ビュー (過去 30 日間)
Rahmat
Rahmat 2025 年 4 月 13 日
回答済み: colordepth 2025 年 4 月 15 日
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 Center および File ExchangeMATLAB 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