Skip to content
View amazzotti's full-sized avatar

Block or report amazzotti

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
amazzotti/README.md

Hi, I'm Alessandro Mazzotti ๐Ÿ‘‹

amazzotti

Electronic Engineer with experience in hardware and firmware design for embedded systems and in managing R&D projects. I work with microcontrollers, C and Python.

๐Ÿ”ง What I do

  • Hardware design (schematics and PCB) for embedded systems
  • Firmware development on microcontrollers (bare-metal and RTOS)
  • Hardware/firmware debugging with lab instrumentation (oscilloscope, logic analyzer, JTAG/SWD)
  • R&D project management and coordination
  • Development and automation tooling in C and Python

๐Ÿ› ๏ธ Languages & Tools

C Python ARM STM32 Arduino ESP32 FreeRTOS KiCad Altium Git Linux


๐ŸŒ Where to find me

LinkedIn

Popular repositories Loading

  1. amazzotti amazzotti Public

  2. stm32f4-baremetal-blink stm32f4-baremetal-blink Public

    Pure C bare-metal LED blink for STM32F4 without external libraries, using software delay loops and register access.

  3. stm32f4-baremetal-template stm32f4-baremetal-template Public

    Minimalist C bare-metal template for STM32F4 with custom startup code, linker script, Makefile

  4. stm32f4-gpio-interrupts stm32f4-gpio-interrupts Public

    Event-driven GPIO button handling on STM32F4 using EXTI, NVIC interrupts, and low-power WFI sleep mode.

  5. stm32f4-systick-timer stm32f4-systick-timer Public

    Non-blocking timekeeping and task scheduling library for STM32F4 powered by ARM Cortex-M SysTick interrupt.

  6. stm32f4-uart-ringbuffer stm32f4-uart-ringbuffer Public

    High-performance, interrupt-driven USART2 driver with a lock-free FIFO ring buffer for STM32F4.