Lars Alexander Blumberg

Results 53 comments of Lars Alexander Blumberg

Good point! If you have time, we welcome your pull request!

Hi Joachim, there's no need to know or understand descriptors with this library. What you need is to know the UUID of the service and the UUID of its characteristic...

Dear @Snevzor, a Bluetooth discovery of the device _is_ necessary before you connect to the device. This is due to the fact that BlueZ (running as a service) stores discovered...

Hi! Good news – we're working on exactly that. We will add a GATT server SDK to this library within the next few weeks.

We're shortly releasing a first implementation of a GATT server that you can use as a reference for implementing your GATT server. Shortly after we'll update the SDK, too.

@vbisbest Please find our first BLE GATT server here: https://github.com/getsenic/senic-hub/tree/master/senic_hub/bluenet We plan to move the server part into a proper SDK as we did with the GATT client SDK at...

Which BlueZ version are you using? Did you try a system restart?

I run the demo at https://react-arborist.netlify.app/ and did what any programmer would do: nesting all folders into each other :) "Achieved" on Firefox 96 on Pop_OS! 21.04 (corresponds to Ubuntu...

I can confirm this bug with Ionic 5.1.0 on Desktop/Safari, using the React `IonInput` component within an `IonItem`, `IonContent`, `IonPage`, `IonApp` (ordered from inside out). Here's the workaround that I'm...