68 results for “topic:stm32f446re-nucleo”
STM32F446RE-NUCLEO STemWin demo 320*240px LCD ILI9341 driver
FOURTOR ECU TEAM
STM32 HAL kütüphane örneklerinin github markdown sayfasıyla anlatımı.
Bench-only, read-only OBD-Lite MVP pairing Raspberry Pi with STM32 (NUCLEO-F446RE). MCU streams newline-terminated JSON over UART (115200) via ST-LINK VCP; Pi reads and logs now. Next: BLE/GATT bridge and a simulated two-node CAN bench. Simple, reproducible, Pi-first workflow with VS Code + PlatformIO.
STM32F446RE | MAX301102 sensor | ILI9341 LCD| Signal Processing | Driver Development
A Battery Management System (BMS) developed using the STM32F446RET6 MCU, featuring real-time monitoring, overcharge and overheat protection, and cell balancing.
Peripheral drivers written for stm32f446xx ARM Cortex-M4 based processor
Create a flight-direction indicator using STM32 and ADXL345 accelerometer, guiding users through tilt-based LED signaling for simple flight attitude insight.
No description provided.
A beginner-friendly embedded systems project demonstrating how to interface a 16×2 alphanumeric LCD (HD44780 compatible) with the STM32F446RET6 (Nucleo-F446RE) using STM32CubeIDE and HAL libraries.
A beginner-friendly STM32 project demonstrating how to control a DC motor’s direction and speed using the L293D motor driver and STM32Cube HAL.
Forest fire detection with STM32-F446RE with the use of RGB color values by the help of trained ML model
A bare-metal GPIO pin verification project for the STM32F446RET6, written using direct register access — no STM32CubeMX, no HAL pin configuration, no abstraction layers.
STM32 ARM Cortex M4 Microcontroller- Basic Exercises using STM32 Nucleo-64 development board with STM32F446RE MCU with Arduino Uno V3 connectivity support
This repository contains a beginner-friendly STM32CubeIDE project that blinks an LED on an STM32F446RET6 microcontroller using the STM32 HAL (Hardware Abstraction Layer).
This project demonstrates interfacing a 128×64 OLED display (SSD1306) with STM32F446RE using pure register-level programming.
A beginner-friendly STM32 project that demonstrates how to interface a 7-segment display using STM32 HAL (Hardware Abstraction Layer) in STM32CubeIDE.
This repository contains a bare-metal STM32 project that blinks an LED on an STM32F446RET6 microcontroller by directly manipulating hardware registers — without using HAL or CubeMX.
SSD1306 OLED Controller Driver for STM32F446xx MCUs.
Here i post programs for STM Boards
This repository demonstrates how to interface a 128×64 SSD1306 OLED display with STM32F446RE using I2C and HAL drivers in STM32CubeIDE.
A modular STM32F4 virtual vehicle ECU with FreeRTOS, CAN bus, UART CLI, and a physics-based vehicle model.
This is a bare-metal STM32 DC motor control project using a register-level approach (no HAL drivers). You’ll control a DC motor’s direction and speed using an L293D motor driver and manually configured STM32 registers.
Here some bare metal codes for arm-Cortex M4 based stm32f446re microcontroller.
Firmware for testing I2C communication with an ESP32-based I2C slave.
A custom bootloader for STM32F446 MCU, based on STM32CUBE HAL.
✨ Control LED blink speed using two buttons with direct register access in this bare-metal STM32 project for precise embedded behavior.
A bare-metal STM32 project that demonstrates LED blink delay control using two push buttons, implemented using direct register access (no HAL GPIO APIs for logic control).
A UART-based token-ring communication protocol implementation using Zephyr RTOS for multi-node embedded systems.
This project demonstrates how to **interface a 16x2 LCD display** with the **STM32F446RE** microcontroller using **bare-metal programming** in **Keil µVision**. All operations are performed using **register-level access** to the STM32 peripherals — **no HAL**, **no CubeMX**, just pure C and CMSIS.