I am a telecommunication engineer, specialized in software embedded development and very interested in new technologies.
- 🔭 I’m currently working on embedded software solutions for smart electric vehicle charging.
- 🌱 I’m currently learning about virtualization and and delving deeper into the Unix operating system.
- nucleo-f446re-scratch : an embedded project for NUCLEO-F446RE board coded from scratch.
- f446re-rtc-lcd : an embedded project using stm32f446re microcontroller connected to RTC and LCD.
- nucleo-f446re-bootloader : an embedded project for a bootloader from scratch based on NUCLEO-F446RE board.
- nucleo-f446re-freertos : a collection of projects using the FreeRTOS on NUCLEO-F446RE board.
- stm32f429i-disc1-usb : an embedded project for an USB driver from scratch based on STM32F429I-DISC1 board.
- beaglebone-black-examples : some examples about starting, configuring and managing some drivers using a Beaglebone Black board with different linux distributions.
- zilog_z80 : some examples in machine code and assembly for the Zilog Z80 (WinAPE emulator is used).
- x86-64-yocto : some simple recipes in yocto for building an image for x86-64 CPU architecture.
- system-service : a skeleton of a system service implementation for GNU Linux.
- logging-daemon : a program which is taking care of system logs on a GNU Linux OS.
- cpp-buffer : a buffer based on priority queue.
- memory-game : a memory game based on Qt framework.