-
Hi,
I'm trying to implement SPIFFS but can't pass beyond mounting.
my test code does the following:
mount > unmount > format > re-mount
Then I try to SPIFFS_open(&fs, "file1", SPIFFS_CREAT | …
-
After updating to this commit my keyboard stops working. (or just the latest commit, Just narrowed it down to this commit)
The keyboard will still connect and output logs but no keystrokes.
If I…
-
**Is your enhancement proposal related to a problem? Please describe.**
Currently, Excute in Place/memory mapped mode on QSPI/OSPI flash does not seem to be implemented on STM32.
STM32H750VB comes w…
-
Hello! Thanks for this great library. I'm waiting for my nRF24 modules to arrive, in the meantime I'm getting used to the code.
From what I've read so far, it wouldn't be possible, but..
Is it pos…
-
Hello!
I'm currently working with the Nordic XIAO BLE SENSE for a school project, and I'd like to use your project to implement Midi over BLE. I added an overlay file for my board in order to have 4 …
-
I was considering submitting a PR for this, but figured it would be worth asking if there is any interest in supporting the new NRF52x devices in this library.
I've written a new library [nrf_to_nr…
-
**Describe the bug**
If `bt_disable` is called from a cooperative context while BLE connection is maintained, the Bluetooth stack does not report disconnection using application’s connection state ca…
-
First off please excuse my ignorance when it comes to Bluetooth, but would there be any practicality in supporting NRF52x devices?
I know they natively support Bluetooth, but when using the https:/…
-
For the nrf52840 board, the `gettimeasticks` function timer wraps at ~511 seconds.
Sampling `getimeasticks` every second yields the following:
```console
Time: 509s
Time: 510s
Time: 511s
Ti…
-
**Describe the bug**
When create a CIG the application can choose to have difference SDU intervals and maximum transport latency in each direction, e.g. 10ms SDU interval from central to peripheral a…