Main Content

IO Device Builder

Erstellen eines Simulink-Blocks für benutzerdefinierte oder von Drittanbietern entwickelte C/C++ Dateien

Mit der IO Device Builder App im Simulink®-Supportpaket für Arduino®-Hardware können Sie schnell ein System object™ für benutzerdefinierte oder von Drittanbietern entwickelte Quellcode-Dateien (C/C++) erstellen. Sie können das System object verwenden, um mithilfe des MATLAB System-Blocks einen Simulink-Block zu erstellen.

Um den IO Device Builder zu verwenden, rufen Sie in der Simulink-Symbolleiste die Registerkarte Hardware auf. Wählen Sie im Abschnitt Prepare unter Design IO Device Builder aus. Über eine Reihe von Bildschirmen gelangen Sie zum Prozess, mit dem Sie ein System object und daraufhin einen Simulink-Block erstellen.

Themen

Beispiele

Create DHT11 Sensor Block to Measure Relative Humidity and Temperature Using IO Device Builder App

This example shows how to use the IO Device Builder app to create DHT11 sensor for measuring relative humidity and temperature. In this example, the DHT11 sensor communicates with a microcontroller through a single-wire interface.

Create ADXL343 Sensor Block to Read Acceleration Using IO Device Builder App

This example shows how to use the IO Device Builder app to create ADXL343 sensor to measure acceleration.

Create OLED Display Block to Display Acceleration Using IO Device Builder App

This example shows how to use the IO Device Builder app to create ADXL343 sensor to measure acceleration and display the same in SH1106 OLED (Organic Light Emitting Diodes) display module.

Create OLED Display Block to Display Acceleration and Tap Count Using IO Device Builder App

This example shows how to use the IO Device Builder app to create OLED Display block to measure acceleration, tap count and then display the same in OLED (Organic Light Emitting Diodes) display module.

Create OLED Display Block to Display Acceleration and Tap Count Using Arduino External Interrupt Block and IO Device Builder App

This example shows how to use the IO Device Builder app to create OLED Display block to display acceleration and tap count using Arduino External Interrupt block.