Richard Beattie

Results 12 issues of Richard Beattie

## Proposal Expose a `useStepProgress()` hook which returns `stepForward()` & `stepBackwards() `to allow custom implementations of the Next and Previous Buttons ## Reasoning It would be great to separate some...

enhancement

## Proposal Switch from passing reference to React Component as content in ProgressStep object to providing a component which only renders it's children when it's step matches the current step....

Hi all, I have a mindflex headset which I have set up according to this tutorial(http://www.frontiernerds.com/brain-hack) however the signal strength never reaches 0 and as such I cannot get the...

I've made and installed this library and am attempting to run the `blelogger` file with: ``` sudo ./blelogger C6:E7:40:7B:1B:35 ``` I've also modified the `blelogger` file to change the debug...

Fixes https://github.com/edrosten/libblepp/issues/8 by removing boost::optional in favour of std::optional. Changes the standard from 11 to 17

I've built and installed this library on a Raspberry Pi. I'm trying out the [`pair.cpp`](https://github.com/OpenBluetoothToolbox/SimpleBLE/blob/main/examples/simplebluez/pair/pair.cpp) example and have found that the returned characteristics are inconsistent for the same BLE device...

Hi, Firstly thanks for making this great library. I'm trying to get to get it setup with Svelte-Kit however importing `Image` gives me this error: ```bash ENOENT: no such file...

I'm trying to connect to multiple Sphero Bolts at once but when I get to around 3 connections sometimes I'll get the following error ```bash spherov2.controls.PacketDecodingException: Bad response checksum ```...

Hey, I was just wanted to check if you'd be interested in a PR to add the option to specify the specific Bluetooth adapter bleak should use?

Hi, I'm trying to use this library with a Sphero Bolt. I'm on macOS using python 3.10 ```python from spherov2 import scanner from spherov2.sphero_edu import SpheroEduAPI toy = scanner.find_toy() ```...