Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
I'm trying to connect to my Xiaomi Band 8 and read heart rate data using gatttool with the help of extended Bluetooth adaptor, UB500 | Bluetooth 5.0 Nano USB Adapter - TP...
Hi, I am trying to add some unit testing in my NRF Connect SDK based project. I am using Unity + CMock suggested here . For files with no complicated dependencies it works...
I have noticed while trying to use LitteFS with USB Mass Storage a bug with partition_manager_output.py when using the affiliated key in pm_static.yml. The documentation suggested...
Hi!
I try to explain quickly my setup that is working, I am on nrf52805 and I have SD112 ( 7.2.0 ) onboard. I am ok with placing bootloader at specific address using linker...
Hello
I am working on integrating https client functionality to product based on nrf9160. My current setup consist of nrf9160DK and nrfConnect SDK v2.5.0. Build is performed...
Hello everyone,
I'm using the Bluetooth peripheral sample and I'm in a scenario where I want to connect to my board from only one device at a time, meaning I don't want...
Hi all, I am working on an nrf5340 and I activated the FileSystem Backend log to save the logs in my external Flash. It's working how we are expecting to except once the flash...
Hi,
I'm experiencing high packet loss with the application nrf5340_audio example, I'm using nrf5340 audio DK as a unicast server, and then I'm using a Sony phone to connect...
Hello, I am using nRF52832, nRF5 SDK, s132, and DFU-OTA with private keys and secure bootloader I am trying to enable the DFU Downgrade by disabling the define NRF_DFU_APP_DOWNGRADE_PREVENTION...
SDK:11.0 Example:ble_app_hrs\pca10040\ s132_with_dfu
Hi Does nrf52810 only support a maximum of one central connection at the same time? If I currently want to connect two...
We wanted to understand better the use of external NOR Flash for nRF9161 applications. For example, in nRF9161-DK, this would be the GD25WB256E chip.
For modem delta fw...
Hi!
I just succesfully flashed my modem firmware to version 1.3.6 using the nrf programmer and a segger external programmer. I can still connect over the serial monitor...
I used nRF52840 board with SDK 17_1_0 ,
I want to used WS2812B in my project so any one can give me reference code for this or
can suggest me how can i implement its driver...
Hi,
I am using nrf52840 and SDK-16.0. Initially I was using SPI1 and SPI2. now along with this I am using SPI3.
we have added new feature which consumes 316*9*26 bytes...
I am trying to cancel a pending connection as a workaround for .
However when I run:
```
LOG_DBG ( "Peripheral connection timeout cancelling and trying later" ) ;...