Skip to content
View FRSH-0109's full-sized avatar

Block or report FRSH-0109

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
FRSH-0109/README.md

👋 My name is Kamil! 👋

I'm a Embedded Software Engineer from Poland.
I have Bachelor of Engineering degree in Automatics and Robotics, currently doing Master's degree in Electronic and Embedded Systems.

- Programming bare metal microcontrolers, using RTOS or linux core systems.
- Experience with Hardware like: STM32, ESP32, Raspberry pi, Atmega, Attiny and other custom or less common devices.
- Good electronic skills, have done projects including full PCB design (Altium, Eagle), assembly and start-up configuration of HW.

Unfortunately most of my projects can not be pulbic 😞.

Some of Languages and Tools I Used

c logo cplusplus logo embeddedc logo python logo git logo linux logo bash logo cmake logo matlab logo latex logo raspberrypi logo arduino logo

languages graph

📂 My Public Repositories

Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card

Pinned Loading

  1. Radar_Project_PMIK_2023Z Radar_Project_PMIK_2023Z Public

    [STM32] Main goal of the project is to measure distnace to the objects, on the surface of 180 degrees, which is possible by usage of simple servomotor. Measurement is visualized on LCD display. All…

    C

  2. FroggerGame FroggerGame Public

    FroggerGame is a modern take on the classic arcade game "Frogger." This project aims to provide a fun and experience using C++ with SFML library.

    C++

  3. WS2812B_LED_Strip_Driver WS2812B_LED_Strip_Driver Public

    The WS2812B LED Strip Driver is a C-based library designed to control WS2812B addressable LED strips using PWM modulation on the STM32 microcontroller. This driver enables precise color manipulatio…

    C 2

  4. Monopoly-vs-AI-Game Monopoly-vs-AI-Game Public

    Monopoly vs AI is a C++ implementation of the classic Monopoly board game, where a human player can face off against a strategic AI opponent or other human players. The game follows the traditional…

    C++

  5. STM32_WS2812B_Example STM32_WS2812B_Example Public

    Project shows how to control a strip of WS2812B addressable LEDs using an STM32G030 microcontroller. This implementation leverages PWM wave in DMA mode to achieve precise timing required by the WS2…

    C 1

  6. ML-DT-DNA ML-DT-DNA Public

    Machine learning project - implementation of decision tree algorithm for clasification of DNA splits

    Python