Alex K

Alex’s activity

Alex’s public repositories

  • Mbed OS
    F411_mbed-os5-serial_interrupt_Kentaro_7

    Examle of serial interrupt

    Last updated: 09 Apr 2020 1 4
  • Mbed OS
    F411_mbed-os5-serial_interrupt_press_1

    Main idea . Serial port interruptions are rare, so they should not affect the continuous cycle of the pressure regulator. Here is a piece of code with interruption from an …

    #interrupt, #Serial
    Last updated: 17 Apr 2020 3 5
  • Mbed OS
    F411_mbed-os5-serial_interrupt_press_3

    The relay controller is debugged. $, 1000,25,1 - for example, the following are transmitted: $ - service symbol, 1000 - pressure setpoint, 25 - pressure error, 1 - auto-set flag …

    Last updated: 17 Apr 2020 4 1
  • Mbed OS
    F411_mbed-os5-serial_interrupt_press_8

    The relay controller. $press, 1000,25,0,1 - for example, the following are transmitted: $ - service symbol, 1000 - pressure setpoint, 25 - delta pressure , 0 - auto-set flag OFF, …

    Last updated: 24 Apr 2020 5 1
  • Mbed OS
    mbed-os5-inerrupt_serial_readable_FIFO_10

    The microcontroller program has been changed so that when restarting or turning on the power, all valves are closed.

    Last updated: 08 May 2020 2 1
  • Mbed OS
    mbed-os5-inerrupt_serial_readable_FIFO_9

    The new parser with the FIFO buffer is very fast. You can send data every 20 ms, this does not affect the cycle time of the relay controller. CR LF …

    FIFO
    Last updated: 01 May 2020 1 0
  • Mbed OS
    mbed-os5-press_1

    Continuation (clone) mbed-os5-inerrupt_serial_readable_FIFO_12 Connected EEPROM. Now the settings are retrieved from it upon reboot. A watchdog timer has been created that expires after 100ms.

    #eeprom
    Last updated: 15 May 2020 4 2
  • Mbed OS
    mbed-os5-press_10

    An additional block has been made in the parser for decoding incoming alarm settings for writing to the EEPROM. Additional digital inputs are activated.

    Last updated: 11 Jun 2020 7 0
  • mbed-os5-press_13

    The values of the EEPROM2 settings are displayed in pc.print in a special line with the current diagnostic data. An additional block has been made in the parser for decoding …

    Last updated: 19 Jun 2020 8 0
  • mbed-os5-press_16

    Messages transmitted via pc.printf to PC are supplemented with checksums to increase the reliability of communication.The pc.printf command was introduced, which sends an empty string once per second in case …

    Last updated: 11 Sep 2020 9 0
See all repositories