Azzera filtri
Azzera filtri

Connecting Raspberry Pi with MATLAB Issue

3 visualizzazioni (ultimi 30 giorni)
Jina Son
Jina Son il 4 Lug 2019
Modificato: Jina Son il 4 Lug 2019
Hello, I am recently having problems with connecting raspberry pi and MATLAB through 'Hardware Support Package' provided by MATLAB.
At a stage of hardware confinguration, the error occurs and it says 'The test connection could not be detected the raspberry pi hardware in allotted time. Try using test connection button.'
Is there any way that could solve this kind of problem?
PS. Placing the error below
----------------------------------------------------------------------------
경고: 'onCleanup' 클래스 소멸자(Destructor)를 실행하는 중 다음 오류가 발생했습니
다.
다음 사용 중 오류가 발생함: matlab.hwmgr.internal.hwsetup.Panel/enable (line
121)
Hardware Setup Terminated, please try again.
오류 발생: matlab.hwmgr.internal.hwsetup.TemplateBase/enableScreen (line
187)
obj.ParentPanel.enable();
오류 발생: raspi.internal.hwsetup.ConnectHardware>@()obj.enableScreen
(line 120)
enableScreen = onCleanup(@()obj.enableScreen);
오류 발생: onCleanup/delete (line 66)
obj.task();
오류 발생: raspi.internal.hwsetup.ConnectHardware/getNextScreenID (line
108)
function out = getNextScreenID(obj)
오류 발생: matlab.hwmgr.internal.hwsetup.TemplateBase/getScreenObj (line
361)
screen = obj.getNextScreenID();
오류 발생: matlab.hwmgr.internal.hwsetup.TemplateBase/getNextScreenObj
(line 333)
out = obj.getScreenObj('next');
오류 발생: matlab.hwmgr.internal.hwsetup.TemplateBase.nextButtonCallback
(line 409)
nextScreenObj = currentScreen.getNextScreenObj();
오류 발생: matlab.hwmgr.internal.hwsetup.executeWidgetCallback (line 18)
feval(fcnHandle, obj, evt, widgetCbk{2:end});
오류 발생: matlab.hwmgr.internal.hwsetup.Widget/safeCallbackInvoke (line
114)
matlab.hwmgr.internal.hwsetup.executeWidgetCallback(obj,
widgetCbk, evt );
오류 발생: matlab.hwmgr.internal.hwsetup.hg.Button/buttonPushedCbk (line
43)
obj.safeCallbackInvoke(obj.ButtonPushedFcn, varargin);
오류 발생:
matlab.hwmgr.internal.hwsetup.hg.Button>@(varargin)obj.buttonPushedCbk(varargin{:})
(line 24)
obj.Peer.Callback = @obj.buttonPushedCbk;
> In raspi.internal.hwsetup.ConnectHardware/getNextScreenID (line 108)
In matlab.hwmgr.internal.hwsetup.TemplateBase/getScreenObj (line 361)
In matlab.hwmgr.internal.hwsetup.TemplateBase/getNextScreenObj (line 333)
In matlab.hwmgr.internal.hwsetup.TemplateBase.nextButtonCallback (line 409)
In matlab.hwmgr.internal.hwsetup.executeWidgetCallback (line 18)
In matlab.hwmgr.internal.hwsetup.Widget/safeCallbackInvoke (line 114)
In matlab.hwmgr.internal.hwsetup.hg.Button/buttonPushedCbk (line 43)
In matlab.hwmgr.internal.hwsetup.hg.Button>@(varargin)obj.buttonPushedCbk(varargin{:}) (line 24)

Risposte (0)

Community Treasure Hunt

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

Start Hunting!