Skip to content
View Gedankenn's full-sized avatar

Block or report Gedankenn

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
Gedankenn/README.md
Typing SVG

Fabio S. Stella

Computer Engineer • Embedded Systems Enthusiast • Linux Power User


👨‍💻 About Me

Hi! I'm Fabio, an embedded systems engineer passionate about real-time systems, hardware-software integration, and all things Linux.
I currently work at Progress Rail, where I develop mission-critical embedded software for the railway industry.


📊 Work Metrics

Metric Value
Lines of C/C++ Written 20K+
Embedded Boards Programmed 40+
Years in Embedded Systems 5+
Linux Uptime During Dev > 95%
Terminal Commands Mastered

🚀 Featured Projects


📬 Contact & Links


© 2025 Fabio S. Stella — Powered by open source and coffee ☕

Pinned Loading

  1. 3-phase-inverter 3-phase-inverter Public

    Repository for the study and implementation of a 3-phase inverter module, aimed to work with BLDC motor.

  2. Python-Simulation-of-BLDC-motor-using-Kalman-Filter Python-Simulation-of-BLDC-motor-using-Kalman-Filter Public

    This repo is my work in simulation of a brushless DC motor using FOC and Kalman Filter.

    2

  3. create reference functions for contr... create reference functions for control systems
    1
    def cria_func(x,x2,A1,A2,intervalo):
    2
        passo = ((x-x2))
    3
        a = (A1-A2)/passo
    4
        b = A2-a*x2
    5
        vet = []
  4. stocks stocks Public

    Python 3 1

  5. file_transfer_python file_transfer_python Public

    File transfer using socket IPV6 in python.

    Python 3

  6. arduino_temp_sensor arduino_temp_sensor Public

    Projeto simples para população de um banco de dados em postgressql para a materia de banco de dados 2

    Python