Skip to content
View PeterBorisenko's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report PeterBorisenko

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PeterBorisenko/README.md

👋 Hi, I’m Peter

I am currently working on Power management unit and Flight computer for multipurpose UAV. I use RTEMS RTOS and F-prime framework. It's kinda challenging and requires many skills to get well optimised and safe solution. But it is also a fun. Because everyone loves challenges!

Pinned

  1. w5500-lwip-freertos w5500-lwip-freertos Public

    RTOS-based binding for W5500 and LwIp

    C 19 6

  2. Principal Rotation Vector class Principal Rotation Vector class
    1
    import math as m
    2
    import numpy as np
    3
    
    
    4
    class PRV:
    5
        vector= np.zeros(3)
  3. Euler Angles to DCM (any sequence) Euler Angles to DCM (any sequence)
    1
    import math as m
    2
    import numpy as np
    3
    
    
    4
    def nsin(a):
    5
        return -1 * m.sin(a)
  4. Task voting watchdog for RTEMS Task voting watchdog for RTEMS
    1
    /**
    2
     * @file task_watchdog.c
    3
     *
    4
     * @date Nov 27, 2022
    5
     * @author peter