Brushless Motor Controller for Multirotor Aircraft
I want to learn how to control brushless motors and how to best tailor their control algorithms to different tasks. Most brushless motors I encounter are very tightly coupled to their associated controller. Occasionally I could examine how a particular pairing worked together, but I don't know enough to mix and match salvaged motors/controllers to see how different combinations work together. I think I should start with a motor controller that has been designed to accommodate a range of different brushless motors.
The good news: recent popularity of multirotor aircraft ("drones", "quadcoptors", etc.) has spawned a product ecosystem of brushless motors and controllers marketed to drone owners. Whether they want to repair, upgrade, or build their own from scratch, many companies compete for their money. I just wanted something cheap as a starting point, so I went with Amazon's lowest bidder of the day(*) for a four-pack of compact and lightweight brushless motor controllers. Obviously intended to match four motors in a quadcoptor, a pack of four works for me in the interest of redundancy. I may damage a few in my experiments.

Here's one of the four, just removed from its packaging. I was impressed by its tiny size, the circuit board itself is only about 13mm x 23mm. Thicker red and black wires are for delivering battery power. The thinner wires led to 0.1" pitch connectors for control signal and signal ground. There are no wires provided for the motor, just three solderable tabs.

I cut away its protective heat-shrink tubing to see inside. On the upper-left I see "S" for white control signal and "-" for signal ground. Probing with my meter indicates signal ground is connected to power ground. This isn't usually a problem because drones tend to run everything off a single battery but would exclude this controller from circuits isolating logic ground from power ground.
In the center we see two microchips. Larger chip on the right has a logo I don't recognize, and text SA6288 210. A web search found this SA6288, a gate driver chip designed to drive MOSFET/IGBT transistors to control power for three-phase motors. That fits. It's probably taking orders from the other chip, then. A microcontroller makes sense given its proximity to the control input signal and four circular pads across the bottom that may be a way to reprogram the chip. I read its markings to be "dB21 F16C C01Q5K 2217". Search engines clung on to "F16C" and wanted to tell me about the fighter jet, which wasn't helpful. Maybe I've misread one or more characters.

Backside of the chip are all of the power control components, starting with red wire (VBAT) and black wire (GND) for battery power. Relatively large capacitors are visible, and I'm impressed it didn't need larger electrolytic capacitors. Half of this side are taken up by an array of six modules. From my LX-16A teardown I recognize the logo for Alpha & Omega Semiconductors, but their website didn't have any information on a 7544 chip. Arrow Electronics says there's should be an AON7544 N-Channel "AlphaMOS" MOSFET. Two of them per channel would fit with my current understanding of brushless motors.
One of the remaining two chips should be a voltage converter to translate battery power to a lower voltage for the unidentified microcontroller and gate driver chip. But on the lower left, next to the ground wire, is an unexpected entity. It looks like a WS2812 or similar RGB LED module which is much fancier than the single LED I would have expected for an indicator light.
There's a mysterious name "BLHeli_S" on the Amazon listing and also printed on the front label of this motor controller. A web search found this to be the name of motor control firmware.
(*) Disclosure: As an Amazon Associate I earn from qualifying purchases.