arduino - How often can a Center 'notify' a Peripheral in BLE -


i have rc car built using arduino, bluetooth usb dongle, , ps3 controller. car has several functions (lights, sounds) along driving around.

i want replace bluetooth dongle , ps3 controller ble module (i have hm-10) , want use web bluetooth. controller virtual 1 served secure website.

my question is: setup possible current version of web bluetooth?

and: how can center (my computer/website) notify peripheral (the rc car) start/stop/turn/play sound/etc... ? in general, limitations (if any...i'm sure there or wouldn't posting this) run setup vs simple bluetooth dongle/ps3 controller.

i hate general being new tech, other comments/insights/pitfalls welcome!

yes, possible. examples:

you keep dual shock 3 optional input device using gamepad api.

regarding notification frequency, neither chrome nor web bluetooth api impose artificial limitation on ble activity @ level. however, that's not chrome's architecture won't add small amount of overhead. additionally, of heavily hardware dependent, both on central , peripheral, it's difficult ballpark expected performance.

good luck! sounds neat project!


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -