
My handheld console ended up controlling drones too
Been building a handheld console, and drone control ended up being one of the apps on it — wasn't originally the plan, but the hardware made it possible.
One thing that tripped us up: sending gamepad, mouse, and keyboard as one combined BLE HID report seemed fine at first, until iOS started acting up. Had to split them into separate reports to fix it — small thing, cost real debugging time.
Anyone else hit weird platform-specific quirks like that with BLE HID?