How to connect Raspberry pi zero to Matlab via wifi

11 vues (au cours des 30 derniers jours)
Roston Mascarenhas
Roston Mascarenhas le 9 Mar 2022
Réponse apportée : Chandu le 25 Avr 2022
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??

Réponses (1)

Chandu
Chandu le 25 Avr 2022
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.

Catégories

En savoir plus sur MATLAB Support Package for Raspberry Pi Hardware dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by