What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
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,
In a previous post I asked about scanning and connecting based on specific advertised data. After some testing I realized that my two nrf dks only connect sometimes...
Hello; We want to use the GPS peripheral of nRF9160. Qorvo QM14501SR LNA is used in your evaluation board. QM14501SR is expensive for our project. Can we use LNA without band...
Hi,
i am working on nrf52832 . i am facing advertising issue with custom board. controller advertise only when i touch 32.786kHz crystals or two capacitors with my finger...
Hi,
I use example projects Thread: CoAP Client and Thread: CoAP Server . I can send and receive data over CoAP. My purpose is to use CoAP, CoAPS and UDP tohether. If client...
nrf_ringbuf has a bug which happens when mixing nrf_ringbuf_cpy_put() with nrf_ringbuf_alloc() and nrf_ringbuf_put(). After copying data with nrf_ringbuf_cpy_put() a later...
Hello,
at the moment we are trying to realize a low power delay with the usage of the APP_TIMER.
We need a low power delay over 10 seconds.
This is our attempt:
...
Hello,
we are developing an application with a nRF52832 on a custom board. The application works fine. The application on the nRF52832 consumes 2.2mA @ 2.5V.
The other...
Hello,
Our Project
at the moment we are developing an application with a BMD-350, which contains a nRF52832 chip.
The BMD-350 is on a custom PCB with another microcontroller...
Hi,
I am trying to prgram the nRF52840 DK board (revision 2.0.1) within a virual machine (VirtualBox running Linux Mint). I have installed the SDK and the nrf command line...
I'm not even exactly sure how to describe this problem, so please bear with me. I have a setup with two nRF52840s, one of them (call it B) functions as a peripheral server...
I have two devices, both nRF52840, one as Client, one as Server. There are a few services defined with a few characteristics in each. Two of the services have values like...
I have now had two units exhibit nearly the exact same behavior, and it seems odd to me for them to be so similar. I'm wondering if anyone else has seen similar. I have a...
Hey all,
I have a USB CDC ACM application that works great when it starts, but I'm not able to get it running without the debugger. This is SDK 17.0.2, there is a SoftDevice...