Cannot establish a connection to Raspberry Pi 3

I'm working with MATLAB R2018b with support package for raspberry pi; Windows 10; Raspberry Pi 2 B & 3 Model B+.
When I try to connect to my RPi for the first time after installing raspbian_R18.2.0, I get an timeout or connection error after "### Lauching MATLAB I/O server".
I've tried two different SD Cards and two Raspberry Pi's. All give me the same result.
>> !ping xxx.xxx.xxx.189
Ping wird ausgeführt für xxx.xxx.xxx.189 mit 32 Bytes Daten:
Antwort von xxx.xxx.xxx.189: Bytes=32 Zeit<1ms TTL=64
Antwort von xxx.xxx.xxx.189: Bytes=32 Zeit<1ms TTL=64
Antwort von xxx.xxx.xxx.189: Bytes=32 Zeit<1ms TTL=64
Antwort von xxx.xxx.xxx.189: Bytes=32 Zeit=1ms TTL=64
Ping-Statistik für xxx.xxx.xxx.189:
Pakete: Gesendet = 4, Empfangen = 4, Verloren = 0
0% Verlust),
Ca. Zeitangaben in Millisek.:
Minimum = 0ms, Maximum = 1ms, Mittelwert = 0ms
>> raspi
### Updating Raspberry Pi I/O server...
### Connecting to board...
### Connected to xxx.xxx.xxx.189...
### Creating server folder...
### Transferring source files...
### Building MATLAB I/O server...
### Launching MATLAB I/O server...
Cannot establish a connection to the board with device address "xxx.xxx.xxx.189". Wait 30 seconds and try again.
Did anybody have an idea how to fix that?
Thanks a lot!

댓글 수: 3

Ming Yue
Ming Yue 2018년 10월 19일
Can you try to disable Windows Firewall and try to connect again?
Ming Yue
Ming Yue 2018년 10월 19일
편집: Ming Yue 2018년 10월 19일
Also, when you first installed Rasbian, the default login is username=pi, password=raspberry, can you also try creating raspi object with this:
>> r=raspi('xxx.xxx.xxx.189','pi','raspberry'); %replace with your board's IP
Having the same issue as Felix. Disabled the firewall.
Matlab/Simulink are able to deploy models. I can ping through cmd, and connect via ssh.
The problem is through the raspi only.
r = raspberrypi works... and the targetHardware('Raspberry Pi') as well.

댓글을 달려면 로그인하십시오.

 채택된 답변

Felix Beu
Felix Beu 2018년 10월 23일

0 개 추천

Thanks a lot guys. At the moment I'm not able to check that. But I had a similar problem which I solved that way. So I'm pretty sure that disabling the windows firewall will solve the connection problems.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB Support Package for Raspberry Pi Hardware에 대해 자세히 알아보기

제품

릴리스

R2018b

질문:

2018년 10월 15일

답변:

2018년 10월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by