Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

ese_block_1_grundlagen_mikrocontroller
34 Treffer, Zuletzt geändert:
[[:ese_block_1_grundlagen_mikrocontroller|DE]] | [[en:ese_block_1_grundlagen_mikrocontroller|EN]] | [[zh:ese_block_1_grundlagen_mikrocontroller|CN]] ====== ESE block 1 basics of microcontroller ====== * History: https://prezi.com/p/edit/exnrdy3rutfm
ese_block_3_hello_world_blinky
19 Treffer, Zuletzt geändert:
sk is: ** \\ // The user should see that the microcontroller is working. Develop a solution for this that shows the state of the microcontroller by flashing an LED. This indicator LED should be ... m32F042_48Mhz // from the Explorer to operate the controller with full 48MHz performance. {{:neueskldhallo.jp... is to control an LED to display the status of the controller. If we follow the so-called object-oriented conce
ese_block_12_lcd
17 Treffer, Zuletzt geändert:
https://en.wikipedia.org/wiki/Hitachi_HD44780_LCD_controller|quasi industrie standard]] due to its frequent us... {{ :stm32light:uclcdpoti.png?nolink&500|}}A microcontroller solution is to be developed in which an analog va... https://en.wikipedia.org/wiki/Hitachi_HD44780_LCD_controller|HD44780]] display controller or compatible * Display in 4 bit mode, save pins * Display the analog value
ese_block_13_i2c
17 Treffer, Zuletzt geändert:
d bus systems play an important role in many microcontroller applications. On the one hand, such digital commu... ²C bus only needs two lines, i.e. two pins on the controller. There are [[https://www.mouser.de/Search/Refine?... ange of applications. Virtually every modern microcontroller family supports this standard. I²C was originally... :stm32light:uci2c.png?direct&550|}}Develop a microcontroller application in which an I²C temperature sensor is
ese_block_2_grundlagen_uml
15 Treffer, Zuletzt geändert:
. {{:uml:smd32pin.jpg?nolink&150|}} {{:uml:klassecontroller.png?nolink&200|}} {{:uml:taste.jpg?nolink&70|}} {... ct-predicate-object). The LED is connected to the controller. We can then also represent this in the UML. {{:... that something can belong to a certain group. The controller that we will program in this course belongs to th... Example 1: {{ :uml:isa.png?200&nolink|}} - the controller is an STM32 or - the controller has an STM32?
ese_block_6_systick
13 Treffer, Zuletzt geändert:
anwendersichtsysticklight.png?direct&350|}}A microcontroller application has to be developed in which the user sees how the SysTick of the microcontroller works. ** The task is: ** //Develop a solution ... s SysTick events (10 ms, 100 ms, 1 s) of the microcontroller are made clear by different flashing LEDs and a b... }} {{::smdspeaker.jpg?nolink&110|}} {{:uml:klassecontroller.jpg?nolink&110|}} {{:uml:classgreen.png?nolink&11
ese_block_7_uart
13 Treffer, Zuletzt geändert:
, RS485, UART, USART, USIC or SERCOM. In our microcontroller this is called UART (Universal Asynchronous Recei... nnections (COM & LPT). This is ensured by a small controller called a USB-UART bridge. The COM port in the dev... of the USB-UART bridge to pins A9 and A10 of the controller is already built into the board. You are already ... mbedded developers to communicate with their microcontroller. That is why SiSy has a special terminal program
ese_block_14_can
13 Treffer, Zuletzt geändert:
especially in the vehicle sector. CAN stands for Controller Area Network. The name suggests that this is a ne... ====== {{ :stm32light:uccan.png?nolink&700|}} Two controller boards are to be networked via the CAN bus. Each ... ses but an ID of the system status shown * Each controller can receive the system states that are important ... sage to be sent for coding the button status. The controller evaluates the button cyclically, for example ever
ese_block_9_pwm
12 Treffer, Zuletzt geändert:
= {{ :anwendersichtleddim.png?nolink&400|}}A microcontroller application is to be developed in which an LED fa... ttribute with the name ** duty ** of the class ** controller **. Since the library block controls the PWM sign... code to the ** onStart () ** operation of the ** Controller ** class. {{ :stm32light:stml011a.png?direct&300|}} >Controller::onStart():void <code c> // boot sequence after s
ese_block_8_adc
12 Treffer, Zuletzt geändert:
= {{ :anwendersichtanalog.png?500&direct|}}A microcontroller application is to be developed in which the analo... tentiometer / brightness sensor) with our ** microcontroller ** and displaying them in a ** terminal program *... {{:uml:classsensor.png?nolink&150|}} {{:uml:klassecontroller.jpg?nolink&150|}} {{:uml:classterminal.png?nolink... |}} ** __ REMEMBER: __ Signals (voltages) on the controller = maximum up to the supply voltage !!! ** \\ ===
ese_block_10_timer
11 Treffer, Zuletzt geändert:
wn timer. If you try to reduce the task of a microcontroller to the innermost being, to the core of the matter... number and possibilities of the timers of a microcontroller represent an essential performance feature. With ... k ====== {{ :stm32light:uctimer.png?500|}}A microcontroller application is to be developed in which a timer a... ld your own timer for triggering an action of the controller. The action to be triggered is represented by cou
ese_block_11_int
11 Treffer, Zuletzt geändert:
ask ====== {{ :anwendersichtint.png?500|}} A microcontroller application is to be developed in which an extern... gnal, a falling edge, triggers an activity on the controller. The reaction of the controller to the external event should be realized by switching an LED. ** The solutio... ed. {{uml:smd32pin.jpg?nolink&100|}} {{uml:klassecontroller.jpg?nolink&190|}} {{:uml:taste.jpg?nolink&70|}} {
ese_block_4_gpio
9 Treffer, Zuletzt geändert:
represents an antenna with its connection to the controller as long as it is not pressed. {{::offenereingang... {{ :anwendersichttasteled.png?nolink&400|}}A microcontroller application is to be developed in which an LED is... sk: {{uml:smd32pin.jpg?nolink&100|}} {{uml:klassecontroller.jpg?nolink&190|}} {{::led.jpg?nolink&120|}} {{:um... The button and the LED must be connected to the controller. We have already got to know the ** aggregation *
ese_block_5_button_led
6 Treffer, Zuletzt geändert:
===== {{ :anwendersichtbuttonled.png?480|}}A microcontroller application is to be developed in which a new fun... ed: {{uml:smd32pin.jpg?nolink&100|}} {{uml:klassecontroller.jpg?nolink&190|}} {{::led.jpg?nolink&120|}} {{:um... The button and the LED must be connected to the controller and we already know the required library elements... e the **FunctionKey** class and connect it to the controller * Create class **IndicatorLED** and connect to
pec_ref
5 Treffer, Zuletzt geändert:
Embedded Classes and is a class library for microcontroller applications. All classes and templates intended... ock, for example as an aggregation in the class //Controller// {{::pec:pecpattern1.png?nolink&600|}} **Example 2:** An RS232 terminal on UART0 of the controller is provided for the configuration of the embedded... ock, for example as an aggregation in the class //controller// {{::pec:pecpattern2.png?nolink&600|}} ** NOTE
ese_kurs
5 Treffer, Zuletzt geändert:
ese_block_0_allgemeines
3 Treffer, Zuletzt geändert:
en
2 Treffer, Zuletzt geändert: