필터 지우기
필터 지우기

Programming arduino web server with matlab app designer

조회 수: 3 (최근 30일)
Christoph Schneider
Christoph Schneider 2022년 5월 19일
편집: Riya 2024년 1월 5일
Hi.
Is it possible to flash a gui created with the matlab app designer on an arduino/ESP8266 and run it as a web server?
and if so how?
many many thanks.

답변 (1개)

Riya
Riya 2023년 12월 17일
편집: Riya 2024년 1월 5일
Hello Christoph,
As per my understanding, you want to do program Arduino web server with MATLAB App designer.
Please note that if Simulink is required for the workflow, a possible workaround is to create a ‘MATLAB S-function'.
For a model running in ‘External Mode’, you can create a ‘MATLAB S-Function', and mark it as ‘SimViewingDevice’, so there won’t be any code generated from it. MATLAB code can then, be written in the S-function to send the data to the App Designer’ in real time.
Please refer to the following links below on ‘SimViewingDevice’ and MATLAB S-Functions:
I hope it helps!

카테고리

Help CenterFile Exchange에서 Arduino Hardware에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by