Web Developer with BLE

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Steve-Matrix
Matrix Staff
Posts: 1761
http://meble-kuchenne.info.pl
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 256 times
Been thanked: 411 times

Re: Web Developer with BLE

Post by Steve-Matrix »

Thanks, Stefan. That's useful to know.

I've just done some searching and found this note:
If you use filters (like namePrefix) to find a device, you must still specify the services you plan to access in the optionalServices array to connect to them.
So you might need to have something like the following:

Code: Select all

filters: [ { namePrefix: "Flow" } ], optionalServices: [0xffe0]

Post Reply