An open API service indexing awesome lists of open source software.

https://github.com/marceline-cramer/discord-drive

DiscordDrive firmware
https://github.com/marceline-cramer/discord-drive

c embedded motor motor-controller motor-driver platformio stm32 zephyr-rtos

Last synced: about 1 month ago
JSON representation

DiscordDrive firmware

Awesome Lists containing this project

README

        

# DiscordDrive Firmware

DiscordDrive is an open-source brushless motor driver with FOC control.

# Building

DiscordDrive is built with [PlatformIO](https://github.com/platformio/platformio-core/).

To build, enter the root directory and type:
> platformio run

Since there are not any specialized boards for DiscordDrive currently, you must upload the build to an STM32F4 Discovery board or similar:
> platformio run -t upload