Topic: "stm32f7"
stm32duino/Arduino_Core_STM32
STM32 core support for Arduino
Language: C - Size: 123 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 3,032 - Forks: 1,012

STMicroelectronics/stm32ai-modelzoo
AI Model Zoo for STM32 devices
Size: 1.98 GB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 410 - Forks: 96

STM32-base/STM32-base
A simple start for any STM32 based project.
Language: Assembly - Size: 2.1 MB - Last synced at: 2 days ago - Pushed at: over 1 year ago - Stars: 377 - Forks: 63

PX4/NuttX
Standard NuttX with current PX4 patches
Language: C - Size: 367 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 157 - Forks: 226

nimaltd/ds18b20
ds18b20 library for stm32 hal
Language: C - Size: 665 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 121 - Forks: 42

pazi88/STM32_CAN
CAN bus Library for Arduino STM32
Language: C++ - Size: 179 KB - Last synced at: 3 days ago - Pushed at: 12 days ago - Stars: 100 - Forks: 35

khoih-prog/AsyncHTTPRequest_Generic 📦
Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 (WiFi or W5x00) and currently STM32 with built-in LAN8742A Ethernet.
Language: C++ - Size: 1.5 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 77 - Forks: 25

khoih-prog/EthernetWebServer_STM32 📦
This is simple yet complete WebServer library for STM32 boards running built-in Ethernet LAN8742A (Nucleo-144, Discovery), ENC28J60 or W5x00 Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00. Now W5x00 can use any custom hardware / software SPI
Language: C++ - Size: 1.47 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 76 - Forks: 21

STM32-base/STM32-base-STM32Cube
All CMSIS and HAL code for the STM32 microcontrollers bundled together in one repository.
Language: C - Size: 15.9 MB - Last synced at: 2 days ago - Pushed at: 11 months ago - Stars: 60 - Forks: 9

keshikan/CureSynth_Whip
Polyphonic MIDI Synthesizer for STM32F7
Language: C - Size: 4.86 MB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 52 - Forks: 5

SimpleMethod/STM32-OV2640
Probably the best library for OV2640 camera on STM32 platform
Language: C - Size: 17.2 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 51 - Forks: 11

STM32-base/STM32-base.github.io
Github Pages for the STM32-base project.
Language: HTML - Size: 194 MB - Last synced at: 2 days ago - Pushed at: over 2 years ago - Stars: 43 - Forks: 24

STMicroelectronics/stm32ai-tao
Nvidia TAO (Train, Adapt, Optimize) with STM32Cube.AI Developer Cloud
Language: Jupyter Notebook - Size: 7.64 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 40 - Forks: 8

khoih-prog/AsyncMQTT_Generic 📦
Arduino Arduino Library for ESP8266, ESP32, Portenta_H7, STM32 and RP2040W asynchronous MQTT client implementation. This library, ported to support ESP32, WT32_ETH01 (ESP32 + LAN8720), ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A or LAN8720 Ethernet), Teensy 4.1 using QNEthernet, RASPBERRY_PI_PICO_W with CYW43439 WiFi. Currently supporting TLS/SSL for ESP32 only
Language: C - Size: 876 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 40 - Forks: 4

nimaltd/DHT
DHT Sensor Library for stm32 HAL
Language: C - Size: 162 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 36 - Forks: 10

bbrown1867/stm32-makefile
A small, simple example project demonstrating how to use an STM32 microcontroller with GNU Make, ARM GCC, and ST-Link/OpenOCD
Language: C - Size: 12.6 MB - Last synced at: 11 days ago - Pushed at: over 3 years ago - Stars: 35 - Forks: 7

EEESlab/CMix-NN
CMix-NN: Mixed Low-Precision CNN Library for Memory-Constrained Edge Devices
Language: C - Size: 166 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 32 - Forks: 8

bbrown1867/dashcam-rs
Prototype car dashboard camera using embedded Rust
Language: Rust - Size: 104 MB - Last synced at: 11 days ago - Pushed at: over 3 years ago - Stars: 31 - Forks: 0

STMicroelectronics/stm32ai-modelzoo-services
AI Model Zoo services for STM32 devices
Language: C - Size: 151 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 29 - Forks: 5

khoih-prog/STM32_TimerInterrupt 📦
This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1-based board. These STM32F/L/H/G/WB/MP1 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
Language: C++ - Size: 270 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 27 - Forks: 6

keshikan/CureMIDI8
USB-MIDI Interface(8IN/8OUT) for STM32F7
Language: C - Size: 2.59 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 23 - Forks: 1

qqq89513/stm32f7-usb-audio-visualizer
An audio visualizer as an USB sound card.
Language: C - Size: 44.5 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 20 - Forks: 4

homemcu/stm-bare-metal
Examples of common device drivers for different MCUs (STM8, STM32) with separate bare metal hardware abstraction layers.
Language: C - Size: 14.2 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 20 - Forks: 3

kwarc93/audio-multieffect
Guitar multi effect running on STM32F746-DISCO board
Language: C - Size: 7.95 MB - Last synced at: 23 days ago - Pushed at: 24 days ago - Stars: 19 - Forks: 5

Velli20/Li-Ion-Battery-Test-Bench
Li-Ion battery test bench monitor with web user interface over TCP/IP connection.
Language: C - Size: 4.76 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 19 - Forks: 7

leka/LekaOS
LekaOS is Leka's firmware based on Mbed OS
Language: C++ - Size: 32.1 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 14 - Forks: 7

khoih-prog/EthernetWebServer_SSL_STM32 📦
EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client. The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields. Ethernet_Generic library is used as default for W5x00. Now W5x00 can use any custom hardware / software SPI
Language: C - Size: 2.33 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 9

hpaluch-pil/stm32-usb-cdc1
USB CDC (Virtual COM port) example for STM32F7 NUCLEO-F767ZI board
Language: C - Size: 79.1 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 10 - Forks: 1

adityamanglik/STM32F7DiscoCamera
OV9655 Camera interfaced with STM32F746 Discovery Board
Language: C - Size: 8.36 MB - Last synced at: about 1 year ago - Pushed at: almost 9 years ago - Stars: 10 - Forks: 7

foldvarid93/STM32F746G-DISCO_STemWin_FreeRTOS
FreeRTOS, STemWin, STM32F746G-DISCOVERY
Language: C - Size: 2.11 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 9 - Forks: 7

STMicroelectronics/x-cube-azrtos-f7
X-CUBE-AZRTOS-F7 (Azure RTOS Software Expansion for STM32Cube) provides a full integration of Microsoft Azure RTOS in the STM32Cube environment for the STM32F7 series of microcontrollers.
Language: C - Size: 20.5 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 2

anon767/STM32F7HTTPS
A simple HTTPS Client for STM32F7
Language: C - Size: 895 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 5

khoih-prog/AsyncUDP_STM32 📦
Asynchronous UDP Library for STM32 using built-in LAN8742A Ethernet
Language: C - Size: 721 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

edholmes2232/STM32-YMODEM
YMODEM library based on STM32 HAL. Writes to a sector of STM32 onboard flash.
Language: C - Size: 17.6 KB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 1

AdrianBesciak/STM32WeatherStation
Project of Desktop Weather Station realized on STM32F746G-Disco board
Language: C++ - Size: 56.6 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 1

matrixsmaster/doscard 📦
Project moved to GitLab! DOSCARD is a DOS-in-a-box. This project contains two major parts: heavily modified DosBox fork as a software library, which can be embedded into any GUI or CLI application; and a set of embedded system projects which can run on MCUs.
Language: C - Size: 21.6 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

grblHAL/STM32F7xx
grblHAL driver for ST STM32F7xx (Nucleo-144)
Language: C - Size: 3.74 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 4 - Forks: 7

khoih-prog/STM32_PWM 📦
This wrapper library enables you to use Hardware-based PWM on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins. The most important feature is they're purely hardware-based PWM channels. Therefore, their executions are very precise and not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other ISR-based or software-based PWM using millis() or micros(). That's necessary if you need to measure some data requiring very high frequency and much better accuracy. PWM feature can now be used.
Language: C - Size: 132 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

tzf230201/Record_Playback-32F746GDISCOVERY
Easy Use STM32CubeIDE Project. Using STM32F746NG discovery board to record audio by using internal MEMS digital microphone, save it into micro SD card in .wav form and play it back trough the audio line out jack.
Language: C - Size: 364 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

khoih-prog/Ethernet_Manager_STM32 📦
Library for configuring/auto(re)connecting W5100/W5200/W5500, ENC28J60 and built-in LAN8742A / LAN8720 Ethernet at runtime using Config Portal. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid. Ethernet_Generic library is used as default for W5x00
Language: C++ - Size: 943 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

bbrown1867/nucleof767zi-rs
Embedded Rust board support package for the Nucleo-144 STM32F767ZI
Language: Rust - Size: 29.3 KB - Last synced at: 11 days ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 0

STM32-base/STM32-base-F7-template
A template for using STM32F7 series devices with the STM32-base project.
Language: C - Size: 15.6 KB - Last synced at: 2 days ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 2

xtrinch/stm32f7-demos
Demo projects using various HAL, BSP & LL libraries from STM32F7Cube framework
Language: C - Size: 589 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 5

ellectroid/STM32F746-CMSIS-RCC-Max-Freq-SysTick-Basic-Timer-Demo
Basic demo of setting up max overdrive freuency for MCU, using SysTick to make delay, using basic timer with interrupts
Language: C - Size: 1.68 MB - Last synced at: 22 days ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

Haimrich/stm-opc
OPC UA Client on STM32F769I
Language: C - Size: 4.78 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 2

Velli20/HomeAutomationProject
Home automation project based on STM32F746G-Discovery development board
Language: C - Size: 52.7 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 3

xtrinch/STM32F7-template
Build template for the STM32F7 microprocessor
Language: C - Size: 97.6 MB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

konrad1s/LineFollower-Kwark
Fast LineFollower Robot project. Build on STM32 F7 microcontroller with custom PCB. Software, Hardware and QT Application.
Language: C - Size: 13.4 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

elmot/f746-disco-heart
Heart measurements - STM32F746G-Discovery + MAX30100
Language: C - Size: 4.87 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

khoih-prog/STM32_Slow_PWM 📦
This library enables you to use Hardware Timers on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins. The most important feature is they're purely hardware-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware timers, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy. PWM feature can now be used. Max PWM frequency is limited at 1000Hz
Language: C - Size: 129 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

erazemk/stmrfid
An STM32F769 RFID door lock proof of concept project
Language: C - Size: 2.92 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

ellectroid/STM32F746-CMSIS-Minimal-UART-DMA-Driver-Demo
Minimal DMA-based UART driver for STM32F746
Language: C - Size: 1.18 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

ellectroid/STM32F746-CMSIS-Minimal-UART-Driver-Interrupts-Ring-Buffers
STM32F469-Discovery Minimal UART Driver based on Interrupts
Language: C - Size: 2.16 MB - Last synced at: 24 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

GPaSalini/F7_Sprite_Engine
Librerias para el motor de juegos 2D en la STM32F7
Language: C - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

rhaamo/OtterCalc-HW
A calculator for otters.
Size: 10.2 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

schiad/F7_PCM5102a
Language: C - Size: 2.08 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

jonlamb-gh/oxcc-stm32f767-hal
HAL crate for the STM32F767ZIT6 microcontroller used by OxCC
Language: Rust - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

a-givertzman/STM32F767_ADC_DMA-320kHz-
STM32F7 ADC Converter using DMA (320 kHz), measured samples tranfered over Ethernet
Language: C - Size: 14.9 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 3

daniel-starke/STM32CubeDuino
Port of the Arduino API based on the STM32 Cube framework.
Language: C++ - Size: 1.09 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 2

Super-Thomas/HTTP_GET_and_POST_with_JSON
Example of HTTP GET and POST with JSON on STM32F746 Discovery Board.
Language: C - Size: 3.66 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

Electronshik/FreeRTOS_libopencm3
FreeRTOS + libopencm3 template makefile project for stm32 and other
Language: C - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

khoih-prog/BlynkEthernet_STM32_WM 📦
Simple Blynk Credentials Manager for STM32 boards using builtin Etherrnet LAN8742A, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.
Language: C++ - Size: 1.29 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

jesHrz/myrtt
RT-Thread that support image seperation for STM32F7XX
Language: C++ - Size: 613 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

GaryLee/stlink-v3mods-bridge
Firmwares for application on STLINK-V3MODS board.
Size: 1000 Bytes - Last synced at: 10 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

muratbayindir/stm32f7-template
GCC Makefile Project - STM32F746G Discovery
Language: C - Size: 38.6 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 2

elmot/stm32f746g-discovery-project-stub
Language: C - Size: 2.6 MB - Last synced at: 20 days ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

Keidan/STM32F7_MEMORY_MAPPED_SDRAM
(LGPL) Demonstration of how to use a memory-mapped SDRAM through the Flexible Memory Controller
Language: C - Size: 768 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 1

MarcinFilipek/MyClassesF7
My libraries for stm32f7.
Language: C++ - Size: 92.8 KB - Last synced at: over 2 years ago - Pushed at: about 9 years ago - Stars: 1 - Forks: 0

elkanamol/IoT_SensorHab_Tracker_STM32
IoT_SensorHab_Tracker_STM32 is a comprehensive embedded IoT solution built on the STM32F756ZG microcontroller platform. This project implements a multi-sensor data acquisition system that collects environmental data (temperature, humidity, pressure), motion data (accelerometer, gyroscope), and GPS location data
Language: C - Size: 24.6 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

RErtm/CURE
<h2 align="center"> Co-Evolving LLM Coder and Unit Tester via Reinforcement Learning</h2><p align="center"> <a href="https://arxiv.org/abs/2506.03136"> <img src="https://img.shields.io/badge/Paper-Arxiv-red?logo=arxiv&logoColor=red" alt="CURE Paper on arXiv" /> <a href="https://huggingface.co/collections/Gen-Verse/reaso
Language: Python - Size: 1.68 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

stm32-hotspot/CKB-STM32-bxCAN-LoopBack
This is an example tailored to different STM32 Nucleo boards demonstrating how to configure the bxCAN in loop back mode running at 500kb/s.
Language: C - Size: 1.38 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

NITKK-ROS-Team/micro_ros_arduino_simpler
Simpler library for microROS-Arduino on PlatformIO.
Language: C++ - Size: 88.9 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

zoosmand/STM32F769I-disk0__std_periph__template
STM32F769I-disk0 standard peripheral template
Language: C - Size: 490 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 1

umutnergis/IOT-MACHINE-CARD
IOT Machine Card with STM32
Size: 6.02 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

AliQorbaniFard/SlyFox_audio_visualiser
Audio visualiser with STM32f746 discovery board by Touchgfx and CubeIDE
Language: C++ - Size: 69.4 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

kuzishchin/FOS
Fly Operating System (FOS) is a Real Time Operating System (RTOS) for Arm based MCU-controlled robotic systems
Language: C - Size: 112 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

leoliu0605/Hello_STM32F723
Language: C - Size: 5.3 MB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Blargian/Embedded-Sorting-Algorithms
A mixed C/C++ sorting algorithm visualizer for STM32F746G-DISCO hardware using TouchGFX and FreeRTOS.
Language: C - Size: 3.95 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

John-Hatton/STM32F7-Disco_LVGL
A PlatformIO refactor, from the LVGL port for the STM32F746G-DISCO.
Language: C - Size: 28 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

khoih-prog/STM32_ISR_Servo 📦
This library enables you to use 1 Hardware Timer on an STM32F/L/H/G/WB/MP1-based board to control 16 or more servo motors.
Language: C - Size: 118 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

LigasN/Archived_CameraOV2640 Fork of ArduCAM/STM32 📦
ArduCAM library conversion to handle DCMI interface
Language: C - Size: 25.9 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

LigasN/NUCLEO-F767ZI_OV2640_ILI9486 Fork of SimpleMethod/STM32-OV2640 📦
SimpleMethod library for OV2640 camera on STM32 platform forked and adapted to capture RAW pictures and display on ILI9486.
Language: C - Size: 17.3 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

ellectroid/STM32F746-CMSIS-Chained-Timers-Demo
STM32F746 demo of 4 chained timers starting each other in various ways
Language: C - Size: 1.09 MB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 2

ellectroid/STM32F746-CMSIS-Minimal-Blocking-Uart-Driver
Minimalist blocking UART driver for STM32F746-Disco UART1 ST-Link COM Port
Language: Assembly - Size: 1.28 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

bbrown1867/stm32-ucos
An example project demonstrating how to use an STM32 microcontroller with uCOS-III
Language: C - Size: 1.06 MB - Last synced at: 11 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

yepedraza/microSTM-learn
Some useful codes for the STM32F7xx card series
Language: C++ - Size: 8.79 KB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

fjpolo/STM23F746Disco-Playground
STM32F746 DISCOVERY projects using STMCubeIDE+STMCubeMX.
Language: HTML - Size: 50.9 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

jesHrz/myrtt-newlib
C Library for RT-Thread that support image seperation
Language: C - Size: 103 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

jwillikers/Hands-On-RTOS-With-Microcontrollers-Chapter-7
LED-blinking application for Chapter 7 of Hands-On RTOS With Microcontrollers
Language: C++ - Size: 268 KB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

jfargentino/disco_temple
To create a new STM32CubeIDE project without STM32CubeMX
Language: C - Size: 1000 KB - Last synced at: 11 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

dwinant/stm_adc_streaming
This is a helper function and example code for streaming DMA-based ADC capture on an STM32F7 processor
Language: C - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

eagletrt-archived/fenice-acu 📦
Archieved repo due to misused git, check fenice-ecu.Fenice Acquisition Control Unit
Size: 98.4 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

papadkostas/STM32F769-NFC
STM32F769 NFC Demo using X-NUCLEO-NFC05A1
Language: C - Size: 8.63 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

Pan-Maciek/STM32Cube-Paint
Simple paint program for STM32CubeF7 microcontroller.
Language: C - Size: 5.55 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

jonlamb-gh/oxcc-stm32f767
Peripheral access API for STM32F767 microcontroller used by OxCC (generated using svd2rust)
Language: Rust - Size: 2.08 MB - Last synced at: 11 days ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

MarcinFilipek/HomCenter
Project home center on STM32F7 and SPSGRF-868 module. (FreeRTOS)
Language: C++ - Size: 42.8 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

skordal/bikemaster
A bike statistics computer
Language: C++ - Size: 151 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

miccio-dk/stm32f7_seq
Attempt to make a sequencer/drum machine/synth with the STM32F746 Discovery board.
Language: C - Size: 51.9 MB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 1
