Skip to content
View vrbadev's full-sized avatar
🇺🇦
🇺🇦

Highlights

  • Pro

Organizations

@ctu-mrs
Block or Report

Block or report vrbadev

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

Pinned

  1. PyDestreamer PyDestreamer Public

    Python based video downloader for Microsoft Stream

    Python 36 9

  2. NEJE-KZ-Controller-Board NEJE-KZ-Controller-Board Public

    Reverse-engineered schematic and layout for NEJE-KZ laser engraver controller board

    2 1

  3. USB-GPIB-Adapter-HW-FW-Project USB-GPIB-Adapter-HW-FW-Project Public

    A complete hardware and firmware design of a custom USB-GPIB adapter.

    C 2

  4. FLUKE-USB-UART-IR-Interface-Alternative-HW FLUKE-USB-UART-IR-Interface-Alternative-HW Public

    This is an open-source hardware and software project intended to replace the official FLUKE PM9080 InfraRed RS-232 Interface.

    Python 1

  5. Gloves-Equipped-with-Motion-Sensors-Bachelor-Project-HW-FW-SW Gloves-Equipped-with-Motion-Sensors-Bachelor-Project-HW-FW-SW Public

    This project was created as part of my bachelor thesis at the Czech Technical University. It contains complete hardware, firmware and software for smart gloves.

    C

  6. Cyclone V HPS - Linux kernel driver ... Cyclone V HPS - Linux kernel driver for non-blocking polling of FPGA-to-HPS interrupts (f2h_irq0 and f2h_irq1) (tested with linux-socfpga v5.19)
    1
    #include <linux/module.h>
    2
    #include <linux/kernel.h>
    3
    #include <linux/init.h>
    4
    #include <linux/interrupt.h>
    5
    #include <linux/sched.h>