自制FOC双路驱动板
☆21Jun 9, 2024Updated 2 years ago
Alternatives and similar repositories for TwisterDriver
Users that are interested in TwisterDriver are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 平衡车的软硬件制作(上位机,微信小程序,硬件,算法)☆24Jan 10, 2021Updated 5 years ago
- ☆21Jan 18, 2024Updated 2 years ago
- ARM and RISC-V☆14Updated this week
- 磁场矢量控制云台电机程序,使用MT6813获取位置角度,使用uart串口实现modbus RTU通讯,电流环16K,速度环8K,位置环4K,STM32F103C8T6主控,开发环境keil☆12Sep 10, 2024Updated last year
- STM32F103通过SPI接口与MAX31865模块实现测温功能☆15Sep 1, 2017Updated 8 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.
- 基于STM32 HAL库的FOC封装☆126Jun 30, 2023Updated 3 years ago
- 【笔记】计算机技术和嵌入式系统开发学习笔记。☆18Updated this week
- STM32 Bootloader 串口升级 支持 Ymode,支持增量(差分)升级,☆17Jul 13, 2020Updated 5 years ago
- STM32 Embedded Modules☆20Jul 30, 2025Updated 11 months ago
- ☆55Feb 26, 2023Updated 3 years ago
- 使用STM32F4运行简单卷积神经网络 仓库名打错了 应该是MNIST🥺🥺🥺☆38Jul 28, 2024Updated last year
- 本系统以Buck和Boost并联,实现双向DC-DC交换,以STM32为核心控制芯片。通过单片机闭环实现恒流输出控制。以L298N作为PWM控制驱动器,组成电压负反馈系统,通过调整PWM的占空比,实现稳压输出。系统能自动检测 外部电源电压变化,在负载端电源较高时自动切换成充电…☆44Feb 7, 2018Updated 8 years ago
- ☆15Apr 13, 2024Updated 2 years ago
- ☆11Jul 22, 2025Updated 11 months ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- STM32F1和F4的bootloader,以及使用Ymodem串口OTA,使用DTU4G模块OTA示例代码☆71Oct 15, 2023Updated 2 years ago
- 基于STM32的RFID读卡器程序☆13Jan 13, 2019Updated 7 years ago
- MAX31865 RTD-to-Digital Converter temperature readout for Stm32-HAL☆21Jun 19, 2019Updated 7 years ago
- 使用C语言结合单片机一步一步实现FOC算法控制BLDC电机 Implementing FOC algorithm step by step to control BLDC motor using C language combined with microcontroll…☆27Feb 20, 2024Updated 2 years ago
- Inferring MobileNetV2 on STM32H7☆45Mar 28, 2025Updated last year
- USB-C to Serial converter with full modem signals, speed up to 3Mbps and voltage levels from 0.65 to 5V☆16Nov 28, 2024Updated last year
- 用C#写的窗口隐藏工具,工具可以自行设定系统级别的快捷键,使用快捷键一键隐藏还原窗口☆14Dec 16, 2014Updated 11 years ago
- STM32 HID Joystick with PPM input.☆12Dec 1, 2017Updated 8 years ago
- stm32智能小车,包括GPIO电机驱动、蓝牙控制、自动循迹等☆11May 10, 2023Updated 3 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 智能自平衡小车,实现平衡功能的基础上,加入了超声波避障、超声波跟随、蓝牙遥控等功能☆46Jan 1, 2025Updated last year
- FOC控制算法☆53Oct 23, 2023Updated 2 years ago
- MQTT Client For Android,其中包括了MQTT协议、协议在STM32上移植、HTML5测试。☆13May 4, 2018Updated 8 years ago
- 通用Bootloader上位机,通过修改底层驱动支持不同硬件☆13Dec 4, 2023Updated 2 years ago
- 记录论文实验过程中完整的思路发展,以及一路遇到的问题及解决方案。Linux下C++开发。☆11Sep 21, 2024Updated last year
- ☆10Mar 10, 2023Updated 3 years ago
- ebox是类似于arduino的一套固件,底层基于rtthread和hal库,简化stm32编程☆12May 25, 2023Updated 3 years ago
- STM32F103C8T6 drives OV2640, using STM32 standard peripheral library.☆10Apr 28, 2024Updated 2 years ago
- .STL Antenna Tracker Gimbal For Ardupilot/PX4/u360AT/EZ Antenna Tracker☆14Dec 20, 2019Updated 6 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- ☆11Sep 17, 2025Updated 9 months ago
- My implementation of Field-Oriented Control(FOC) on STM32 following DengFOC's tutorial☆196Apr 21, 2026Updated 2 months ago
- 自用嵌入式项目框架,集各种☆36May 14, 2018Updated 8 years ago
- 基于HAL库的stm32机器人跷跷板项目☆14Oct 23, 2022Updated 3 years ago
- 基于STM32F103C8T6的ADC数据采集DEMO☆10Apr 27, 2019Updated 7 years ago
- 基于STM32的DCM模式下的BUCK变换器设计☆23Dec 19, 2018Updated 7 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago