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
I am adapting some code that was used with a previous SDK (SDK 14 or earlier) to use with SDK 15.2.
The function 'ble_nus_string_send' is not included in the new...
Hi support team,
I am porting an ESB application from nRF51822 to nRF52832.
I have configured (for backwards compatibility) the radio at NRF_ESB_BITRATE_250KBPS and it...
Hello, this is Kwonjoon Lee from Korea. I would like to ask about building problem of connectivity HEX file of pc-ble-driver (C/C++).
Actually, installation of the pc-ble...
SDK - nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac
Segger embedeed studio
Linux Ubuntu 18.04
I try use the thread_simple_coap_client example from SDK. I need to use...
hi,
We are using nordic nRF52832 in our project as per our requirement we have to implement sleep and wake up mode with the help of button interrupt. our use case is that...
Hi
I'm at the early stages of evaluating the nRF52840 and have some questions
1. The web site lists Segger Studio and nRF Connect as choices for development.
What are...
Hi,
in the last year, many of us had a lot of troubles creating a simple mesh app relaying a short byte array(10 characters or less) over Mesh, from a client to a server...
Looking for a freelancer to code firmware for our project which will use data from a MEMS and a load cell, initially testing (if possible) with a nRF52 development kit.
...
The SDK 15.2.0 release notes state:
Changed the default interrupt priority level for the peripherals from 7 to 6. This is done to be aligned with the priority of the SWI...
Hi,
when I am not in a connection, I want to call sd_ble_gatts_value_get() and sd_ble_gatts_value_set(). Both require a connection handle.
For the sd_ble_gatts_value_get...
Hi everyone, I'm currently working on an application that uses the USBD HID Keyboard class. However for this particular application I need to know when the USBD is done with...
Hi,
I have to modify DFU to support AES encrypted image.
I modified nrfutil, file package.py, After line bin_length = int(Package.calculate_file_size(bin_file_path)) ...
I realise this question must have been asked a thousand times, but the more answers I read, the more confused I am!
I am looking to transfer 7kb of data occasionally (maybe...
Hi,
I've just acquired a second-hand (but still sealed in the original anti-static bag) PCA10059 which is labelled as being HW rev 0.6.0 manufactured 2018.15, and was unable...
Hi All,
I am developing one project and in which i am using external SPI Flash memory of 128MB and for that as of now i am using spi driver for all operations (like read...