Skip to content
View maherme's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Barcelona, Spain
Block or Report

Block or report maherme

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
maherme/README.md

Hi there ๐Ÿ‘‹

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.

Repositories:

Embedded:

  • 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.

GNU Linux:

  • 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.

Applications:

Academic:

Languages:

Tools:

Pinned

  1. nucleo-f446re-scratch nucleo-f446re-scratch Public

    Embedded project for nucleo-f446re board from scratch.

    C 2 1

  2. f446re-rtc-lcd f446re-rtc-lcd Public

    Embedded project using stm32f446re microcontroller connected to RTC and LCD.

    C

  3. system-service system-service Public

    Skeleton of a system service implementation

    C 1

  4. logging-daemon logging-daemon Public

    A program which is taking care of system logs on the Linux System.

    C 1

  5. cpp-buffer cpp-buffer Public

    A buffer based on priority queue

    C++

  6. memory-game memory-game Public

    Memory game coded using Qt framework.

    C++