This repo is the entry point to all other STM32 MCU/MPU AI-related GitHub repos.
☆55Feb 7, 2026Updated 4 months ago
Alternatives and similar repositories for STM32AI_Overall_Offer
Users that are interested in STM32AI_Overall_Offer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- An open-sourced PyTorch library for developing energy efficient multiplication-less models and applications.☆14Feb 3, 2025Updated last year
- STMicroelectronics offers a full set of drivers and configuration examples for using MEMS sensors with different operating systems. This …☆40Aug 28, 2025Updated 9 months ago
- Collection of Machine Learning examples using MLEK CMSIS-pack.☆11May 7, 2026Updated last month
- ☆19Jan 8, 2026Updated 5 months ago
- ☆19Mar 16, 2022Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- ☆22Oct 26, 2022Updated 3 years ago
- Open-source of MSD framework☆16Sep 12, 2023Updated 2 years ago
- This library is made for the STM32 HAL (Hardware Abstraction Library) platform. This is a Battery Monitoring AFE library from TEXAS for u…☆17Sep 28, 2022Updated 3 years ago
- 基于STM32的RFID读卡器程序☆13Jan 13, 2019Updated 7 years ago
- [TCAD 2021] Block Convolution: Towards Memory-Efficient Inference of Large-Scale CNNs on FPGA☆17Jul 7, 2022Updated 3 years ago
- Implementation and optimization of matrix multiplication on single CPU (HPC-THU-2023-Autumn)☆18Feb 27, 2024Updated 2 years ago
- 用C#写的窗口隐藏工具,工具可以自行设定系统级别的快捷键,使用快捷键一键隐藏还原窗口☆14Dec 16, 2014Updated 11 years ago
- 【Android】 android加密方法 简单API实现Hash,Hmac,对称与非对称加密☆15Jan 13, 2021Updated 5 years ago
- ☆45Dec 13, 2023Updated 2 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 使用C语言结合单片机一步一步实现FOC算法控制BLDC电机 Implementing FOC algorithm step by step to control BLDC motor using C language combined with microcontroll…☆26Feb 20, 2024Updated 2 years ago
- MQTT Client For Android,其中包括了MQTT协议、协议在STM32上移植、HTML5测试。☆13May 4, 2018Updated 8 years ago
- Extension support for VS Code Embedded Debug Extension☆13Apr 16, 2026Updated last month
- ☆18Sep 25, 2025Updated 8 months ago
- ebox是类似于arduino的一套固 件,底层基于rtthread和hal库,简化stm32编程☆12May 25, 2023Updated 3 years ago
- ☆32Mar 31, 2025Updated last year
- torch_quantizer is a out-of-box quantization tool for PyTorch models on CUDA backend, specially optimized for Diffusion Models.☆25Mar 29, 2024Updated 2 years ago
- ☆10Oct 25, 2020Updated 5 years ago
- Time Leap Cam - Super Long Term Time-Lapse Camera and Monitoring by OpenAI☆35Sep 6, 2024Updated last year
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- AT Command examples for Quectel Modules☆13Feb 2, 2019Updated 7 years ago
- 基于STM32的DCM模式下的BUCK变换器设计☆23Dec 19, 2018Updated 7 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…