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 Nordic Team,
My dev enviroment is as follow:
nRF52832(ble central)+ S132+ SES+ SDK 17.0
We are facing an issue regarding local BLE Address . When we are flashing...
Hello.
I am developing a peripheral roll using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I want to know the information of the device that sent the connection request. Also...
Dear Nordic Team Support,
I am testing throughput on different environments, my goal is to stream data from custom-board to Laptop. I have set up some experiments as shown...
Hi all:
I am using nrf52840 hardware. nrf connect sdk.
I am using file system and mcuboot at the same time. When i call ` flash_area_open (id, & pfa);`, i got a wrong...
Hello,
we developed a proprietary protocol on top of IEEE 802.15.4 user zephyr on a nRF52833. Everything was fine with hal_nordic on commit 74b3b21f60aa3dc9a4364ffc28dbb47ad8b699a9...
When I pair the peripheral with a dongle connected to nRF Connect Desktop application, then disconnect and Connect again, the nRF Connect does not remember that it was paired...
I built the SMS sample without changing anything. I am using a Lebara prepaid sim card. I was able to exchange SMS messages from one cellular phone to another. I checked with...
Hello,
For a long range test between the nRF Toolbox Android app and the ble_app_hrs (in nRF5_SDK_17.1.0 package) over the nRF52840-DK. I would need to setup this board...
Hi,
I initiated pin 28 as SCK of SPI as normal condition, and I'd like to switch pin 28 as GPIOTE while receiving a command via BLE.
Basically this is how I achieve...
Hi,
I have loaded a simple application on my nRF52840 that just activates a GPIO as soon as it reaches the main loop.
The SoC is powered externally according to the chapter...
Hi,
We will create a ble peripheral device and also can handle timing-critical uart request. The uart will be always communicating and response time can't be slower than...
Dear DevZone:
I am developing an evaluation board with the nRF9160 SiP model, but I have some doubts with the software. Does nRF9160 SiP come factory preloaded with any...
Hi,
I try to implement Serial DFU update using the info in the " Add DFU support to your application " at link
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides...
Hi Team,
When the slave side of the SPI received data from the master side, I want to log the received data to judge If it is right. But, I want to print it by log. it can...