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
    11_rtos_mempool

    Simple example to use a Mempool object together with a Queue object in order to send more complex messages from thread1 to thread2.

    FRDM-KL25Z, MemoryPool, Queue, rtos
    Last updated: 23 Feb 2016 1 7
  • Mbed 2 deprecated
    10_rtos_signals

    Synchronize two tasks by the help of event signals. Watch the output in a Terminal window!

    Last updated: 23 Feb 2016 1 1
  • Mbed 2 deprecated
    10_rtos_signals_ledblink

    Synchronize two tasks by the help of an event signal. Thread2 changes the state of LED1 when an event flag arrives. Thread1 (the main thread) sends event flags at reguar …

    Last updated: 23 Feb 2016 1 8
  • Mbed 2 deprecated
    10_rtos_signals_to_main

    Synchronize two tasks by the help of an event signal. Thread1 (the main() thread) changes the state of LED1 when an event flag arrives. Thread2 sends event flags at reguar …

    Last updated: 23 Feb 2016 1 16
  • 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_dpp_mutex

    Dining Philosophers Problem solved by the help of mutexes

    Last updated: 10 Feb 2016 1 0
  • 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_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
  • 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
    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