How to connect Raspberry pi zero to Matlab via wifi

조회 수: 8 (최근 30일)
Roston Mascarenhas
Roston Mascarenhas 2022년 3월 9일
답변: Chandu 2022년 4월 25일
I have followed the required steps in order to connect Raspberry pi zero to Matlab but the WLAN IP address shows Not Connected. So anybody here can help me to do so??

답변 (1개)

Chandu
Chandu 2022년 4월 25일
Hi,
To communicate with the Raspberry Pi over Wi-Fi, please follow these steps:
The Raspberry Pi must be connected to a wireless network that the computer running MATLAB can also access. The simplest way of achieving this is to have both the device and the computer connected to the same wireless network.
For the IP address of the Raspberry Pi, see: IP Address of Raspberry Pie
Verify that your network is correctly configured by pinging the IP address of the Raspberry Pi. In a Command Prompt run the command:
ping RPI_IP
where RPI_IP is the IP address of the Raspberry Pi. If it is successful this should return a reply and time information, if not it reports that the request timed out.
Once you can successfully ping the Raspberry Pi, configure MATLAB or Simulink to use the correct IP address to communicate with the hardware.
MATLAB TCP/IP client supports to connect with the remote hosts or hardware from MATLAB for reading or writing the data. Create a TCP/IP connection, configure the connection (if necessary) and then read or write data. After that close the connection as well.
t = tcpclient(address,port);
You can also refer to MATLAB IP Configure MathWorks Documentation for Future Reference.

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for Raspberry Pi Hardware에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by