Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
I am running the nRF5340 Audio DK and trying to find a device with an app that scans BLE advertisements, but the device cannot be found.
I have confirmed that sound is being...
When I start the debugger (both internal and Ozone) the registers view only shows the CPU internal registers; peripherals are not shown.
If I start Ozone manually I can...
We are working on one of our Matter based product and everything is working fine with Matter. Now we want to use BLE central on nRF52840 along with Matter Application. But...
I am using ncs2.6.1.
I built and run ot_cli based on ncs2.6.1, then I wanted to update openthread library so I modified openthread's revision on file nrf/west.yml
Then...
When advertising using BLE and using the nordic app, it seems that the advertising address changes after every reboot even with CONFIG_BT_PRIVACY set to n. However, this only...
Hi,
we are using nrf52 DK and our custom mobile application. We are trying to collect 15000 sensor samples and finally we are trying to send array to mobile app via BLE...
I suspect there is a bug in the https_client sample. sdk-nrf/samples/net/https_client/src/main.c
The certificate seems to always be provisioned and
mismatch = modem_key_mgmt_cmp...
I have tried to use the power profiler and I got the notification that my firmware had to be updated. I clicked proceed and the device started updating.
When the update...
Hello,
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
I am using NUS to work with...
My Android app builds and runs fine under Android 13.
But on Android 14 when I try to use the DFU library (ver. 2.5.0) I get the following run-time error: One of RECEIVER_EXPORTED...
I have two nrf5340 audio DKs running bidirectional audio over Bluetooth. Software is modified Audio example from SDK 2.7.0. I am trying to run external i2s in the unicast...
Hello,
I am currently programming using SPIM+Timer+PPI(via nRF Connect SDK v.2.6.1), but due to my lack of understanding, handling handlers is challenging. Therefore, I...