unable to setup raspberry pi with hardware support package

조회 수: 22 (최근 30일)
Muhammad Talha
Muhammad Talha 2018년 4월 21일
답변: Simon Orlob 2018년 5월 30일
Hi i am new to raspberry pi i am trying to connect my raspberry pi with matlab first step of installing the hardware support package goes smoothly next in hardware setup things go fine till network setting where the setup asks me to chose how to connect the raspberry pi to PC, i chose connect directly to host computer when i click next error occurs " cannot retrieve removable drives:ERROR:Description=the specified module could not be found" Hope you can help me with this your help will be appreciated
  댓글 수: 3
Walter Roberson
Walter Roberson 2018년 4월 21일
편집: Walter Roberson 2018년 4월 21일
Which operating system are you using, and which MATLAB version?
(I see another posting with a related error message that had to do with wmic, which "should" be present for Windows Vista and later.
Muhammad Talha
Muhammad Talha 2018년 4월 22일
I am using matlab 2018a and windows 10 OS

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

답변 (1개)

Simon Orlob
Simon Orlob 2018년 5월 30일
There is a solution for setting up the raspberry pi also with the latest MATLAB versions. Starting from a clean raspbian-stretch-lite (flashing SDcard like described by www.raspberrypi.org)
From within a shell on the raspberry:
  • install matlab-rpi (sudo apt-get install matlab-rpi)
  • enable desired busses (sudo raspi-conig)
  • enable SSH (sudo raspi-config)
Now you can connect with MATLAB (in my case: raspberrypi('192.168.1.95','user','password') ) You can also connect the rpi to MATLAB Online (see: https://goo.gl/rzSA8U)
//sensors are working fine, works also with rpi3B+

카테고리

Help CenterFile Exchange에서 MATLAB 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