Remote control for iPad from BLE device

I need to implement a remote control for a SwiftUI app running on iPad.

I would need to handle 2 different events like Start / Stop.

On software side, I plan to use .onReceive to listen to BLE device.

So my questions:

  • I need realtime reaction (a few 1/100 s max)
  • can any BLE remote control do the job ?
  • If anyone has tested some low cost remote, I am interested to know.
  • Or should I look for Homekit solutions ?
  • Or use an iPhone as remote controller ?
Remote control for iPad from BLE device
 
 
Q