Raspberry Pi 3 Connection Problem

2 Ansichten (letzte 30 Tage)
Mathcode Liang
Mathcode Liang am 15 Aug. 2016
Beantwortet: Richard am 1 Aug. 2017
My pc connects to Pi 3 with Wifi.
And this is working:
mypi = raspberrypi('192.168.88.102', 'pi', '123456')
message = mypi.connect
openShell(mypi,'ssh')
But when I try to use:
mypi = raspi('192.168.88.102', 'pi', '123456')
It is fail.And turns out below:
错误使用 raspi (line 169)
Cannot establish a TCP/IP connection to the board with device address "192.168.88.102".
原因:
错误使用 raspi (line 165)
Cannot create a communication link with the remote server. Please check the input arguments(ADDRESS and PORT) and make sure
the server is running.
Additional Information: 由于目标计算机积极拒绝,无法连接。.
And the supply power is 1A,
Somebody know why?
Thanks a lot.
  13 Kommentare
Pawel Ladosz
Pawel Ladosz am 19 Aug. 2016
Please find matlab support page appropriate for your country and click 'contact us'
Mathcode Liang
Mathcode Liang am 21 Aug. 2016
Thanks a lot.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Richard
Richard am 1 Aug. 2017
How did you mange to connect raspberry pi to matlab via wifi? I tried multiple methods but none of them works.

Kategorien

Mehr zu MATLAB Support Package for Raspberry Pi Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by