Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
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...