There are 1 repository under stm32f401 topic.
Oscilloscope based around the STM32F401 Black Pill and a color LCD screen
SID chip and 6502 CPU emulator, with audio output on pin PA8 (PWM) or PA4 (DAC), for STM32 line of microcontrollers, compiled with Arduino IDE
A small BootLoader that upgraded firmware through USB
STM32F4 Firmware Over-The-Air (FOTA) Update | ESP | Node-RED | Firebase
Simple DDS Generator base on AD9833 with STM32 microcontroller.
GPS Tracker with GSM connection, logging to SDcard, sending data to mqtt server
Secure USB DFU1.1 bootloader for STM32 with STM32F4x1xE target fully compatible to STM32duino and PlatformIO
An STM32F401 EEPROM driver written entirely in Assembler.
Remote controlled & Obstacle avoidance car using STM32 and ESP32 as Bluetooth module.
This one is a full open design (electronics, pcb and firmware) of a PS/2 Keyboard adapter with USB console for use in MSX and other legacy computers - 15x8 matrix(BCD input - 8 bits "Low active" output).
Learning embedded systems with an STM32F4 and Rust!
An STM32F401 SSD1306 display driver written entirely in Assembler.
Example code of USB Host, USB Hub for STM32F401 with PlatformIO, STM Cube framework
Playing streaming video (motion jpeg). The server (computer) continuously takes screenshots of the desktop, encodes them in jpeg and transmits via VCP them to the client (microcontroller). The microcontroller decodes the image and displays it on the display.
Implementation of Basic bootloader for STM32F4 microcontroller
Ultrasonic sensor HC-SR04 with STM32 using Timer input capture.
The descriptor and the precompiled build of the MicroPython firmware for the WeAct Studio STM32F401CCU6
An STM32F401 button interrupt driver written entirely in Assembler.
Pure Assembly code solution to blink LED on stm32f4 Nucleo board, with button press
GPS tracker with SMS communication
This project showcases the usefulness of the watchdog timer, available in many microcontrollers such as ATmega328p and STM32F401xE, using a Proteus simulation and from scratch driver.
Implementing a Linker script, Startup code, and Makefile for the STM32F401xx Microcontroller.
Monitoring Temperature, Humidity and Flame Percentage with a login system | STM32.
Emulator of MSX Keyboard subsystem, to develop, make performance tests and measurements on PS/2 to MSX Adatpter. Now implemented the console as a USB device, plus a USB<=>Serial converter.
stm32f401cc advance debug with SWO trace
My first library for sensor of temperature, pressure and humidity.
It is a simple project to demonstrate how work with FreeRTOS on STM32.
Realisation of a microcontroller program that allows to play a song on a buzzer
A buzzer that sounds when a button is pushed in a different room. A way to let my wife, who is breastfeeding, wake me up to get the baby while in another room.
OTA Project that enables wireless firmware updates for STM32F401 microcontrollers using web connectivity and cloud storage. Includes firmware, web interface, and Raspberry Pi-based infotainment system.
Bare-metal driver development from scratch using Embedded C, STM32F401xx microcontrollers and the VS Code STM32CubeIDE extension.