Skip to content
View LinsPaulson's full-sized avatar

Block or report LinsPaulson

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

Popular repositories Loading

  1. ESP32-IoT-Weather-Monitoring ESP32-IoT-Weather-Monitoring Public

    ESP32-based IoT Weather Monitoring System using DHT11 sensor and MQTT for real-time data transmission.

    Assembly

  2. stm32-led-blink stm32-led-blink Public

    STM32 LED blink example demonstrating low-level register access and microcontroller fundamentals.

    Makefile

  3. stm32-cmsis-gpio-blink stm32-cmsis-gpio-blink Public

    This project demonstrates how to control an STM32 GPIO peripheral using direct register-level programming without relying on HAL or LL libraries. It uses CMSIS-style struct mappings to access memor…

    Makefile

  4. stm32-baremetal-from-scratch stm32-baremetal-from-scratch Public

    A minimal STM32 bare-metal project built entirely from scratch without STM32CubeMX, HAL, or LL libraries. This project uses manually copied CMSIS core files and custom header definitions to access …

    C

  5. stm32-button-controlled-led stm32-button-controlled-led Public

    A bare-metal GPIO project for the STM32F0 microcontroller demonstrating clean embedded C design using CMSIS register access, modular code organization, and hardware abstraction. The LED on PA5 is c…

    C

  6. stm32-uart-cli stm32-uart-cli Public

    A lightweight UART-based Command Line Interface (CLI) for STM32 microcontrollers. Supports configurable commands such as SET_FREQ and GET_STATUS. Designed for embedded debugging, configuration, and…

    C