stm32f4-discovery
There are 258 repositories under stm32f4-discovery topic.
remotemcu/remcu_examples
The examples of the REMCU lib (https://remotemcu.github.io/)
daniel-thompson/i2c-star
A clone of the i2c-tiny-usb based upon STM32 and libopencm3
fcayci/stm32f4-bare-metal
Bare metal STM32F4 examples for various modules
omarKmekkawy/Reverse_Engineering_BQ20z70_Laptop_BMS
Reverse engineering BQ20z70 Laptop BMS
SpotlightKid/micropython-stm-lib
A collection of modules and examples for MicroPython.
arm-university/Real-Time-Operating-Systems-Design-And-Programming-Education-Kit
Design and program real-time operating systems on Arm-based platforms and use them to improve their application performance
rbino/zig-stm32-blink
Use Zig to blink some LEDs
alanbarr/STM32F4_Streaming_Mic
STM32F407 Internet Streaming Microphone
mmahdim/STM32F4-Scope
7.2 MSa/s Digital Oscilloscope Using the STM32F429
kazimierczak-robert/STMQRCode
QR code generator for STM32F407
avaan/STM32F407VG-freeRTOS-FATFS-SDIO-SD-CARD
STM32F407VG+freeRTOS+FATFS+SDIO+SD CARD example
FedericaPaoli1/stm32-speech-recognition-and-traduction
stm32-speech-recognition-and-traduction is a project developed for the Advances in Operating Systems exam at the University of Milan (academic year 2020-2021). It implements a speech recognition and speech-to-text translation system using a pre-trained machine learning model running on the stm32f407vg microcontroller.
deadsy/googoomuck
Goo Goo Muck
PhilippvK/stm32-tflm-demos
Collection of STM32 projects making use of Tensorflow Lite Micro
besp9510/rtos_ground_up
This repository contains my individual work for the "Build Your Own RealTime OS (RTOS) From Ground Up™ on ARM 1" Udemy class created and taught by Israel Gbati.
gyaresu/STM32F407G-DISC1
Learning to programme the STM32F4 microprocessor via the Embedded.fm tutorial series
thi-ng/ws-ldn-3
DIY Synth / ARM baremetal workshop (London, 5-6 December 2015)
tongplw/STM32-Embedded-System-Lab
🎲 Embedded System Laboratory 2019 - STM32F4DISCOVERY
aholzbaur/rust-stm32f4-disco-blinky
Small project example to be used as template for embedded software in Rust on the STM32F429-Discovery board.
dizcza/cOpenGL
C OpenGL port for STM32 Discovery board
michaelniedermayr/clion_stm32_openocd
Program and debug different STM32 boards with CLion.
sidbmw/STM32F4-Force-Feedback-Racing-Wheel
Force Feedback Racing Wheel using a Arduino/STM32F4
AndColla/stm32f4discovery-freertos-makefile
Simple template project to build a firmware for the STM32F4 Discovery board with FreeRTOS and libopencm3
Juanesb230/BrushlessDC_SMCcontrol
The STM32F4 has the SMC speed control, this microcontroller recives the Hall efect sensors signals of motor Brushless and the digital value of optical encoder and sends PWM signals to inversor.
mvollrath/canbus_bbone_stm32
LED sync between BeagleBone Black and STM32F4 Discovery Board
SheffieldEcoMotorsports/motor-controller
PID control of a BLDC motor using an STM32F4 Discovery Board
rogerallen/stm32disc_midisynth1
midi-controlled synth example for STM32F407VG Discovery board
MostafaOkasha/CAN-Controller-Interface-using-STM32-Board
Using the STM32 CAN and an external CAN transceiver to communicate with the MAIN Station to send and receive messages. There are also other Master Nodes present to communicate with the Main Station. More details provided in the document. Implementation using C++ code on Uvision4. Note: You need to have the STM32F429I-Discovery_FW_V1.0.1 on the same directory
abtom87/GPS-Tracking-STM32F4
GPS Tracking Device using SMS - GPS Module connected to STM32F4 Eval Board - LCD Display interfaced via I2C bus
cahya-wirawan/stm32f4-3dsound
3D Sound Effect on STM32F4
elmot/f4-blog
Clion + OpenOCD + My Plugin + STM32F4-Discovery example
tueytoma/Hardware_Lab_Project
STM32f4 Discovery Board
pro-codes090/stm32f4-i2c-driver
I2C Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch .The driver contain apis for the user to send and receive data i2c communication . The driver has two flavor of apis polling based (blocking ) and Interrupt based (non blocking ) check examples in the Src folder for more reference .
wa1tnr/eforth-stm32f4x-a
Dr. C. H. Ting's eForth for the STM32F407 Discovery board - local studies by wa1tnr