Andrea Vicari

Public Repositories (11)

  • Mbed OS
    AccelerationFile

    Samples acceleration at 100 Hz for 10 seconds. At the end of the 10 seconds, turns on: - LED1 if the board stayed horizontal for most time - LED2 if …

    Last updated: 06 Dec 2018 3 1
  • Mbed OS
    AccelerationFileNV

    Modify the previous example to use NVStore for keeping track of how many times every different LED turned on This information must persist across system reboots! Print this information on …

    Last updated: 06 Dec 2018 3 2
  • Mbed OS
    BLELedControlButton

    Modify the BLE LED Control so that it toggles the LED on the other board only if you keep the button pressed

    Last updated: 29 Nov 2018 1 8
  • Mbed OS
    BLELedScanner

    Write a proximity-aware Mbed-based LED scanner!

    Last updated: 30 Nov 2018 6 3
  • Mbed OS
    BlinkButton2Sec

    Create an Mbed program that - Outputs a string every time the button is pressed - Blinks LED1 if the button is pressed twice within two seconds - Use time_t …

    Last updated: 29 Nov 2018 2 3
  • Mbed 2 deprecated
    BlinkPosition

    Write an Mbed application that blinks – LED1 when the board is horizontal – LED2 when the board is lying on the long edge – LED3 when the board is …

    Last updated: 16 Nov 2018 3 10
  • Mbed OS
    BlinkThreadCallback2LED

    Modify the BlinkThreadCallback example so you run two threads that blink different LEDs once per second by waiting for each other

    Last updated: 11 Nov 2018 2 1
  • Mbed 2 deprecated
    BlinkTicker123

    Modify the BlinkTicker example to use LED1, LED2, and LED3 for showing the three least significant bits of an 8 bit counter

    Last updated: 13 Nov 2018 5 1
  • Mbed 2 deprecated
    DISCO-SensorsButton

    Modify the DISCO-Sensors example so that the press of the button changes the sensor being read

    Last updated: 10 Nov 2018 3 4
  • Mbed OS
    ProducerConsumer

    Use a shared queue of X items - One thread adds items at random times - The other thread pulls at random times - They need to synchronize when the …

    Last updated: 29 Nov 2018 2 3