-
I am using a STM32 F4 discovery and using this crate I was trying to use the blinky.rs for the same board but the pin seems to be different form what is given in the example ( for me it is gpioc.p0) ,…
-
### Description
1. When grouping `cpu`(s) into clusters, they seem to appear duplicated in the output of the `peripherals` command
1. The display format of a `cluster`/`cpu`(s) seems inconsistent …
-
### Board Name
Pi 5
### Steps
Follow the guide for initial setup:
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi
and then run the bli…
-
The device info panel shows the currently recorded parameters of peripherals attached to the robot:
![image](https://github.com/user-attachments/assets/113f7206-57de-47e9-9f36-ab614fcbcbb8)
Right no…
-
**Mod Version**
KJSCC-2002-1.0.2 for forge 1.20.1
**Describe the bug**
Hello,
I am trying to add functions to an existing peripheral. Following the tutorial, I attempted to extend the Electr…
-
Hi,
I'm running into an issue in the following setup:
- A Raspberry Pi running Ubuntu 22.04/24.04, acting as a Peripheral.
- Application exposes a characteristic with the `secure-notify` flag.
-…
-
Has someone used the new C callback functions with the peripheral handle exposed as first parameter into the callbacks?
I compiled the latest commit from github (says 0.8.2 from simpleble_get_versi…
-
## Motivations
Wifi on esp32c6 requires an `Rng` instance. TLS requires a `Trng` instance. But both `Rng` and `Trng` consume the `RNG` peripheral. Since `Rng` can be cloned, `Trng` should have anot…
-
I hope this is a quick one.
On the list of devices that appear under `/org/bluez/hci0`, for example. Is there a way of knowing if the device has been added as a result of scanning vs one that conne…
-
Hi! First I want to thank you for this porject. I was trying to implement myself the interfaces to build a GATT application and then one post in stackoverflow mentioned your project and I was so relie…