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...
I am not able to successfully use your nRF UART app to communicate with your nRF52840 DK. I get a warning when installing the app that it may be too old for my version of...
I'm still learning BLE development so I apologize if this is a basic question.
Here is a screenshot of a recent capture I did with the nRF52-DK. The bluetooth sniffer is...
Pardon my ignorance of the nuances of Security and Encryption but what I am observing is a bit perplexing.
Every time I run the nrfutil command to generate the bootloader...
Hello, I use sleep_mode_enter() to put the device into sleep mode, however, the RTT print a fatal error after sd_power_system_off(), I don't know whether the device is in...
I'm trying to open a nRF Connect SDK project in Segger Embedded Studio for ARM (Nordic Edition) V5.30a
When I try opening the project I get an error box with the following...
I want to add an OUT endpoint to the USBD example, but it is not successful. I cannot find the relevant tutorial. Below is my main.c, asking for help, thank you very much...
hi nordic team,
im update the app by usb dfu,my sd version is s140_nrf52_7.0.1_softdevice,and shell like this:
program.bat
dfu.bat
the device cant update and...
Hi,
Working on RSA encryption, I'm trying to build an RSA context from just the P, Q and E part of the key (as per https://tls.mbed.org/kb/development/how-to-fill-rsa-context...
Hi Nordic Team,
I've modified the DTM app to use USB CDC, I used a serial terminal to manually send commands, e.g. set tx power command, it worked fine. But it didn't work...
I'm a newbie to nRF stuff so please forgive me if I have missed the obvious...
nRF52840, SDK 17.0.2
The Nordic infocentre lists 4 options - SAADC driver - legacy layer...
Hello,
I am trying to observe communication between the nRF9160 and nRF52840 on v0.8.2 of the nRF9160-DK board. According to the schematic and documents, P0.23 should be...
I am putting data in a queue whenever I get indication, something like this:
on_indication(..,.., received_data)
self . qure_received . put (received_data )
Is there...
Hello
I'm trying to send a dataset from the nRF51-DK over BLE to an iOS device. The total data to be sent is around 500 kB. What is the best method for transmitting this...
Dear Nordic Experts, I've added buttonless BLE DFU to the generic level ( Mesh ) example. The firmware update is basically working; except for two minor little limitations...
SDK: 4.1.0
CHIP: 52840
old question
Hi, I have developed sleepy zed.
I have success to send "request data" in every 5 sec.
I wants to add regular job which is send...