Difference between revisions of "HANcoder/Training Material/AutomaticLightControlSystem"

From OpenMBD
Jump to: navigation, search
(Contents)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
== Goal of the tutorial ==
 
== Goal of the tutorial ==
  
The goal of this tutorial is to get used to the software tools that are being used to program a microcontroller that works in a model based development environment. Besides experiencing the merits of Matlab Simulink, HANcoder and HANtune, you will learn the meaning of analog voltages with regards to sensors. You will also learn about the use of PWM to regulate the intensity of an LED.  
+
The goal of this tutorial is to get used to the software tools that are being used to program a microcontroller that works in a model based development environment. Besides experiencing the merits of MATLAB Simulink®, HANcoder and HANtune, you will learn the meaning of analog voltages with regards to sensors. You will also learn about the use of PWM to regulate the intensity of an LED.  
  
 
After this tutorial you should be able to:
 
After this tutorial you should be able to:

Latest revision as of 14:18, 31 May 2018

LED Control System

Goal of the tutorial

The goal of this tutorial is to get used to the software tools that are being used to program a microcontroller that works in a model based development environment. Besides experiencing the merits of MATLAB Simulink®, HANcoder and HANtune, you will learn the meaning of analog voltages with regards to sensors. You will also learn about the use of PWM to regulate the intensity of an LED.

After this tutorial you should be able to:

  • Read in analog inputs
  • Send out PWM signals
  • Visualize signals and parameters within HANtune
  • Make a basic control system

Contents