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...
Hi, we have been experimenting with the ESB PRX and PTX examples and have integrated them into our code. We are using the PTX to continuously stream data to the PRX side and...
Hi,
I working on migrating my project from SDK 14.0 to 15.2 and are currently working on the secure_bootloader. In our current solution we use the __weak nrf_dfu_button_enter_check...
Hello everyone!
I am trying unsuccessfully to advertise a custom UUID as LBS along whit HRS but the examples use different functions to handle the advertising.
The blink...
Hi,
When I add a model that extends others (i.e. not a root model) to an element, should the extended models (for example root models) be in the same element?
Maybe the...
Hi , I am flashing applications related to UART / USB but after flashing I am not able to see the log on serial port as per seetings given in manual.
http://infocenter.nordicsemi...
hlo sir , In my code there are 4 gpio interrupts,
if they comes at same time which will execute first.
There is any optional to assign priority to each gpio interrupts...
Hi - I have an application where I sometimes get an NRF_ERROR_INVALID_STATE error on disconnect when the distance between the client and server is beyond certain limits. ...
Hello to everyone. I´m trying to configure the buttons of my SDK nRF52 to turn on LEDs, but all the examples I´ve found here are using BSP_EVENT_HANDLER. So, my question is...
Hi,
I am developing an application on an nrf52840 based custom board that includes a dfu bootloader. Currently this bootloader is the example secure one. This will be tweaked...
Hi,
I spent a lot of today trying to get or even to find instructions on how to get log messages (RTT) out of both the app and the bootloader I am working on. This was the...
Hello all!
I tried to develop a small BLE application and got stuck with endless loop in nrfx_uarte_tx() function (nrfx_uarte.c driver) which loops endlessly in these lines...
Hi, I am running Segger Embedded Studio (4.10a) to get used to the Nordic DK for the nRF52840. Now I have found, that the register display seems not to be able to show some...
Hello,
just a quick question for my understanding: If I use differential mode and have the Vp and Vn pins as an input channel to the SAADC, then may I only supply Vp with...
Hi,
I followed the example nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_buttonless_dfu to add DFU service into my 3 programs. One has HTS service, one has HRS...