Arduino Udp Ethernet Shield

Transmit and receive data arrays of any type and length with an Arduino UDP Ethernet Shield
다운로드 수: 1.7K
업데이트 날짜: 2016/9/1

라이선스 보기

The default UDP blocks in R2015a's Simulink Arduino Support Package can transmit and receive scalar bytes of data. This entry expands this functionality to enable the user to transmit and receive arrays of data where the type is an integer.
The supported data types are {uint8, int8, uint16, int16, uint32, int32}.
This entry supports Windows, Linux and Mac.

Install:
To install this entry, run the included .mltbx file.

Documentation and Examples:
For examples showing how to use the blocks, see the "Supplemental Software" section of the main doc page. There will be link called "Arduino UDP Ethernet Shield" .

To see the files directly, navigate to Home->Add-Ons->Manage Custom Toolboxes->Open Folder

Dependencies:
This toolbox also provides a custom toolbox "Pack and Unpack Data", containing the packData and unpackData functions which convert an array of integers into an array of bytes and vice-versa. This is used on the desktop computer to translate integers into bytes and vice-versa for communication via UDP.

The Instrument Control Toolbox is necessary to receive and transmit UDP data from the Desktop Computer.

인용 양식

MathWorks Student Competitions Team (2024). Arduino Udp Ethernet Shield (https://www.mathworks.com/matlabcentral/fileexchange/52578-arduino-udp-ethernet-shield), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Instrument Control Toolbox Supported Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

code/PackUnpackData/code/library/

code/PackUnpackData/examples/

code/library/

examples/MultipleTransmit/

examples/loopback/

examples/receive/

examples/transmit/

code/PackUnpackData/documentation/blocks/html/

code/PackUnpackData/documentation/concepts/html/

code/PackUnpackData/documentation/examples/html/

code/PackUnpackData/documentation/functions/html/

code/PackUnpackData/documentation/html/

code/PackUnpackData/documentation/release/html/

code/PackUnpackData/documentation/setup/html/

documentation/blocks/html/

documentation/examples/html/

documentation/html/

documentation/release/html/

documentation/setup/html/

버전 게시됨 릴리스 정보
15.2.1.1

Updated license

15.2.1.0

Fixed a Sample Time bug found in R2015b.
Fixed an Arduino IP and MAC bug found in R2015b
Updated Arduino Library used by block to 1.6.1 when using R2015b

15.1.1.0