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...
Dear sirs,
Here we've faced with the issue about logs output, could you please help?
We need to use two CDC_ACM devices on the board: one for shell and printk() output...
Hi!
I'm developing a peripheral device using nrf52840 to communicate with our android developed app. I'm testing the latency between connections of device. the configurations...
Hi, I need to estimate the power usage (so looking for TX and RX duty cycle) for the NRF52 during operation.
We will be connecting to a heart rate strap, and recording...
Hello - our certification lab is using the radio test example in order to perform their testing. They claim that the lowest channel they are able to set within the example...
Hello,
I am using nRF52833, nRF Connect SDK v1.5.0.
In v1.5.0 there is one new example i.e Zigbee NCP. ( Zigbee: NCP — nRF Connect SDK 1.5.0 documentation (nordicsemi...
I'm trying to update the advertising data using sd_ble_gap_adv_data_set function but it's not defined in sofdevice s140 v7.2.0 , it's defined in v5.0.0-3.
Please how can...
I installed NRF connect SDK v1.5.0-rc1.0 through toolchain manager.Open SES and create a project with open NRF connect SDK project.An error occurred.'create_nordic_project...
This function succeeds only when Thread protocols are disabled. my question is: if the Thread protocols are enable,what should I do to disable them ,now what I do is:
"otThreadSetEnabled...
Hi . I am developing nRF52 for the first time. (PCA10056_ nRF52840 _S140_ ver1.70.0 _DK under development..) It is under development with SEGGER embedded studio. I want to...
I'm new to NCS, and playing it with nrf5340 pdk kit.
My problem is ,I can't play any projects, all of them go to the same error: cmake failed,create_nordic_project.py failed...
Hi,
To support the large and dense networks we are building, I need my network coordinator to be able to throttle OTA packets to not completely overtake the network’s bandwidth...
Hi,
I want to create a mesh between my nRF53 DK and dongle. For my project, I created my own service to send accelerometer value to the client (mobile application). Now...
I am developing an application that sends an image with BLE to an android phone. It is remarkable similar to the Image transfer demo ( https://github.com/NordicPlayground...
Hi
I am updating from Softdevice 6.1.1 to 7.2.0 and have issues with nrf_sdh_ble_enable(..), My setup is:
NRF52840
SDK 17.0.2
SoftDevice 7.2.0
Running FreeRtos...