hobbielektronika


Hobbielektronika csoport, Debreceni Megtestesülés Plébánia Ez egy olyan öntevékeny csoport, amely maximális teret ad az egyéni kreativitásnak, ugyanakkor a tapasztalatcsere révén segítjük is egymás munkáját. Tevékenységünk a honlapunkon (http://megtestesules.info/hobbielektronika/) nyomonkövethető, s E-mail vagy internetes fórumok segítségével is konzultálhatunk egymással.

Team code repositories (48)

  • Mbed 2 deprecated
    08_timeout_helloworld

    The Timeout_Helloworld example from mbed Handbook

    Last updated: 07 Jan 2016 1 4
  • Mbed 2 deprecated
    08_wakeup

    LED blinking by using deepsleep() and WakeUp. A demo written by Erik Olieman, author the WakeUp class library. Link: https://developer.mbed.org/users/Sissors/code/WakeUp/

    Last updated: 07 Jan 2016 1 73
  • Mbed 2 deprecated
    09_ledswitch

    Switch on and off LED1 by using a pushbutton. The program implements a very simple Finite State Machine.

    FRDM-KL25Z, fsm
    Last updated: 28 Jan 2016 2 12
  • Mbed 2 deprecated
    09_rtos_basic

    Simple LED blinking RTOS application with 3 threads

    FRDM-KL25Z, rtos
    Last updated: 28 Jan 2016 8 10
  • Mbed 2 deprecated
    09_rtos_threads

    RTOS application with 3 threads of different priorities: play music, measure temperature (and print results via stdio) and plays with the MMA8451Q sensor and the RGB LEDs

    FRDM-KL25Z, rtos, thread
    Last updated: 28 Jan 2016 1 0
  • Mbed 2 deprecated
    10_rtos_3semaphores

    In this example three semaphores are used to mantain the monotonic execution order of three threads. Each task is consumer of a semaphore and at the same time producer of …

    FRDM-KL25Z, rtos, semaphore
    Last updated: 10 Feb 2016 1 21
  • Mbed 2 deprecated
    10_rtos_dpp_easy

    Dining Philosopher Problem - in the easy way. We have five philosopher sitting around a table and they are either thinking or eating. There is rice on the table, but …

    FRDM-KL25Z, rtos, semaphore
    Last updated: 10 Feb 2016 1 3
  • Mbed 2 deprecated
    10_rtos_dpp_mutex

    Dining Philosophers Problem solved by the help of mutexes

    Last updated: 10 Feb 2016 1 0
  • Mbed 2 deprecated
    10_rtos_mutex

    Example of mutex usage to protect shared access to stdio (printf). Note that this kind of protection is needed in case of Cortex-M0 MCU-s which use C microlib. Larger MCUs …

    FRDM-KL25Z, mutex, rtos, stdio
    Last updated: 10 Feb 2016 1 13
  • Mbed 2 deprecated
    10_rtos_semaphore

    In this example three threads are competing for two resources. The number of free resources is managed in a semaphore while the indiviual resource accesses are protected by 1-1 mutex. …

    FRDM-KL25Z, rtos, semaphore
    Last updated: 10 Feb 2016 1 26