I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
I know from the product specification for the nRF52832 chip that the high frequency clk can use a external 32 MHz crystal as source. My question is, is it possible to supply...
Hello!
I am now developing a product with NFC based on nrf52833.
I need to transmit some crucial data between device and phone, such as device settings.
But I have...
Hi all,
I would like to measure time intervals between gpio edges along with Matter.
I tried to use a 100us timer interrupt but seems it will crash the original matter...
Dear Support
I have made the following findings of my evaluation of the NRF5340 with Version 2.1.0 SDK:
-CIS mode has no constant delay at default settings 48-4. According...
Hello Nordic team,
I have looked at the BLE + Zigbee multiprotocol examples from nRF5 SDK and in these examples, I see that there is a file ' multiprotocol_802154_config...
Hello,
are NRF SoCs considered as BLE certified?
What is the default firmware in such case?
I guess no fw changes are allowed so that certification remains valid, right...
If I only wanted to allow one bond at a time, how could I do this?
For example when someone connects for the first time they would pair and bond, by entering the passkey...
Hello,
I am trying to use a blinky example from Nordic SDK (V17.1.0) as a starting point for our custom project. The device on our custom board is nrf52832 with 256k flash...
Hello,
We developed with nRF5240 using nRF5 SDK a zigbee coordinator.
We know that the stack is doing channel scan before forming the network to select the radio channel...
I want to be able to perform a DFU entirely from the netcore for backup/reliability reasons.
I can flash stream from the netcore to flash1 using stream_flash_init with ...
I try to establish a connection from nRFConnect Desktop using nRF52840DK to some hearing aid peripheral, but connection is immediately dropped after sending the first command...
Hello everyone.
I'm using the nRF Connect SDK v1.6.1 (it's an old project) on a nRF5340. Our project is based on the central_bas sample.
I want to use MCUBoot to update...