Category: 28V/2A 3-Phase Driver

BasicPI Firmware Stack

This illustrates the BasicPI Firmware Stack in progress. What I always do in embedded applications is to make a “standard” main.cpp as follows: void AppInit() {    // wire hardware } int main() {    AppInit();    // start OS } A team I worked in years ago agreed on this standard so we should…

Read the full article

28V/2A 3-Phase Driver

This is the smallest of my dedicated 3-phase controllers using DRV10983 and STM32F030F4. The entire controller is the size of a fingertip and will run a 3-phase motor using sinusoidal algorithm. The controller works, but I was not impressed over it so far because it tend to loose control over the motor I use for…

Read the full article