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...
Hi
Nordic Team
I use ncs1.6.0, SES compiler.I have a very difficult problem:
Now I am debugging the 2.4g communication between NRF52833 and NRF24LE1. I set the rate...
In the Provisioner example (unmodified) given in nRF5_SDK_for_Mesh v4.2.0, they provide only 2 elements, even and odd. I've got 3 or more servers and I would like to control...
I have developed two codes based on app_ble_uart for central and peripheral and added peer manager to it for link encryption. The peripheral device advertise based on SIG...
Hello
I am using the PCA10040 board to capture packets for 3rd party BLE4.2 device
I can see on wireshark all advertizing packets
my question is , can I also capture...
We are using nRF9160 and have a rare issue with a very high current consumption from the battery. We are using lithium-thionyl chloride 3,6V batteries, three in parallel....
Hi Everyone! I'm developing a program for NRF52820 that reads the tx power & rssi and makes the calculation for testing different devices, and I've faced some problems while...
Hello Nordic Semi team,
I am building two BLE product. One acts a peripheral and has server capability. Other is central with client capability.
I am trying to understand...
Currently we are integrating the serial and BLE DFU into a single binary executable. The project enables the logging (NRF_LOG_ENABLED = 1) and we use RTT as backend.
When...
i am using VS code, nrf Connect SDK version 1.7.0, (2) nrf 5340 DK boards. Running the CLI example.
uart:~$ ot diag start
failed
error 13 invalid state
uart:~$ ot...
I'm just starting to make a project using SDK 17.1, which is loosely based on a working, mature project based on SDK 15.2 and I'm hitting a bunch of issues. My path here is...
I want to implement an interrupt using TIMER2, but it stops at Dummy_Handler instead of going to TIMER2_IRQHandler.
Is it due to the fact that I have not defined TIMER2_IRQHandler...
This is a pretty top level description of the problem. I've not dug very deep, but what I've observed is that when deployed against an AWS instance set up per the instructions...
Hi, 1-I have successfully developed an app ...\ nRF5SDK17009d13099\nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\ble_app_template. 2-I have set a UART example to send data...
I need to implement a mouse and keyboard (combo) HOG device. There are mouse and keyboard samples, but may I integrate them in just one?
Is there any samplecode?
I have...