-
Hi,
it would be great if you could add [maximumWriteValueLengthForType](https://developer.apple.com/documentation/corebluetooth/cbperipheral/maximumwritevaluelength(for:)) to the CoreBluetoothPeriph…
-
Since commit 457af7571ab5e7c3a9338cdd901a3b23b3c302d0 is appears that the NINAFW adaptors are broken. They advertise without a problem, however on connecting to them they do not correctly respond. Ins…
-
https://wiki.sipeed.com/hardware/en/longan/h618/lpi3h/6_peripheral.html
-
Is there any convenient way to use more peripherals, such as more cameras or any other collection devices? What are the changes needed to modify the design accordingly?
-
Operating system: 12 (bookworm) 64bit
Python version: 3.11.2
Pi model: Pi 5
GPIO Zero version: 2.0.1
Pin factory used: RPiGPIO
See http://rpf.io/gpzissue for information on how to find out these …
-
### I'm sure that
- [X] This issue is still present in the **current beta version** of this adapter
- [X] There is no other (open) issue with the same topic (use the search!)
- [X] This issue is not …
-
Type: Feature Request
I am currently working with vscode-peripheral-inspector, and it has been extremely useful in managing peripheral registers through the peripheral view.
As part of my proj…
-
Looks like we haven't been initializing peripherals when config files went missing:
```text
2024-10-05 15:14:31.524 [Error] Failed to create 'flow-control' peripheral 'flow-control-a' because Conf…
-
### Describe your idea
Peripheral for Java cryptographics method, NFC token, NFC token reader block (that will read player inventory. when it close to block)
(Basically, just for tracking)
### De…
-
We have the following `connect` code in our codebase:
```
suspend fun connectToPeripheral(): Either {
return try {
Timber.d("[BLE Communication]: Connecting to peripheral...")
…