-
I’ve seen it done in other projects. It could possibly run off CoreBluetooth or Apple’s Multipeer Connectivity.
Has this ever been attempted? I see that Visual Boy Advanced seems to have cracked th…
-
Hi,
I have a demo program using this library working on linux, but it fails on MacOS using CoreBluetooth. I get the following output:
```
peripheral_manager_did_update_state
CBManagerStatePowe…
-
**Describe the bug**
`properties.local_name` doesn't have the correct name because [macOS caches the names](https://developer.apple.com/forums/thread/19381#answers-title)
**Expected behavior**
Ha…
-
The error is observed on the following setup:
OS: Apple M1 Pro, 14.4.1 (23E224)
Python: 3.10.4
Firmware: https://nightly.link/pybricks/pybricks-micropython/workflows/build/master/technichub-firmwar…
-
**Describe the bug**
Can't get RSSI
**Expected behavior**
RSSI information for each message received
**Actual behavior**
No RSSI information
**Additional context**
RSSI mentioned [here](h…
-
-
* bleak version: 0.8.0
* Python version: 3.7x64
* Operating System: Windows 10
### Description
Discovery service - BleakScanner.discover() - returns [] no matter if
** there are no devices the…
-
There's a couple motivations for this, from most significant to least, imo:
* python 3 offers more modern concurrency models,
which would allow us to move away from the Threads currently in use in…
-
In a project with a sample peripheral, when I expose the a 16-bit service and 16-bit UUID, my Nordic NRF52 isn't picking it up in directed discovery.
When I expand it to 128-bits, it's still not be…
-
Since IOS 13.0, Bluetooth requires user permission but first they forgot to give us a way to check for autorisation without asking for them.
In IOS 13.1, Apple provide us à way to do that. See https:…