.. _ele_basic_examples: ============== Basic examples ============== .. toctree:: :hidden: led_w_current_limiting_resistor led_w_constant_current_source led_pulse_w_ne555 led_pulse_width_modulation_w_ne555 high_load_switch_with_bjt high_load_switch_with_mosfet dc_motor_control_w_h_bridge switch_w_pull_up_down_resistor flip_flop This section showcases common electronic ciruits. .. rst-class:: strong-references * `LED with current limiting resistor `_: The simplest way of lighting up an LED. * `LED with constant current source `_: A bit more sophisticated way of lighting up an LED. * `LED pulse with NE555 `_: A simple way to turn an LED on and off periodically. * `LED pulse width modulation (PWM) with NE555 `_: By controlling the pulse witdh (= duration) the brightness of an LED can be changed. * `High load switch with BJT `_: * `High load switch with MOSFET `_: * `DC motor control with H-bridge `_: * `Switch with pull-up/down resistor `_: A common way how switches and push buttons are connected to e.g. digital inputs. * `Flip Flop `_: A very basic way to store information.